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:47:55 +0200
commitc8672dc009d27ff10eb4f43522a352fcf658d14d (patch)
tree725089eb9c8f4ae11590e14c4bd6a18e58d9a1dd /NEWS
parent9d4ed0c28ae4cb451bae1d3f63e77cf3ebb2d971 (diff)
downloadgnutls-c8672dc009d27ff10eb4f43522a352fcf658d14d.tar.gz
Added gnutls_x509_crq_verify().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cdaa4be7e4..c42bd5ed2e 100644
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,16 @@ via URLs.
** libgnutls: gnutls_pkcs11_privkey_import_url() will now correctly read
the public key algorithm of the key.
+** 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:
-No changes since last version.
+gnutls_x509_crq_verify: ADDED
* Version 2.12.4 (released 2011-05-06)