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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a Record struct to combine the record contents, type, sequence #,
lloyd
2012-12-10
1
-21
/
+19
*
Changes so DTLS handshake can send messages under different epochs, eg
lloyd
2012-11-12
1
-6
/
+18
*
Use TLS v1.0 in the initial record version. Given that we're including
lloyd
2012-09-07
1
-1
/
+1
*
Remove bogus forced 64 byte mtu.
lloyd
2012-09-07
1
-3
/
+0
*
Inline Record_Reader to Channel as well
lloyd
2012-09-06
1
-1
/
+0
*
Rename m_writer to m_send_hs
lloyd
2012-09-04
1
-11
/
+11
*
Use a std::function so handshake_io only has access Record_Writer's
lloyd
2012-09-04
1
-11
/
+11
*
Working fragmentation. Initial start at flight tracking.
lloyd
2012-08-10
1
-9
/
+55
*
Hooks for DTLS fragmentation
lloyd
2012-08-10
1
-12
/
+24
*
Make the CCS message a Handshake_Msg and send it through the handshake
lloyd
2012-08-10
1
-6
/
+18
*
Const arg of Handshake_IO::send
lloyd
2012-08-10
1
-2
/
+2
*
Lame but usable DTLS defragmentation
lloyd
2012-08-09
1
-6
/
+14
*
We weren't handling DTLS handshake fragments at all. Now reject them
lloyd
2012-08-08
1
-23
/
+33
*
Clean up DTLS handshake formatting
lloyd
2012-08-08
1
-19
/
+16
*
Make Handshake_IO::format const
lloyd
2012-08-08
1
-2
/
+2
*
Fix DTLS handshake encoding. Handle multiple messages in a packet.
lloyd
2012-08-08
1
-31
/
+68
*
DTLS needs some help with ChangeCipherSpec because it is not included
lloyd
2012-08-08
1
-3
/
+15
*
Remove Handshake_IO::have_full_record and Handshake_IO::empty
lloyd
2012-08-07
1
-35
/
+5
*
Track the sequence number and return it from the record reader. Take
lloyd
2012-08-07
1
-7
/
+8
*
Take the initial record version from the Handshake_IO instance instead
lloyd
2012-08-03
1
-0
/
+10
*
Add preliminary IO handler for datagram handshakes. Does not fragment
lloyd
2012-08-03
1
-0
/
+133
*
Combine Handshake_Writer and Handshake_Reader into Handshake_IO.
lloyd
2012-08-03
1
-0
/
+124