diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2019-12-18 23:28:48 +0300 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2019-12-18 23:43:27 +0300 |
commit | 317ce9b86d28cca3a5d5e39768d6c6fc07d66a39 (patch) | |
tree | 7b86098ba3127fb4cbbaa6e0ae83e53efbe82800 | |
parent | 8adfea4731f98e087878dcacd0d6537dafeee4a5 (diff) | |
download | gnutls-317ce9b86d28cca3a5d5e39768d6c6fc07d66a39.tar.gz |
doc: document GROUP-GOST-ALL keyword
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r-- | doc/cha-gtls-app.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 4a6a53811b..74fed786b7 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1460,9 +1460,9 @@ GROUP-FFDHE2048, GROUP-FFDHE3072, GROUP-FFDHE4096, GROUP-FFDHE6144, and GROUP-FFDHE8192. Groups include both elliptic curve groups, e.g., SECP256R1, as well as finite field groups such as FFDHE2048. Catch all which enables all groups -from NORMAL priority is GROUP-ALL. The helper keywords GROUP-DH-ALL and -GROUP-EC-ALL are also available, restricting the groups to finite fields -(DH) and elliptic curves. +from NORMAL priority is GROUP-ALL. The helper keywords GROUP-DH-ALL, +GROUP-GOST-ALL and GROUP-EC-ALL are also available, restricting the groups +to finite fields (DH), GOST curves and generic elliptic curves. @item Elliptic curves (legacy) @tab CURVE-SECP192R1, CURVE-SECP224R1, CURVE-SECP256R1, CURVE-SECP384R1, |