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_record.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
1
-7
/
+7
*
Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...
Dan Brown
2016-04-27
1
-6
/
+6
*
Don't reject TLS packets with zero plaintext bytes
Jack Lloyd
2016-04-15
1
-13
/
+13
*
Add IETF standard ChaCha20Poly1305 ciphersuites to TLS
Jack Lloyd
2016-03-23
1
-15
/
+51
*
Reject zero length TLS records out of hand.
Jack Lloyd
2016-02-16
1
-4
/
+11
*
TLS improvements
Jack Lloyd
2015-10-25
1
-42
/
+43
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-13
/
+9
*
Internal header cleanups
Jack Lloyd
2015-09-19
1
-1
/
+0
*
More changes for use with debug STL
Simon Warta
2015-06-30
1
-2
/
+2
*
lib/tls: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-13
/
+13
*
Remove RC4 (and all support for stream ciphers) from TLS
lloyd
2015-05-15
1
-18
/
+4
*
Hide Algorithm_Factory and use the functions in lookup.h internally.
lloyd
2015-03-04
1
-2
/
+2
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-0
/
+1
*
Add missing files. Remove cipher lookup from engine code.
lloyd
2015-02-01
1
-11
/
+6
*
Add typedefs for function signatures/types used in TLS for easier reading
lloyd
2015-01-27
1
-3
/
+3
*
Remove SSLv3 and handling of SSLv2 client hellos.
lloyd
2015-01-11
1
-64
/
+6
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementation
lloyd
2014-12-31
1
-70
/
+72
*
A TLS Server can now process either TLS or DTLS but not either,
lloyd
2014-11-15
1
-47
/
+139
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
1
-3
/
+3
*
Cleanup handling of TLS AEAD nonce sizes, push all knowledge of what
lloyd
2014-11-03
1
-15
/
+13
*
Add support for DTLS handshake timeouts and retransmissions.
lloyd
2014-10-06
1
-3
/
+6
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+622