diff options
author | David Shaw <[email protected]> | 2006-03-07 16:20:03 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-03-07 16:20:03 +0000 |
commit | 81e259142148390d3602aa76a70b118e49d6ba20 (patch) | |
tree | 70a5c6a857cac507282d2f090b38f18067b15c52 | |
parent | More tests added; make distcheck works (diff) | |
download | gnupg-81e259142148390d3602aa76a70b118e49d6ba20.tar.gz gnupg-81e259142148390d3602aa76a70b118e49d6ba20.zip |
* NEWS: Note --auto-key-locate and that keyservers can handle binary data
now.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 20 |
2 files changed, 20 insertions, 5 deletions
@@ -1,3 +1,8 @@ +2006-03-07 David Shaw <[email protected]> + + * NEWS: Note --auto-key-locate and that keyservers can handle + binary data now. + 2006-03-01 David Shaw <[email protected]> * configure.ac: Fix accidental enabling of SHA-384/512. Noted by @@ -51,11 +51,21 @@ Noteworthy changes in version 1.4.3 are HTTP and finger, plus anything that cURL supplies, if built with cURL support. - * Files containing several signed messages are not anymore allowed - because there is no clean way to report the status of such files - back to the caller. To partly revert to the old behaviour the - new option --allow-multisig-verification may be used. - + * Files containing several signed messages are not allowed any + longer as there is no clean way to report the status of such + files back to the caller. To partly revert to the old behaviour + the new option --allow-multisig-verification may be used. + + * The keyserver helpers can now handle keys in either ASCII armor + or binary format. + + * New auto-key-locate option that takes an ordered list of methods + to locate a key if it is not available at encryption time (-r or + --recipient). Possible methods include "cert" (use DNS CERT as + per RFC2538bis, "pka" (use DNS PKA), "ldap" (consult the LDAP + server for the domain in question), "keyserver" (use the + currently defined keyserver), as well as arbitrary keyserver + URIs that will be contacted for the key. Noteworthy changes in version 1.4.2 (2005-07-26) |