aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl
Commit message (Expand)AuthorAgeFilesLines
* Constify assert_at_least. Add some helperslloyd2010-03-301-1/+17
* Add some magic numbers for TLS extension codeslloyd2010-03-301-0/+11
* Add a class that knows how to decode a (very small subset of) TLS datalloyd2010-03-306-61/+249
* Don't fail simply because the client sent a version code that we don'tlloyd2010-03-301-6/+0
* Fix server handshake.lloyd2010-03-302-15/+14
* Fix DSA TLS serverslloyd2010-03-301-1/+1
* Add support for TLS v1.1's per-record random IV. Tested against GnuTLS server.lloyd2010-03-307-12/+46
* Rename pad_amount to block_size, more accurate/descriptivelloyd2010-03-303-12/+20
* Also remove compression bits from record writerlloyd2010-03-251-14/+4
* Remove single byte versions of read and write - caused problems with overloadslloyd2010-03-251-3/+0
* Remove the bits for supporting compression - it was never actuallylloyd2010-03-252-19/+4
* Use size_t for lengths in Socket interfacelloyd2010-03-253-9/+9
* Remove printfslloyd2010-03-231-17/+0
* Make Record_Reader event driven. Callers (eg TLS_Client andlloyd2010-03-236-45/+132
* Include <netinet/in.h>; needed on FreeBSD at leastlloyd2010-03-101-1/+2
* 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-083-65/+71
* Remove some unnecessary usages of PK_Signing_Keylloyd2010-03-042-53/+30
* Client_Key_Exchange needs modification for DH changeslloyd2010-03-041-14/+14
* Unused variable warning in catch statementlloyd2010-03-031-1/+1
* Use the canonical header guard form in handshake_hash.h otherwise thelloyd2010-02-171-2/+2
* Add alert code for PSK/SRP (unknown identity)lloyd2010-02-171-0/+2
* Naming scheme for DL groups has changedlloyd2010-02-171-1/+1
* Remove use of old PKCS8_ and X509_ typedefslloyd2010-02-1610-49/+62
* Rename Policy to TLS_Policy.lloyd2010-02-1631-152/+103
* Various minor SSL fixeslloyd2010-02-1413-42/+42
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-1133-0/+4350