summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-30 12:41:06 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-30 12:41:06 +0000
commit3b64d7c4d56016f126752cfdd853cda297f5bc06 (patch)
tree7650f93e7674e4adfa0494dc362e6e5d13e66f0c /NEWS
parentee963a286e994457c86c68f2f26defae4ad547f2 (diff)
downloadgnutls-3b64d7c4d56016f126752cfdd853cda297f5bc06.tar.gz
Add.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 7 insertions, 5 deletions
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,