diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-12 16:53:39 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-12 16:53:39 +0000 |
commit | 1a10203ce8a43adf48c7b3a160ee7bef54e841a3 (patch) | |
tree | f212d22d822447ab3145ca3caad0df7872a875b1 /NEWS | |
parent | c2c396eb1a53078178ab9754914492e26400ece3 (diff) | |
download | gnutls-1a10203ce8a43adf48c7b3a160ee7bef54e841a3.tar.gz |
Add.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ See the end for copying conditions. * Version 1.7.7 (unreleased) +** Support for directoryName Subject Alternative Name's. +The gnutls_x509_crt_get_subject_alt_name function returns the DN as a +string in the provided buffer. + ** API and ABI modifications: GNUTLS_SAN_DN: ADD, new gnutls_x509_subject_alt_name_t element. |