aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/hello_verify.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-5/+5
| | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed.
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-1/+1
|
* Add missing source for DTLS hello verifylloyd2012-03-161-0/+61