support boringssl permute extensions

This commit is contained in:
Zhang Jingqiang 2024-02-27 16:37:53 +08:00
parent 2e18eb8d5d
commit 27e34e0795
10 changed files with 126 additions and 25 deletions

View file

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

View file

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