mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
add enable_ct and enable_grease for OpenSSL client
This commit is contained in:
parent
26b1dc2db0
commit
f3511a092a
9 changed files with 213 additions and 19 deletions
|
|
@ -396,6 +396,30 @@ The keys are:
|
|||
|
||||
.. versionadded:: 1.7.35
|
||||
|
||||
* enable_sct
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Enable the processing of signed certificate timestamps (SCTs) for OpenSSL, or enables SCT requests for BoringSSL.
|
||||
|
||||
Verify of this response is still not implemented for BoringSSL variants.
|
||||
|
||||
**default**: not set, the default value may vary between different OpenSSL variants
|
||||
|
||||
.. versionadded:: 1.7.35
|
||||
|
||||
* enable_grease
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Enable GREASE. See `RFC 8701`_.
|
||||
|
||||
**default**: not set, the default value may vary between different OpenSSL variants
|
||||
|
||||
.. versionadded:: 1.7.35
|
||||
|
||||
.. _RFC 8701: https://datatracker.ietf.org/doc/rfc8701/
|
||||
|
||||
HTTP Interception
|
||||
=================
|
||||
|
||||
|
|
|
|||
|
|
@ -320,10 +320,34 @@ The map is consists of the following fields:
|
|||
|
||||
Verify of this response is still not implemented.
|
||||
|
||||
**default**: false
|
||||
**default**: not set, the default value may vary between different OpenSSL variants
|
||||
|
||||
.. versionadded:: 1.7.35
|
||||
|
||||
* enable_sct
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Enable the processing of signed certificate timestamps (SCTs) for OpenSSL, or enables SCT requests for BoringSSL.
|
||||
|
||||
Verify of this response is still not implemented for BoringSSL variants.
|
||||
|
||||
**default**: not set, the default value may vary between different OpenSSL variants
|
||||
|
||||
.. versionadded:: 1.7.35
|
||||
|
||||
* enable_grease
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Enable GREASE. See `RFC 8701`_.
|
||||
|
||||
**default**: not set, the default value may vary between different OpenSSL variants
|
||||
|
||||
.. versionadded:: 1.7.35
|
||||
|
||||
.. _RFC 8701: https://datatracker.ietf.org/doc/rfc8701/
|
||||
|
||||
.. versionadded:: 1.1.4
|
||||
|
||||
.. _conf_value_openssl_server_config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue