aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/c_kex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a helper function for encoding TLS values with length tagginglloyd2010-09-151-8/+5
* 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-3/+3
* More vector->pointer conversion removals.lloyd2010-09-131-6/+9
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Clean up ciphersuite handlinglloyd2010-04-171-3/+1
* Add a class that knows how to decode a (very small subset of) TLS datalloyd2010-03-301-8/+3
* Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-081-2/+2
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-12/+10
* Client_Key_Exchange needs modification for DH changeslloyd2010-03-041-14/+14
* Unused variable warning in catch statementlloyd2010-03-031-1/+1
* Remove use of old PKCS8_ and X509_ typedefslloyd2010-02-161-2/+2
* Rename Policy to TLS_Policy.lloyd2010-02-161-1/+1
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+174