summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-12 18:54:44 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-12 18:54:44 +0100
commit3360065611857d43b7619684755f262e8cc9c0e4 (patch)
treed67e259618c091474824fd73ecdffc49121bb33e /NEWS
parent55968012dcefc50590925b4ddcf556f8ca67a8b5 (diff)
downloadgnutls-3360065611857d43b7619684755f262e8cc9c0e4.tar.gz
gnutls_priority_get_cipher_suite was renamed to gnutls_priority_get_cipher_suite_index.
This makes a more consistent API at the cost of requiring gnutls_get_cipher_suite_info(). An advantage however is that more information can now be accessed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cf95e504b7..29127d6fa1 100644
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,9 @@ session, a server will not store that session data into its cache.
** libgnutls: Added the SECP192R1 curve.
-** libgnutls: Added gnutls_priority_get_cipher_suite() to
+** libgnutls: Added gnutls_priority_get_cipher_suite_index() to
allow listing the ciphersuites enabled in a priority structure.
+It outputs and index to be used in gnutls_get_cipher_suite_info().
** libgnutls: Optimizations in the elliptic curve code (timing
attacks resistant code is only used in ECDSA private key operations).
@@ -26,7 +27,7 @@ attacks resistant code is only used in ECDSA private key operations).
now added again in the distribution.
** API and ABI modifications:
-gnutls_priority_get_cipher_suite: Added
+gnutls_priority_get_cipher_suite_index: Added
* Version 3.0.8 (released 2011-11-12)