Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-08 | Update ciphers.inc to match ff28 | Nick Mathewson | |
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. | |||
2012-05-15 | Change our ciphersuite list to match ff8 | Nick Mathewson | |
2008-06-13 | fix a few typos, and give the bootstrap phase stuff a changelog entry. | Roger Dingledine | |
svn:r15183 | |||
2008-06-12 | r16215@tombo: nickm | 2008-06-12 18:39:03 -0400 | Nick Mathewson | |
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 |