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
/
rec_read.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Alert a first class object ala Version. Move the alert codes into
lloyd
2012-01-26
1
-10
/
+9
*
Move around the order of arguments to activate() and add the
lloyd
2012-01-25
1
-2
/
+6
*
Make the version number a proper class, makes many things much easier
lloyd
2012-01-23
1
-14
/
+20
*
Since this branch is hugely API breaking already, go ahead and put
lloyd
2012-01-23
1
-1
/
+5
*
TLS_Ciphersuite_Algos was just a strange level of indirection between
lloyd
2012-01-20
1
-1
/
+1
*
Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a
lloyd
2012-01-19
1
-3
/
+0
*
I'm not sure if I like this asthetically, but passing around the
lloyd
2012-01-19
1
-1
/
+1
*
In the reader preallocate the buffer that we'll store the computed MAC
lloyd
2012-01-06
1
-20
/
+20
*
The server would incorrectly send a server key exchange message when a
lloyd
2012-01-06
1
-42
/
+46
*
Remove the version getter in TLS_Channel - caller should use the
lloyd
2012-01-06
1
-32
/
+25
*
Cleanups
lloyd
2012-01-05
1
-17
/
+10
*
Make record reading faster (less copying, no queue at all), at the
lloyd
2012-01-05
1
-52
/
+98
*
If the maximum fragment extension was negotiated, enforce it. Also
lloyd
2012-01-05
1
-0
/
+20
*
Less buffer movement in the record reader
lloyd
2012-01-04
1
-62
/
+71
*
Add a function for getting the version number of an active connection.
lloyd
2011-12-30
1
-1
/
+11
*
Reset the sequence numbers when we activate a connection state. This
lloyd
2011-12-30
1
-0
/
+1
*
Working though hacking client verify (server side only). Only supports
lloyd
2011-12-28
1
-4
/
+8
*
Make tls_session_key.h an internal header
lloyd
2011-12-27
1
-0
/
+1
*
Fix crash
lloyd
2011-12-23
1
-1
/
+6
*
Rename ssl module to tls
lloyd
2011-12-23
1
-0
/
+255