aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_alert.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-113/+0
* Remove Record structlloyd2013-09-071-1/+1
* Avoid using representable value for internal null alertlloyd2013-04-191-3/+3
* Remove Record_Writer::send_alert. Move Alert serialization to Alert::serializelloyd2012-09-041-10/+15
* Doxygen commentslloyd2012-07-061-1/+9
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Add support for TLS heartbeats (RFC 6520). Heartbeat initiations fromlloyd2012-04-161-1/+3
* Add support for the 3 alert types we didn't have codes for.lloyd2012-04-091-31/+32
* Remove Alert::Level enum, replace with boollloyd2012-01-261-6/+2
* Change callback interface to pass the Alert object itself insteadlloyd2012-01-261-1/+1
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-0/+101