summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* use client version when deciding whether to send supported signature algorith...steve2012-03-211-1/+1
* oops, revert unrelated patchessteve2012-03-143-110/+12
* update FAQ, NEWSsteve2012-03-143-12/+110
* ssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER.appro2012-03-131-1/+4
* Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>steve2012-03-091-7/+23
* PR: 2756steve2012-03-093-23/+27
* New ctrls to retrieve supported signature algorithms and curves andsteve2012-03-066-24/+112
* PR: 2755steve2012-03-062-2/+7
* PR: 2748steve2012-03-062-5/+4
* PR: 2739steve2012-02-272-2/+6
* ABI fixes from 1.0.1-stablesteve2012-02-231-6/+7
* ABI compliance fixes.steve2012-02-224-74/+70
* SSL export fixes (from Adam Langley) [original from 1.0.1]steve2012-02-225-46/+55
* initialise i if n == 0steve2012-02-221-0/+2
* Fix bug in CVE-2011-4619: check we have really received a client hellosteve2012-02-161-8/+7
* Submitted by: Eric Rescorla <ekr@rtfm.com>steve2012-02-111-4/+14
* PR: 2704steve2012-02-102-19/+35
* Submitted by: Eric Rescorla <ekr@rtfm.com>steve2012-02-103-10/+61
* oops, revert unrelated changessteve2012-02-091-2/+1
* Modify client hello version when renegotiating to enhance interop withsteve2012-02-092-1/+36
* typosteve2012-02-021-1/+1
* Add support for distinct certificate chains per key type and per SSLsteve2012-01-314-7/+141
* code tidysteve2012-01-271-15/+19
* Revise ssl code to use a CERT_PKEY structure when outputting asteve2012-01-269-21/+28
* Tidy/enhance certificate chain output code.steve2012-01-266-132/+93
* initialise dh_clntsteve2012-01-261-0/+1
* add support for use of fixed DH client certificatessteve2012-01-252-49/+119
* return error if md is NULLsteve2012-01-221-0/+2
* Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.steve2012-01-181-10/+7
* Support for fixed DH ciphersuites.steve2012-01-169-51/+116
* Fix for builds without DTLS support.bodo2012-01-051-0/+2
* PR: 2671steve2012-01-051-1/+1
* Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>steve2012-01-051-0/+5
* Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>, Michael Tuexen <t...steve2012-01-041-10/+16
* Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576)steve2012-01-041-0/+3
* Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619)steve2012-01-044-0/+25
* Submitted by: Adam Langley <agl@chromium.org>steve2012-01-042-0/+7
* oops, revert wrong patchsteve2012-01-034-25/+0
* only send heartbeat extension from server if client sent onesteve2012-01-035-11/+39
* PR: 2658steve2011-12-3116-4/+520
* make updatesteve2011-12-271-245/+288
* PR: 1794steve2011-12-271-10/+20
* PR: 2326steve2011-12-261-3/+3
* PR: 2535steve2011-12-258-31/+474
* typosteve2011-12-231-4/+4
* delete unimplemented function from header file, update ordinalssteve2011-12-231-1/+0
* remove prototype for deleted SRP functionsteve2011-12-221-2/+0
* New ctrl values to clear or retrieve extra chain certs from an SSL_CTX.steve2011-12-223-12/+25
* PR: 1794steve2011-12-144-43/+7
* Remove redundant TLS exporter.ben2011-12-132-29/+1