]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls_ocsp_resp_check_crt was moved to 3.0 symbols and documented update.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 30 Sep 2012 16:10:17 +0000 (18:10 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 30 Sep 2012 16:10:17 +0000 (18:10 +0200)
NEWS
lib/libgnutls.map

diff --git a/NEWS b/NEWS
index 1a19bade908633426f62364dc5ed92594c4c3e30..7deecbac090bd6c424de8733e080ca6b8b72837d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ extension.
 ** libgnutls: Fixed the receipt of session tickets during session resumption.
 Reported by danblack at http://savannah.gnu.org/support/?108146
 
+** libgnutls: Added gnutls_ocsp_resp_check_crt() to check whether the OCSP
+response corresponds to the given certificate.
+
 ** API and ABI modifications:
 gnutls_certificate_set_ocsp_status_request_function: Added
 gnutls_certificate_set_ocsp_status_request_file: Added
index af014885299a3a68c7771166415a8b72120c4e2c..9cfe3d317758ae43c633fa1c9063cb1ad53cfe9f 100644 (file)
@@ -790,6 +790,7 @@ GNUTLS_3_0_0 {
        gnutls_pk_to_sign;
        gnutls_certificate_set_x509_system_trust;
        gnutls_session_set_premaster;
+       gnutls_ocsp_resp_check_crt;
 } GNUTLS_2_12;
 
 GNUTLS_3_1_0 {
@@ -840,7 +841,6 @@ GNUTLS_3_1_0 {
        gnutls_certificate_set_ocsp_status_request_file;
        gnutls_ocsp_status_request_enable_client;
        gnutls_ocsp_status_request_get;
-       gnutls_ocsp_resp_check_crt;
 } GNUTLS_3_0_0;
 
 GNUTLS_PRIVATE {