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_handshake_state.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-210
/
+0
*
Store cipher states in Channel instead of Handshake_State. Keep all
lloyd
2012-11-06
1
-17
/
+0
*
Store the cipher states in the handshake state object as shared_ptrs.
lloyd
2012-09-13
1
-1
/
+18
*
A quite different approach to extension handling, store both inbound
lloyd
2012-09-12
1
-1
/
+4
*
Clean up includes
lloyd
2012-09-09
1
-1
/
+2
*
Save the peer public key in the handshake state instead of pulling it
lloyd
2012-09-07
1
-2
/
+2
*
DTLS needs some help with ChangeCipherSpec because it is not included
lloyd
2012-08-08
1
-4
/
+20
*
Expose Handshake_Message as an API type.
lloyd
2012-08-06
1
-1
/
+13
*
Move server-specific parts of the handshake state to a server subclass.
lloyd
2012-08-06
1
-10
/
+0
*
Move things that are client specific in the handshake state to a
lloyd
2012-08-06
1
-11
/
+1
*
Make the handshake hash private
lloyd
2012-08-06
1
-2
/
+5
*
Make handshake session keys private with get/set
lloyd
2012-08-06
1
-1
/
+7
*
Make the handshake Ciphersuite only available by const reference.
lloyd
2012-08-06
1
-1
/
+3
*
Have all the TLS handshake messages stored in unique_ptrs with only
lloyd
2012-08-06
1
-26
/
+91
*
Combine Handshake_Writer and Handshake_Reader into Handshake_IO.
lloyd
2012-08-03
1
-9
/
+4
*
Add a class that handles writing handshake messages instead of pushing
lloyd
2012-07-16
1
-20
/
+29
*
Add deleted copy constructors/assignment operators where appropriate.
lloyd
2012-07-10
1
-0
/
+3
*
Make TLS::Channel::send non-virtual as neither Client nor Server
lloyd
2012-06-18
1
-1
/
+4
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-2
/
+2
*
Huge pile of post merge fixups, mtn really fucked that merge
lloyd
2012-04-25
1
-15
/
+2
*
Add a bool param to renegotiate on if we should force a full
lloyd
2012-04-18
1
-0
/
+5
*
Finish up server side SRP support, a little ugly but it works.
lloyd
2012-04-06
1
-0
/
+2
*
Working client-side session tickets. Tested against gmail.com and
lloyd
2012-03-22
1
-0
/
+2
*
Basic protocol message flow for session tickets
lloyd
2012-03-20
1
-0
/
+1
*
Add SecureQueue::empty
lloyd
2012-03-07
1
-2
/
+2
*
Add an abstraction for reading handshake messages (as DTLS handles it
lloyd
2012-03-05
1
-4
/
+7
*
Support alternate PRF hashes in TLS 1.2. Add support for the SHA-384
lloyd
2012-01-28
1
-0
/
+4
*
Move all key exchange mechanism code (eg DH/ECDH/SRP) out of the
lloyd
2012-01-25
1
-1
/
+2
*
Make the version number a proper class, makes many things much easier
lloyd
2012-01-23
1
-1
/
+1
*
Since this branch is hugely API breaking already, go ahead and put
lloyd
2012-01-23
1
-5
/
+9
*
Have the client key exchange examine the server key exchange message
lloyd
2012-01-23
1
-1
/
+0
*
Somewhat contorted, but fixes the issue with sending hash/sig ids with
lloyd
2012-01-20
1
-4
/
+4
*
TLS_Ciphersuite_Algos was just a strange level of indirection between
lloyd
2012-01-20
1
-5
/
+5
*
Many fixes for TLS 1.2 though some things in particular client auth
lloyd
2012-01-20
1
-0
/
+7
*
Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a
lloyd
2012-01-19
1
-1
/
+3
*
I'm not sure if I like this asthetically, but passing around the
lloyd
2012-01-19
1
-17
/
+24
*
Add support for next protocol negotiation. Client only currently;
lloyd
2012-01-04
1
-1
/
+24
*
Add support for client-side session resumption
lloyd
2011-12-31
1
-0
/
+5
*
Rename the session type to 'TLS_Session'. Split the manager out into
lloyd
2011-12-30
1
-0
/
+60