summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-14 11:48:45 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-14 11:48:45 +0200
commit4ebcda36db69b6955b6520e7792e9faf587210e9 (patch)
tree996ebd3542c342dc948336c98877db2b004f32fb /doc
parent6b48d2944bd2865fcbd65579dfa5195bba87cf2a (diff)
downloadgnutls-4ebcda36db69b6955b6520e7792e9faf587210e9.tar.gz
doc: prefer the usage of VERS-ALL in documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-gtls-app.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 03089c5ae7..fd3342b70c 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1316,7 +1316,7 @@ Enabling the 128-bit secure ciphers, while disabling TLS 1.0 and enabling compre
Enabling the 128-bit and 192-bit secure ciphers, while disabling all TLS versions
except TLS 1.2:
- "SECURE128:+SECURE192:-VERS-TLS-ALL:+VERS-TLS1.2"
+ "SECURE128:+SECURE192:-VERS-ALL:+VERS-TLS1.2"
@end example
@node Selecting cryptographic key sizes
@@ -1761,7 +1761,7 @@ NORMAL:%COMPAT
For very old broken peers that do not tolerate TLS version numbers over TLS 1.0
another priority string is:
@verbatim
-NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0:+VERS-SSL3.0:%COMPAT
+NORMAL:-VERS-ALL:+VERS-TLS1.0:+VERS-SSL3.0:%COMPAT
@end verbatim
This priority string will in addition to above, only enable SSL 3.0 and
TLS 1.0 as protocols.