allow to send OCSP status request from OpenSSL client

This commit is contained in:
Zhang Jingqiang 2024-01-31 12:40:51 +08:00
parent 644ff29539
commit 4a123591d1
11 changed files with 121 additions and 3 deletions

View file

@ -384,6 +384,18 @@ The keys are:
.. versionadded:: 1.7.35
* use_ocsp_stapling
**optional**, **type**: bool
Set this to true to request a stapled OCSP response from the server.
Verify of this response is still not implemented.
**default**: false
.. versionadded:: 1.7.35
HTTP Interception
=================

View file

@ -312,6 +312,18 @@ The map is consists of the following fields:
.. versionadded:: 1.7.35
* use_ocsp_stapling
**optional**, **type**: bool
Set this to true to request a stapled OCSP response from the server.
Verify of this response is still not implemented.
**default**: false
.. versionadded:: 1.7.35
.. versionadded:: 1.1.4
.. _conf_value_openssl_server_config: