From: Simon Josefsson Date: Thu, 10 Sep 2009 06:27:19 +0000 (+0200) Subject: Add. X-Git-Tag: gnutls_2_9_5~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f7caa7fd9a7830294d20145a8a75c9308be9dd0;p=thirdparty%2Fgnutls.git Add. --- 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 . + ** 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)