mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
support boringssl permute extensions
This commit is contained in:
parent
2e18eb8d5d
commit
27e34e0795
10 changed files with 126 additions and 25 deletions
|
|
@ -420,6 +420,16 @@ The keys are:
|
|||
|
||||
.. _RFC 8701: https://datatracker.ietf.org/doc/rfc8701/
|
||||
|
||||
* permute_extensions
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Whether to permute TLS extensions.
|
||||
|
||||
**default**: not set, the default value may vary between different OpenSSL variants
|
||||
|
||||
.. versionadded:: 1.7.36
|
||||
|
||||
.. _conf_value_dpi_tls_interception_server:
|
||||
|
||||
tls interception server
|
||||
|
|
|
|||
|
|
@ -348,6 +348,16 @@ The map is consists of the following fields:
|
|||
|
||||
.. _RFC 8701: https://datatracker.ietf.org/doc/rfc8701/
|
||||
|
||||
* permute_extensions
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Whether to permute TLS extensions.
|
||||
|
||||
**default**: not set, the default value may vary between different OpenSSL variants
|
||||
|
||||
.. versionadded:: 1.7.36
|
||||
|
||||
.. versionadded:: 1.1.4
|
||||
|
||||
.. _conf_value_openssl_server_config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue