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_handshake_io.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't pass Record struct to handshake parser
lloyd
2013-09-06
1
-4
/
+9
*
Add a Record struct to combine the record contents, type, sequence #,
lloyd
2012-12-10
1
-12
/
+4
*
Changes so DTLS handshake can send messages under different epochs, eg
lloyd
2012-11-12
1
-8
/
+11
*
Rename m_writer to m_send_hs
lloyd
2012-09-04
1
-4
/
+4
*
Use a std::function so handshake_io only has access Record_Writer's
lloyd
2012-09-04
1
-5
/
+8
*
Working fragmentation. Initial start at flight tracking.
lloyd
2012-08-10
1
-5
/
+8
*
Hooks for DTLS fragmentation
lloyd
2012-08-10
1
-0
/
+8
*
Const arg of Handshake_IO::send
lloyd
2012-08-10
1
-3
/
+3
*
Lame but usable DTLS defragmentation
lloyd
2012-08-09
1
-1
/
+1
*
We weren't handling DTLS handshake fragments at all. Now reject them
lloyd
2012-08-08
1
-1
/
+2
*
Clean up DTLS handshake formatting
lloyd
2012-08-08
1
-0
/
+5
*
Make Handshake_IO::format const
lloyd
2012-08-08
1
-3
/
+3
*
Fix DTLS handshake encoding. Handle multiple messages in a packet.
lloyd
2012-08-08
1
-0
/
+4
*
DTLS needs some help with ChangeCipherSpec because it is not included
lloyd
2012-08-08
1
-3
/
+6
*
Remove Handshake_IO::have_full_record and Handshake_IO::empty
lloyd
2012-08-07
1
-12
/
+3
*
Track the sequence number and return it from the record reader. Take
lloyd
2012-08-07
1
-3
/
+8
*
Take the initial record version from the Handshake_IO instance instead
lloyd
2012-08-03
1
-0
/
+7
*
Add preliminary IO handler for datagram handshakes. Does not fragment
lloyd
2012-08-03
1
-0
/
+51
*
Combine Handshake_Writer and Handshake_Reader into Handshake_IO.
lloyd
2012-08-03
1
-0
/
+87