allow to set supported elliptic curve groups for OpenSSL client

This commit is contained in:
Zhang Jingqiang 2024-01-31 11:00:48 +08:00
parent 1487f9ebd8
commit 644ff29539
8 changed files with 89 additions and 2 deletions

View file

@ -374,6 +374,16 @@ The keys are:
**default**: 16
* supported_groups
**optional**, **type**: str
Set the supported elliptic curve groups.
**default**: not set
.. versionadded:: 1.7.35
HTTP Interception
=================

View file

@ -302,6 +302,16 @@ The map is consists of the following fields:
**default**: 16
* supported_groups
**optional**, **type**: str
Set the supported elliptic curve groups.
**default**: not set
.. versionadded:: 1.7.35
.. versionadded:: 1.1.4
.. _conf_value_openssl_server_config: