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_channel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the session type to 'TLS_Session'. Split the manager out into
lloyd
2011-12-30
1
-2
/
+2
*
Add a function for getting the version number of an active connection.
lloyd
2011-12-30
1
-1
/
+10
*
Prevent ping-ponging of close alerts by tracking both if a handshake
lloyd
2011-12-30
1
-13
/
+20
*
Full support for renegotiation including RFC 5746 extensions for
lloyd
2011-12-30
1
-5
/
+40
*
Many renegotiation fixes. Add support for the secure renegotiation
lloyd
2011-12-30
1
-2
/
+46
*
About half an implementation of RFC 5746
lloyd
2011-12-29
1
-1
/
+2
*
Don't buffer in the record writer at all - we immediately process and
lloyd
2011-12-28
1
-2
/
+0
*
Working though hacking client verify (server side only). Only supports
lloyd
2011-12-28
1
-8
/
+16
*
We wouldn't send an alert before handshaking was complete because
lloyd
2011-12-28
1
-7
/
+4
*
First rev of working session resumption (server side only). Only works
lloyd
2011-12-27
1
-1
/
+7
*
Initial hooks for session resumption
lloyd
2011-12-23
1
-5
/
+3
*
Centralize a lot of the handshaking and message parsing in TLS_Channel
lloyd
2011-12-23
1
-0
/
+188