From: Nikos Mavrogiannopoulos Date: Sun, 30 Sep 2012 16:10:17 +0000 (+0200) Subject: gnutls_ocsp_resp_check_crt was moved to 3.0 symbols and documented update. X-Git-Tag: gnutls_3_1_3~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d778ddf36a19a427d30e501ba2b5d7ad81898a;p=thirdparty%2Fgnutls.git gnutls_ocsp_resp_check_crt was moved to 3.0 symbols and documented update. --- diff --git a/NEWS b/NEWS index 1a19bade90..7deecbac09 100644 --- 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 diff --git a/lib/libgnutls.map b/lib/libgnutls.map index af01488529..9cfe3d3177 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -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 {