aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add code point for the SRP identifier extension and add a check for itlloyd2011-12-171-0/+8
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-2/+3
* Make MemoryRegion::set protected, change all callerslloyd2010-10-291-1/+2
* Last u32bit->size_t for ssllloyd2010-10-151-25/+25
* Require a TLS_Policylloyd2010-09-171-8/+11
* Add a helper function for encoding TLS values with length tagginglloyd2010-09-151-18/+4
* Hide a number of the internal SSL headers from the user, you can stilllloyd2010-09-151-1/+1
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-20/+22
* More vector->pointer conversion removals.lloyd2010-09-131-5/+3
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* If we couldn't agree on a suite, fail immediatelylloyd2010-04-201-0/+5
* Add support for reading SSLv2 client helloslloyd2010-04-171-0/+34
* Instead of just discarding the extension size, confirm that thelloyd2010-03-301-1/+4
* Support TLS Extensions, specifically SNIlloyd2010-03-301-35/+29
* Add a class that knows how to decode a (very small subset of) TLS datalloyd2010-03-301-45/+76
* Don't fail simply because the client sent a version code that we don'tlloyd2010-03-301-6/+0
* Fix server handshake.lloyd2010-03-301-4/+6
* Add support for TLS v1.1's per-record random IV. Tested against GnuTLS server.lloyd2010-03-301-1/+5
* Remove use of old PKCS8_ and X509_ typedefslloyd2010-02-161-1/+1
* Rename Policy to TLS_Policy.lloyd2010-02-161-2/+2
* Various minor SSL fixeslloyd2010-02-141-2/+0
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+267