aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_ciphersuite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-236/+0
* Support the normal names for CCM in TLS policy configlloyd2013-12-041-11/+1
* Correct Ciphersuite::valid and to_string for CCMlloyd2013-09-051-1/+11
* Have TLS::Ciphersuite::valid check that all algorithms are available,lloyd2013-06-041-9/+83
* Change TLS::Ciphersuite constructor to be non-inline and to takelloyd2013-04-191-0/+31
* Rename ARC4 to RC4lloyd2013-04-191-1/+1
* Fix Ciphersuite::to_string when using non-GCM AEAD modeslloyd2013-04-121-2/+2
* Make the IV length and MAC keylength explicit in the ciphersuitelloyd2013-04-101-8/+9
* Profiling with valgrind shows that the 2**16 iteration for findinglloyd2012-06-141-1/+27
* m_ namespace Channel, Client, and Server.lloyd2012-06-091-1/+1
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-2/+1
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-257/+15
|\
| * Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-0/+12
| * Remove the Ciphersuite_Code enum and move all ciphersuitelloyd2012-03-301-257/+1
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-1/+1
|\|
| * Bad conditionallloyd2012-02-281-1/+1
* | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-1/+1
|/
* Support getting ciphersuites by name as well as suite IDlloyd2012-01-281-1/+17
* Add Camellia ciphersuites from RFC 4132.lloyd2012-01-281-4/+24
* Add anon SRP ciphersuites to the list, add missing _CBC on thelloyd2012-01-281-6/+17
* Support alternate PRF hashes in TLS 1.2. Add support for the SHA-384lloyd2012-01-281-1/+16
* Change naming convention to match RFCslloyd2012-01-271-14/+10
* Working though somewhat clumsy DHE_PSK and ECDHE_PSK. Tested against GnuTLSlloyd2012-01-271-9/+38
* Add client-side support for PSK kex. Tested against OpenSSL.lloyd2012-01-271-1/+11
* In earlier versions, key exchange == "RSA" meant export-stylelloyd2012-01-251-10/+10
* Fix printing PSK ciphersuites. Better assert msg.lloyd2012-01-251-13/+15
* Go back to choosing the ciphersuite based on the server's preferences.lloyd2012-01-251-0/+20
* s/tls_suites/tls_ciphersuite/lloyd2012-01-241-0/+228