ITS#5554 - GnuTLS missing in Admin Guide in TLS section.

This commit is contained in:
Gavin Henry 2008-06-16 11:42:27 +00:00
parent f2433f5b9f
commit a0bf5238cc
2 changed files with 8 additions and 3 deletions

View file

@ -50,7 +50,7 @@ Component Matching rules (RFC 3687).
H3: denyop
Deny selected operations, returning {unwillingToPerform}.
Deny selected operations, returning {{unwillingToPerform}}.
H3: dsaschema
@ -86,7 +86,7 @@ Proxy Authorization compatibility with obsolete internet-draft.
H3: smbk5pwd
Make the PasswordModify Extended Operation update Kerberos
keys and Samba password hashes as well as {userPassword}.
keys and Samba password hashes as well as {{userPassword}}.
H3: trace
@ -96,7 +96,7 @@ Trace overlay invocation.
H3: usn
Maintain {usnCreated} and {usnChanged} attrs similar to Microsoft AD.
Maintain {{usnCreated}} and {{usnChanged}} attrs similar to Microsoft AD.
H2: Tools

View file

@ -113,6 +113,11 @@ specification for OpenSSL. You can use the command
> openssl ciphers -v ALL
to obtain a verbose list of available cipher specifications.
To obtain the list of ciphers in GNUtls use:
> gnutls-cli -l
Besides the individual cipher names, the specifiers {{EX:HIGH}},
{{EX:MEDIUM}}, {{EX:LOW}}, {{EX:EXPORT}}, and {{EX:EXPORT40}}
may be helpful, along with {{EX:TLSv1}}, {{EX:SSLv3}},