mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
allow to send OCSP status request from OpenSSL client
This commit is contained in:
parent
644ff29539
commit
4a123591d1
11 changed files with 121 additions and 3 deletions
|
|
@ -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
|
||||
=================
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue