diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-07-31 21:44:04 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-08-03 09:54:34 +0200 |
commit | 00c99a10f6858e578480f4f3071cde6a20b29f15 (patch) | |
tree | 64d53e195d93eaee65bd35a18ef32671ee0a8f17 /doc | |
parent | 3ba3a89e21bcc15a2aa2b838b016cf5815833bfc (diff) | |
download | gnutls-00c99a10f6858e578480f4f3071cde6a20b29f15.tar.gz |
Added the PFS priority string option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 9d30160299..d32e0f41bd 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -873,6 +873,13 @@ Means all the known to be secure ciphersuites. The ciphers are sorted by securit margin, although the 256-bit ciphers are included as a fallback only. The message authenticity security level is of 64 bits or more. +@item PFS @tab +Means all the known to be secure ciphersuites that support perfect forward +secrecy. The ciphers are sorted by security +margin, although the 256-bit ciphers are included as a fallback only. +The message authenticity security level is of 64 bits or more. This +option is available since 3.2.4 or later. + @item SECURE128 @tab Means all known to be secure ciphersuites that offer a security level 128-bit or more and a message authenticity |