summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-18 10:35:53 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-11-24 11:54:05 +0000
commit62e0b07301a83e6e2f0f209384dae1ef3f8adc18 (patch)
tree2b40a2b279685fc27a2694c0c2bae2efa3adf37d
parent29d4667f0b7cb56caa7258762f0ca86ddf0f2921 (diff)
downloadgnutls-62e0b07301a83e6e2f0f209384dae1ef3f8adc18.tar.gz
doc: document the new behavior of gnutls_certificate_set_ocsp_status_request_file
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--doc/cha-upgrade.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi
index 6b63bdba83..625d4d1c45 100644
--- a/doc/cha-upgrade.texi
+++ b/doc/cha-upgrade.texi
@@ -206,4 +206,9 @@ and @funcintref{gnutls_compression_get_id}.
@item @funcref{gnutls_x509_crt_sign}, @funcref{gnutls_x509_crl_sign}, @funcref{gnutls_x509_crq_sign}
@tab These signing functions will no longer sign using SHA1, but with a secure hash algorithm.
+@item @funcref{gnutls_certificate_set_ocsp_status_request_file}
+@tab This function will return an error if the loaded response doesn't match
+any of the present certificates. To revert to previous semantics set the @code{GNUTLS_CERTIFICATE_SKIP_OCSP_RESPONSE_CHECK}
+flag using @funcref{gnutls_certificate_set_flags}.
+
@end multitable