summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-07 18:44:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-07 18:46:23 +0200
commit91e62ff65030af57bed038decfa3aac392f75cac (patch)
treef8dce850ce9d99d07d9245c3f4893f29284edccb /NEWS
parent50c4bb2247957f852dfc52de2e9ca39e09bd3de0 (diff)
downloadgnutls-91e62ff65030af57bed038decfa3aac392f75cac.tar.gz
Added gnutls_x509_crq_verify().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eea62cac8e..ca94162626 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,19 @@ See the end for copying conditions.
gnutls_x509_trust_list_get_issuer() to compensate for the
missing gnutls_certificate_get_x509_cas().
+** libgnutls: Added gnutls_x509_crq_verify() to allow
+verification of the self signature in a certificate request.
+This allows verifying whether the owner of the private key
+is the generator of the request.
+
+** libgnutls: gnutls_x509_crt_set_crq() implicitly verifies
+the self signature of the request.
+
** API and ABI modifications:
gnutls_certificate_get_issuer: ADDED
gnutls_x509_trust_list_get_issuer: ADDED
+gnutls_x509_crq_verify: ADDED
+
* Version 2.99.1 (released 2011-04-23)