aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/cert_ver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Hide a number of the internal SSL headers from the user, you can stilllloyd2010-09-151-1/+1
| | | | see too much but better than before.
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-3/+3
|
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
| | | | | This caused Doxygen to think this was markup meant for it, which really caused some clutter in the namespace page.
* Add a class that knows how to decode a (very small subset of) TLS datalloyd2010-03-301-8/+3
| | | | | | formatting. Particularly useful in the ClientHello, but generally helps centralize the offset handling, which was particularly unreadable in the hello messages.
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-24/+28
| | | | | Remove use of look_pk from the source and examples, instead instantiate classes directly.
* Remove some unnecessary usages of PK_Signing_Keylloyd2010-03-041-23/+13
|
* Remove use of old PKCS8_ and X509_ typedefslloyd2010-02-161-2/+2
|
* Rename Policy to TLS_Policy.lloyd2010-02-161-1/+1
| | | | Put TLS_ in all the header guards to reduce the odds of conflicts.
* Various minor SSL fixeslloyd2010-02-141-1/+1
|
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+109
I'll officially kill off Ajisai (instead of it just lingering as a zombine as it is currently). Apparently I broke something (or multiple things) during the import process; servers crash and clients gets MAC errors on connect.