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
/
c_kex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For ECDH you don't strip leading zeros. Bikeshedding: 1 Consistency: 0
lloyd
2012-01-24
1
-3
/
+5
*
Read ECDH client key exchange messages
lloyd
2012-01-24
1
-25
/
+26
*
Working ECDH key exchange. Only tested on client side but seems good
lloyd
2012-01-24
1
-29
/
+47
*
Don't assume the server key exchange consists of a series of BigInts.
lloyd
2012-01-24
1
-4
/
+8
*
Make the version number a proper class, makes many things much easier
lloyd
2012-01-23
1
-10
/
+13
*
Since this branch is hugely API breaking already, go ahead and put
lloyd
2012-01-23
1
-2
/
+6
*
Remove the key() method on server key exchange - instead leave it to
lloyd
2012-01-23
1
-9
/
+16
*
Have the client key exchange examine the server key exchange message
lloyd
2012-01-23
1
-22
/
+46
*
TLS_Ciphersuite_Algos was just a strange level of indirection between
lloyd
2012-01-20
1
-2
/
+2
*
Remove Handshake_Message::deserialize which was an unnecessary hook.
lloyd
2012-01-19
1
-15
/
+7
*
The leading zeros of a DH pre master secret are supposed to be
lloyd
2012-01-18
1
-2
/
+23
*
The server would incorrectly send a server key exchange message when a
lloyd
2012-01-06
1
-1
/
+1
*
Add a function for getting the version number of an active connection.
lloyd
2011-12-30
1
-1
/
+1
*
Clean up the ordering of constructor args to the various message types
lloyd
2011-12-29
1
-15
/
+7
*
Working though hacking client verify (server side only). Only supports
lloyd
2011-12-28
1
-1
/
+1
*
Initial hooks for session resumption
lloyd
2011-12-23
1
-2
/
+2
*
Rename ssl module to tls
lloyd
2011-12-23
1
-0
/
+165