aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_channel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into Encrypt-then-MAC-with-policyJuraj Somorovsky2016-05-121-4/+3
|\
| * Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-2/+1
| * Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-2/+2
* | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-2/+4
|/
* Remove support for the TLS min fragment length extension.Jack Lloyd2016-02-071-23/+3
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-52/+0
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-5/+5
* TLS improvementsJack Lloyd2015-10-251-18/+20
* lib/tls: Convert &vec[0] to vec.data()Simon Warta2015-06-231-9/+9
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-5/+5
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Support setting the number of pad bytes in a heartbeat message. Uselloyd2015-01-071-4/+6
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-21/+29
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-2/+2
* Add support for DTLS handshake timeouts and retransmissions.lloyd2014-10-061-29/+64
* Avoid initializer lists here, VC2013 doesn't like it. Github #18lloyd2014-05-011-0/+4
* Move lib into srclloyd2014-01-101-0/+668