index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tls
/
tls_ciphersuite.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-236
/
+0
*
Support the normal names for CCM in TLS policy config
lloyd
2013-12-04
1
-11
/
+1
*
Correct Ciphersuite::valid and to_string for CCM
lloyd
2013-09-05
1
-1
/
+11
*
Have TLS::Ciphersuite::valid check that all algorithms are available,
lloyd
2013-06-04
1
-9
/
+83
*
Change TLS::Ciphersuite constructor to be non-inline and to take
lloyd
2013-04-19
1
-0
/
+31
*
Rename ARC4 to RC4
lloyd
2013-04-19
1
-1
/
+1
*
Fix Ciphersuite::to_string when using non-GCM AEAD modes
lloyd
2013-04-12
1
-2
/
+2
*
Make the IV length and MAC keylength explicit in the ciphersuite
lloyd
2013-04-10
1
-8
/
+9
*
Profiling with valgrind shows that the 2**16 iteration for finding
lloyd
2012-06-14
1
-1
/
+27
*
m_ namespace Channel, Client, and Server.
lloyd
2012-06-09
1
-1
/
+1
*
Huge pile of post merge fixups, mtn really fucked that merge
lloyd
2012-04-25
1
-2
/
+1
*
propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...
lloyd
2012-04-25
1
-257
/
+15
|
\
|
*
Limit the lifetime of tickets to Policy::session_ticket_lifetime()
lloyd
2012-04-04
1
-0
/
+12
|
*
Remove the Ciphersuite_Code enum and move all ciphersuite
lloyd
2012-03-30
1
-257
/
+1
*
|
propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...
lloyd
2012-03-30
1
-1
/
+1
|
\
|
|
*
Bad conditional
lloyd
2012-02-28
1
-1
/
+1
*
|
Merge fixups. Add locking to default session manager. Use chrono lib
lloyd
2012-02-20
1
-1
/
+1
|
/
*
Support getting ciphersuites by name as well as suite ID
lloyd
2012-01-28
1
-1
/
+17
*
Add Camellia ciphersuites from RFC 4132.
lloyd
2012-01-28
1
-4
/
+24
*
Add anon SRP ciphersuites to the list, add missing _CBC on the
lloyd
2012-01-28
1
-6
/
+17
*
Support alternate PRF hashes in TLS 1.2. Add support for the SHA-384
lloyd
2012-01-28
1
-1
/
+16
*
Change naming convention to match RFCs
lloyd
2012-01-27
1
-14
/
+10
*
Working though somewhat clumsy DHE_PSK and ECDHE_PSK. Tested against GnuTLS
lloyd
2012-01-27
1
-9
/
+38
*
Add client-side support for PSK kex. Tested against OpenSSL.
lloyd
2012-01-27
1
-1
/
+11
*
In earlier versions, key exchange == "RSA" meant export-style
lloyd
2012-01-25
1
-10
/
+10
*
Fix printing PSK ciphersuites. Better assert msg.
lloyd
2012-01-25
1
-13
/
+15
*
Go back to choosing the ciphersuite based on the server's preferences.
lloyd
2012-01-25
1
-0
/
+20
*
s/tls_suites/tls_ciphersuite/
lloyd
2012-01-24
1
-0
/
+228