From: Simon Josefsson Date: Mon, 30 Oct 2006 12:41:06 +0000 (+0000) Subject: Add. X-Git-Tag: gnutls_1_5_4~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b64d7c4d56016f126752cfdd853cda297f5bc06;p=thirdparty%2Fgnutls.git Add. --- diff --git a/NEWS b/NEWS index ede1c42156..c0e07dd8c8 100644 --- a/NEWS +++ b/NEWS @@ -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,