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_wri.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the version number a proper class, makes many things much easier
lloyd
2012-01-23
1
-14
/
+12
*
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
*
The server would incorrectly send a server key exchange message when a
lloyd
2012-01-06
1
-9
/
+14
*
Remove the version getter in TLS_Channel - caller should use the
lloyd
2012-01-06
1
-9
/
+0
*
If the maximum fragment extension was negotiated, enforce it. Also
lloyd
2012-01-05
1
-1
/
+3
*
Less buffer movement in the record reader
lloyd
2012-01-04
1
-1
/
+1
*
Have Record_Writer use a single persistent buffer for outbound
lloyd
2012-01-04
1
-12
/
+12
*
Add a function for getting the version number of an active connection.
lloyd
2011-12-30
1
-5
/
+10
*
Add support for the maximum fragment length extension. No hooks for it
lloyd
2011-12-30
1
-64
/
+75
*
Reset the sequence numbers when we activate a connection state. This
lloyd
2011-12-30
1
-0
/
+8
*
Ref mozilla bug also
lloyd
2011-12-29
1
-2
/
+2
*
Only insert small fragments for application records. Handshakes would
lloyd
2011-12-29
1
-1
/
+1
*
Don't buffer in the record writer at all - we immediately process and
lloyd
2011-12-28
1
-50
/
+26
*
Fix for RC4 suites
lloyd
2011-12-28
1
-1
/
+2
*
Optimization/work on future optimization for the record writer;
lloyd
2011-12-28
1
-47
/
+65
*
Working though hacking client verify (server side only). Only supports
lloyd
2011-12-28
1
-1
/
+1
*
Make tls_session_key.h an internal header
lloyd
2011-12-27
1
-2
/
+4
*
Rename ssl module to tls
lloyd
2011-12-23
1
-0
/
+270