aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_record.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-7/+7
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-6/+6
* Don't reject TLS packets with zero plaintext bytesJack Lloyd2016-04-151-13/+13
* Add IETF standard ChaCha20Poly1305 ciphersuites to TLSJack Lloyd2016-03-231-15/+51
* Reject zero length TLS records out of hand.Jack Lloyd2016-02-161-4/+11
* TLS improvementsJack Lloyd2015-10-251-42/+43
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-13/+9
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* More changes for use with debug STLSimon Warta2015-06-301-2/+2
* lib/tls: Convert &vec[0] to vec.data()Simon Warta2015-06-231-13/+13
* Remove RC4 (and all support for stream ciphers) from TLSlloyd2015-05-151-18/+4
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-2/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+1
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-011-11/+6
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-3/+3
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-64/+6
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-70/+72
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-47/+139
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-3/+3
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-031-15/+13
* Add support for DTLS handshake timeouts and retransmissions.lloyd2014-10-061-3/+6
* Move lib into srclloyd2014-01-101-0/+622