summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-04 10:45:25 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-04 10:45:25 +0000
commit622802f37fe08c38b1f44d7ab10a24563869889c (patch)
tree602e09c36654758b4412df61ad1d0620901d5632 /NEWS
parent124ba175b340a64d66c41c2b3b16ca57145559fa (diff)
downloadgnutls-622802f37fe08c38b1f44d7ab10a24563869889c.tar.gz
Add new APIs to list supported algorithms: gnutls_cipher_list,
gnutls_mac_list, gnutls_compression_list, gnutls_protocol_list, gnutls_certificate_type_list, and gnutls_kx_list. Suggested by Howard Chu <hyc@symas.com>.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f99ba6d1a..6b08454c1e 100644
--- a/NEWS
+++ b/NEWS
@@ -29,12 +29,24 @@ Based on patch from Howard Chu <hyc@symas.com>.
It will now add the appropriate -R or -Wl,-rpath flags as necessary.
The deprecated opencdk.m4 is no longer used.
+** New APIs to list supported algorithms in the library.
+The APIs are gnutls_cipher_list, gnutls_mac_list,
+gnutls_compression_list, gnutls_protocol_list,
+gnutls_certificate_type_list, and gnutls_kx_list. Suggested by Howard
+Chu <hyc@symas.com>.
+
** API and ABI modifications:
gnutls_x509_dn_t: ADD.
gnutls_x509_ava_st: ADD.
gnutls_x509_crt_get_subject,
gnutls_x509_crt_get_issuer: ADD.
gnutls_x509_dn_get_rdn_ava: ADD.
+gnutls_cipher_list: ADD.
+gnutls_mac_list: ADD.
+gnutls_compression_list: ADD.
+gnutls_protocol_list: ADD.
+gnutls_certificate_type_list: ADD.
+gnutls_kx_list: ADD.
* Version 1.7.7 (released 2007-02-22)