add enable_ct and enable_grease for OpenSSL client

This commit is contained in:
Zhang Jingqiang 2024-02-01 15:23:07 +08:00
parent 26b1dc2db0
commit f3511a092a
9 changed files with 213 additions and 19 deletions

View file

@ -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
=================

View file

@ -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: