aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_alert.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Record_Writer::send_alert. Move Alert serialization to Alert::serializelloyd2012-09-041-3/+11
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-2/+1
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-3/+11
|\
| * Add support for TLS heartbeats (RFC 6520). Heartbeat initiations fromlloyd2012-04-161-1/+4
| * Add support for the 3 alert types we didn't have codes for.lloyd2012-04-091-1/+6
* | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-2/+2
|/
* Remove Alert::Level enum, replace with boollloyd2012-01-261-1/+1
* Change callback interface to pass the Alert object itself insteadlloyd2012-01-261-1/+70
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-0/+46