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_record.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...
lloyd
2012-04-25
1
-2
/
+15
|
\
|
*
Add support for TLS heartbeats (RFC 6520). Heartbeat initiations from
lloyd
2012-04-16
1
-0
/
+3
*
|
propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...
lloyd
2012-03-30
1
-0
/
+2
|
\
|
|
*
Move the handshake serialization code to Record_Writer
lloyd
2012-03-03
1
-0
/
+2
*
|
Merge fixups. Add locking to default session manager. Use chrono lib
lloyd
2012-02-20
1
-1
/
+1
*
|
propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6...
lloyd
2012-02-20
1
-15
/
+2
|
/
*
Make Alert a first class object ala Version. Move the alert codes into
lloyd
2012-01-26
1
-1
/
+2
*
Move around the order of arguments to activate() and add the
lloyd
2012-01-25
1
-4
/
+6
*
s/tls_suites/tls_ciphersuite/
lloyd
2012-01-24
1
-1
/
+2
*
Make the version number a proper class, makes many things much easier
lloyd
2012-01-23
1
-4
/
+5
*
Since this branch is hugely API breaking already, go ahead and put
lloyd
2012-01-23
1
-2
/
+6
*
TLS_Ciphersuite_Algos was just a strange level of indirection between
lloyd
2012-01-20
1
-2
/
+2
*
I'm not sure if I like this asthetically, but passing around the
lloyd
2012-01-19
1
-3
/
+3
*
In the reader preallocate the buffer that we'll store the computed MAC
lloyd
2012-01-06
1
-1
/
+2
*
Remove the version getter in TLS_Channel - caller should use the
lloyd
2012-01-06
1
-8
/
+4
*
Make record reading faster (less copying, no queue at all), at the
lloyd
2012-01-05
1
-11
/
+24
*
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
-10
/
+11
*
Have Record_Writer use a single persistent buffer for outbound
lloyd
2012-01-04
1
-1
/
+3
*
Add support for next protocol negotiation. Client only currently;
lloyd
2012-01-04
1
-2
/
+0
*
Add a function for getting the version number of an active connection.
lloyd
2011-12-30
1
-2
/
+6
*
Add support for the maximum fragment length extension. No hooks for it
lloyd
2011-12-30
1
-9
/
+10
*
Don't buffer in the record writer at all - we immediately process and
lloyd
2011-12-28
1
-8
/
+4
*
Optimization/work on future optimization for the record writer;
lloyd
2011-12-28
1
-3
/
+2
*
Make tls_session_key.h an internal header
lloyd
2011-12-27
1
-4
/
+7
*
Rename ssl module to tls
lloyd
2011-12-23
1
-0
/
+119