diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-30 12:41:06 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-30 12:41:06 +0000 |
commit | 3b64d7c4d56016f126752cfdd853cda297f5bc06 (patch) | |
tree | 7650f93e7674e4adfa0494dc362e6e5d13e66f0c /NEWS | |
parent | ee963a286e994457c86c68f2f26defae4ad547f2 (diff) | |
download | gnutls-3b64d7c4d56016f126752cfdd853cda297f5bc06.tar.gz |
Add.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -5,11 +5,13 @@ See the end for copying conditions. * Version 1.5.4 (unreleased) -** Fix return value of gnutls_openpgp_privkey_get_pk_algorithm and -** gnutls_openpgp_key_get_pk_algorithm. -Before they were 'int', now they are 'gnutls_pk_algorithm_t', which is -an enum type (and thus API/ABI compatible with 'int'). Reported by -ludovic.courtes@laas.fr (Ludovic Courtès). +** Several OpenPGP API fixes. +All suggested by ludovic.courtes@laas.fr (Ludovic Courtès). The most +important fix is to change the return value of +gnutls_openpgp_privkey_get_pk_algorithm and +gnutls_openpgp_key_get_pk_algorithm from 'int' to +'gnutls_pk_algorithm_t', which is an enum type (and thus API/ABI +compatible with 'int'). ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS ** version, try to negotiate the highest version support by the GnuTLS server, |