summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-09-10 08:27:19 +0200
committerSimon Josefsson <simon@josefsson.org>2009-09-10 08:27:19 +0200
commit2f7caa7fd9a7830294d20145a8a75c9308be9dd0 (patch)
tree59d0be22ee9a39c9f1d418857a5188aa03b7222d /NEWS
parentd2ebb4ede0d74bbff67517c10dca4329dc6fce6e (diff)
downloadgnutls-2f7caa7fd9a7830294d20145a8a75c9308be9dd0.tar.gz
Add.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3b2b27856e..e3b88ad4e0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,16 @@ See the end for copying conditions.
* Version 2.9.5 (unreleased)
+** libgnutls: Add new functions to extract X.509 Issuer Alternative Names.
+The new functions are gnutls_x509_crt_get_issuer_alt_name2,
+gnutls_x509_crt_get_issuer_alt_name, and
+gnutls_x509_crt_get_issuer_alt_othername_oid. Contributed by Brad
+Hards <bradh@frogmouth.net>.
+
** API and ABI modifications:
-No changes since last version.
+gnutls_x509_crt_get_issuer_alt_name2: ADDED.
+gnutls_x509_crt_get_issuer_alt_name: ADDED.
+gnutls_x509_crt_get_issuer_alt_othername_oid: ADDED.
* Version 2.9.4 (released 2009-09-03)