aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_alert.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | of just the type code. Implement Alert::type_string
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-0/+101
the Alert class for namespacing.