ITS#7645 more for TLSProtocolMin

This commit is contained in:
Howard Chu 2013-08-07 11:08:09 -07:00
parent 0626df2cf1
commit f39d537e2b
4 changed files with 4 additions and 2 deletions

View File

@ -1786,6 +1786,7 @@ FALSE, meaning the contextCSN is stored in the context entry.
.B [tls_reqcert=never|allow|try|demand] .B [tls_reqcert=never|allow|try|demand]
.B [tls_ciphersuite=<ciphers>] .B [tls_ciphersuite=<ciphers>]
.B [tls_crlcheck=none|peer|all] .B [tls_crlcheck=none|peer|all]
.B [tls_protocol_min=<major>[.<minor>]]
.B [suffixmassage=<real DN>] .B [suffixmassage=<real DN>]
.B [logbase=<base DN>] .B [logbase=<base DN>]
.B [logfilter=<filter str>] .B [logfilter=<filter str>]

View File

@ -114,7 +114,7 @@ needs to be created.
.B [tls_cacertdir=<path>] .B [tls_cacertdir=<path>]
.B [tls_reqcert=never|allow|try|demand] .B [tls_reqcert=never|allow|try|demand]
.B [tls_ciphersuite=<ciphers>] .B [tls_ciphersuite=<ciphers>]
.B [tls_protocol_min=<version>] .B [tls_protocol_min=<major>[.<minor>]]
.B [tls_crlcheck=none|peer|all] .B [tls_crlcheck=none|peer|all]
.RS .RS
Allows to define the parameters of the authentication method that is Allows to define the parameters of the authentication method that is

View File

@ -381,7 +381,7 @@ for details on the syntax of this field.
.B [tls_cacertdir=<path>] .B [tls_cacertdir=<path>]
.B [tls_reqcert=never|allow|try|demand] .B [tls_reqcert=never|allow|try|demand]
.B [tls_ciphersuite=<ciphers>] .B [tls_ciphersuite=<ciphers>]
.B [tls_protocol_min=<version>] .B [tls_protocol_min=<major>[.<minor>]]
.B [tls_crlcheck=none|peer|all] .B [tls_crlcheck=none|peer|all]
.RS .RS
Allows to define the parameters of the authentication method that is Allows to define the parameters of the authentication method that is

View File

@ -1763,6 +1763,7 @@ the contextCSN is stored in the context entry.
.B [tls_reqcert=never|allow|try|demand] .B [tls_reqcert=never|allow|try|demand]
.B [tls_ciphersuite=<ciphers>] .B [tls_ciphersuite=<ciphers>]
.B [tls_crlcheck=none|peer|all] .B [tls_crlcheck=none|peer|all]
.B [tls_protocol_min=<major>[.<minor>]]
.B [suffixmassage=<real DN>] .B [suffixmassage=<real DN>]
.B [logbase=<base DN>] .B [logbase=<base DN>]
.B [logfilter=<filter str>] .B [logfilter=<filter str>]