aboutsummaryrefslogtreecommitdiff
path: root/src/common/ciphers.inc
Commit message (Collapse)AuthorAge
* Update ciphers.inc to match ff28Nick Mathewson2014-04-08
| | | | | | | | | | | | The major changes are to re-order some ciphers, to drop the ECDH suites (note: *not* ECDHE: ECDHE is still there), to kill off some made-up stuff (like the SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA suite), to drop some of the DSS suites... *and* to enable the ECDHE+GCM ciphersuites. This change is autogenerated by get_mozilla_ciphers.py from Firefox 28 and OpenSSL 1.0.1g. Resolves ticket 11438.
* Change our ciphersuite list to match ff8Nick Mathewson2012-05-15
|
* fix a few typos, and give the bootstrap phase stuff a changelog entry.Roger Dingledine2008-06-13
| | | | svn:r15183
* r16215@tombo: nickm | 2008-06-12 18:39:03 -0400Nick Mathewson2008-06-12
Implement code to manually force the OpenSSL client cipher list to match the one recommended in proposal 124, *even if* we do not know all those ciphers. This is a bit of a kludge, but it is at least decently well commented. svn:r15173