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_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Working though hacking client verify (server side only). Only supports
lloyd
2011-12-28
1
-5
/
+27
*
Make TLS_Session_Params a real class. Various cleanups.
lloyd
2011-12-28
1
-14
/
+32
*
Partial bits of the server side of client auth. Incomplete.
lloyd
2011-12-28
1
-15
/
+35
*
Make tls_session_key.h an internal header
lloyd
2011-12-27
1
-0
/
+1
*
Actually send the right info in a resumed session server hello
lloyd
2011-12-27
1
-7
/
+4
*
Force resumed session to use previous ciphersuite, etc
lloyd
2011-12-27
1
-22
/
+30
*
Half of session serialization
lloyd
2011-12-27
1
-13
/
+23
*
First rev of working session resumption (server side only). Only works
lloyd
2011-12-27
1
-25
/
+75
*
Avoid a memory leak if we were using DHE - kex_priv would get a copy
lloyd
2011-12-27
1
-20
/
+20
*
Much smarter state transition checking: at each point in the
lloyd
2011-12-27
1
-63
/
+22
*
Initial hooks for session resumption
lloyd
2011-12-23
1
-36
/
+56
*
Centralize a lot of the handshaking and message parsing in TLS_Channel
lloyd
2011-12-23
1
-226
/
+9
*
Rename ssl module to tls
lloyd
2011-12-23
1
-0
/
+494