diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-09-10 08:27:19 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-09-10 08:27:19 +0200 |
commit | 2f7caa7fd9a7830294d20145a8a75c9308be9dd0 (patch) | |
tree | 59d0be22ee9a39c9f1d418857a5188aa03b7222d /NEWS | |
parent | d2ebb4ede0d74bbff67517c10dca4329dc6fce6e (diff) | |
download | gnutls-2f7caa7fd9a7830294d20145a8a75c9308be9dd0.tar.gz |
Add.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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) |