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

tls: more secure defaults #14194

Closed
wants to merge 1 commit into from

Commits on Mar 31, 2015

  1. tls: more secure defaults

    Port of io.js commit: nodejs/node@77f3586
    
    Original commit message:
    
    This updates the default cipher suite to an more secure list, which
    prefers strong ciphers with Forward Secrecy. Additionally, it enables
    `honorCipherOrder` by default.
    
    Noteable effect of this change is that the insecure RC4 ciphers are
    disabled and that Chrome negotiates a more secure ECDHE cipher.
    
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    PR-URL: nodejs/node#826
    jasnell committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    1b1fe53 View commit details
    Browse the repository at this point in the history