diff options
author | Alex Monk <krenair@gmail.com> | 2016-09-11 22:10:14 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-12 10:59:29 +0200 |
commit | f40409f5a55f156bb88dcdc7f23ac81a1f0bc4d3 (patch) | |
tree | 1d958e7c89550cee45e83dafade534cdce96d3c4 /doc | |
parent | c59df1554b55748ea95ad1a89a6bcb6ab91963d2 (diff) | |
download | gnutls-f40409f5a55f156bb88dcdc7f23ac81a1f0bc4d3.tar.gz |
Add SIGN-ECDSA-SHA* to the priority strings docs
There were added in version 2.99.2, 2011-05-26
Signed-off-by: Alex Monk <krenair@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index a28b945475..d33d95f758 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1202,10 +1202,11 @@ Catch all are VERS-ALL, VERS-TLS-ALL and VERS-DTLS-ALL, and will enable all protocols from NORMAL priority. @item Signature algorithms @tab -SIGN-RSA-SHA1, SIGN-RSA-SHA224, -SIGN-RSA-SHA256, SIGN-RSA-SHA384, SIGN-RSA-SHA512, SIGN-DSA-SHA1, -SIGN-DSA-SHA224, SIGN-DSA-SHA256, SIGN-RSA-MD5. Catch all -which enables all algorithms from NORMAL priority is SIGN-ALL. +SIGN-RSA-SHA1, SIGN-RSA-SHA224, +SIGN-RSA-SHA256, SIGN-RSA-SHA384, SIGN-RSA-SHA512, SIGN-DSA-SHA1, +SIGN-DSA-SHA224, SIGN-DSA-SHA256, SIGN-RSA-MD5, SIGN-ECDSA-SHA1, +SIGN-ECDSA-SHA224, SIGN-ECDSA-SHA256, SIGN-ECDSA-SHA384, SIGN-ECDSA-SHA512. +Catch all which enables all algorithms from NORMAL priority is SIGN-ALL. This option is only considered for TLS 1.2 and later. @item Elliptic curves @tab |