diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-13 09:05:41 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-13 09:05:41 +0000 |
commit | ebd30e4fa20c68cfa8f633650f7a39a88c4b8432 (patch) | |
tree | 7fdb584aa29e1d2467d7532fb1071f49ec32fb56 /NEWS | |
parent | 6099e281c5d3f3fbcfd33c9826b6e267b317d32c (diff) | |
download | gnutls-ebd30e4fa20c68cfa8f633650f7a39a88c4b8432.tar.gz |
Add gnutls_x509_crl_get_signature and gnutls_x509_crl_print.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,12 +5,20 @@ See the end for copying conditions. * Version 1.7.7 (unreleased) +** New API to print information about CRL's. +The function is gnutls_x509_crl_print. + +** New API to extract signature value from CRL's. +The function is gnutls_x509_crl_get_signature. + ** 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. +gnutls_x509_crl_print: ADD. +gnutls_x509_crl_get_signature: ADD. * Version 1.7.6 (released 2007-02-12) |