summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix error discrepancysteve2011-12-071-1/+1
* Resolve a stack set-up race condition (if the list of compressionbodo2011-12-021-0/+1
* PR: 1794steve2011-11-258-61/+17
* Fix NPN implementation for renegotiation.bodo2011-11-242-2/+11
* move internal functions to ssl_locl.hsteve2011-11-212-5/+6
* bcmp doesn't exist on all platforms, replace with memcmpsteve2011-11-211-4/+4
* Add TLS exporter.ben2011-11-159-3/+124
* Add DTLS-SRTP.ben2011-11-158-4/+692
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreben2011-11-141-5/+11
* PR: 1794steve2011-11-131-5/+0
* PR: 2628steve2011-10-271-2/+13
* PR: 2628steve2011-10-271-1/+1
* Use correct tag for SRP username.steve2011-10-251-1/+1