summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-13 09:05:41 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-13 09:05:41 +0000
commitebd30e4fa20c68cfa8f633650f7a39a88c4b8432 (patch)
tree7fdb584aa29e1d2467d7532fb1071f49ec32fb56 /NEWS
parent6099e281c5d3f3fbcfd33c9826b6e267b317d32c (diff)
downloadgnutls-ebd30e4fa20c68cfa8f633650f7a39a88c4b8432.tar.gz
Add gnutls_x509_crl_get_signature and gnutls_x509_crl_print.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 34d4a14d5e..46e19a38e1 100644
--- a/NEWS
+++ b/NEWS
@@ -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)