diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-30 18:10:17 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-30 18:10:17 +0200 |
commit | c9d778ddf36a19a427d30e501ba2b5d7ad81898a (patch) | |
tree | af036200f5d37ac9cb53d729d662955566419a23 /NEWS | |
parent | 6174e84cdd5734aff7fc5b1b9818716c540845fd (diff) | |
download | gnutls-c9d778ddf36a19a427d30e501ba2b5d7ad81898a.tar.gz |
gnutls_ocsp_resp_check_crt was moved to 3.0 symbols and documented update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |