mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
allow to set supported elliptic curve groups for OpenSSL client
This commit is contained in:
parent
1487f9ebd8
commit
644ff29539
8 changed files with 89 additions and 2 deletions
|
|
@ -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
|
||||
=================
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue