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
/
lib
/
tls
/
tls_handshake_io.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+1
*
Split more carefully to exactly MTU in DTLS handshake fragmentation.
Jack Lloyd
2019-07-18
1
-11
/
+25
*
Fix DTLS reconnection
Jack Lloyd
2019-07-13
1
-2
/
+13
*
Add support for HelloVerifyRequest on server side
Jack Lloyd
2019-06-18
1
-1
/
+7
*
Add script for running TLS fuzzer
Jack Lloyd
2019-05-24
1
-0
/
+3
*
Avoid unnecessary copies during TLS handshake
Jack Lloyd
2019-05-24
1
-19
/
+18
*
Verify contents of DTLS CCS message
Jack Lloyd
2019-05-23
1
-0
/
+3
*
Fix DTLS MTU splitting
Jack Lloyd
2019-05-21
1
-19
/
+5
*
Fix some MSVC warnings
Jack Lloyd
2018-12-10
1
-2
/
+2
*
Slight refactoring to avoid GCC signed overflow warnings. [ci skip]
Jack Lloyd
2018-05-08
1
-4
/
+4
*
Export tls_messages.h as a public header
René Korthaus
2016-12-23
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-63
/
+63
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
1
-3
/
+3
*
Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...
Dan Brown
2016-04-27
1
-3
/
+3
*
TLS improvements
Jack Lloyd
2015-10-25
1
-50
/
+47
*
More changes for use with debug STL
Simon Warta
2015-06-30
1
-2
/
+8
*
lib/tls: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-4
/
+4
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Not helpful
lloyd
2014-11-16
1
-1
/
+0
*
A TLS Server can now process either TLS or DTLS but not either,
lloyd
2014-11-15
1
-0
/
+1
*
Add support for DTLS handshake timeouts and retransmissions.
lloyd
2014-10-06
1
-14
/
+87
*
A std::deque's memory is not guaranteed to be contiguous
lloyd
2014-04-06
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+381