mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 15:31:21 +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
|
||||
=================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue