Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: fix TLS cipher names
  • Loading branch information
Shigeki Ohtsu authored and bnoordhuis committed Mar 23, 2012
1 parent 8727e5f commit 75face6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.markdown
Expand Up @@ -95,7 +95,7 @@ The `options` object has these possibilities:
it is recommended that you use this option in conjunction with the
`honorCipherOrder` option described below to prioritize the RC4 algorithm,
since it is a non-CBC cipher. A recommended cipher list follows:
`ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM`
`ECDHE-RSA-AES256-SHA:AES256-SHA:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM`

- `honorCipherOrder` :
When choosing a cipher, use the server's preferences instead of the client
Expand Down

0 comments on commit 75face6

Please sign in to comment.