- Fix typo in dknewky(1) for k= tag (Thanks to Andreas Schulze for
reporting)
This commit is contained in:
@@ -3,6 +3,8 @@ Unreleased Version 0.8.0
|
||||
future
|
||||
- Use install_requires and extras_requires to document external
|
||||
dependencies for dkimpy (LP: #1227526)
|
||||
- Fix typo in dknewky(1) for k= tag (Thanks to Andreas Schulze for
|
||||
reporting)
|
||||
|
||||
2018-02-17 Version 0.7.1
|
||||
- Update ed25519 tests, including using sample keys from RFC 8032 Section
|
||||
|
||||
+2
-2
@@ -135,7 +135,7 @@ dknewkey
|
||||
Generates new DKIM public/private key pairs
|
||||
.SH "VERSION"
|
||||
.IX Header "VERSION"
|
||||
0\.7\.1
|
||||
0\.8\.0
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
.IX Header "DESCRIPTION"
|
||||
@@ -148,7 +148,7 @@ BITS_REQUIRED variable. ed25519 keys do not have a variable size.
|
||||
For RSA keys, it uses openssl to do the generation. By default it assumes
|
||||
this is located at /usr/bin/openssl. This is controlled by the OPENSSL_BINARY
|
||||
variable. For ed25519 keys, PyNaCl (python-nacl in Debian and derivatives) is
|
||||
used. For RSA keys k=2ha256 is now included in the public DNS record to
|
||||
used. For RSA keys k=sha256 is now included in the public DNS record to
|
||||
prevent inadvertent use with the now obsolete sha1 hash algorithm (See RFC
|
||||
8301).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user