summaryrefslogtreecommitdiff
path: root/ssl/s3_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Revise ssl code to use a CERT_PKEY structure when outputting asteve2012-01-261-4/+4
* add support for use of fixed DH client certificatessteve2012-01-251-30/+46
* Support for fixed DH ciphersuites.steve2012-01-161-2/+20
* PR: 2671steve2012-01-051-1/+1
* Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619)steve2012-01-041-0/+10
* Submitted by: Adam Langley <agl@chromium.org>steve2012-01-041-0/+1
* oops, revert wrong patchsteve2012-01-031-10/+0
* only send heartbeat extension from server if client sent onesteve2012-01-031-0/+10
* PR: 2658steve2011-12-311-0/+12
* PR: 1794steve2011-12-271-10/+20
* PR: 1794steve2011-11-251-34/+16
* Fix session handling.bodo2011-09-051-39/+67
* (EC)DH memory handling fixes.bodo2011-09-051-7/+15
* set FIPS allow before initialising ctxsteve2011-06-141-2/+2
* fix error discrepancysteve2011-06-031-1/+1
* use TLS1_get_version macro to check version so TLS v1.2 changes don't interfe...steve2011-05-251-8/+8
* PR: 2295steve2011-05-201-2/+111
* Implement FIPS_mode and FIPS_mode_setsteve2011-05-191-0/+2
* set encodedPoint to NULL after freeing itsteve2011-05-191-0/+1
* Initial TLS v1.2 client support. Include a default supported signaturesteve2011-05-091-0/+4
* Continuing TLS v1.2 support: add support for server parsing ofsteve2011-05-061-25/+20
* Fix broken SRP error/function code assignment.steve2011-03-161-4/+4
* Add SRP support.ben2011-03-121-5/+137
* Include openssl/crypto.h first in several other files so FIPS renamingsteve2011-02-161-0/+1
* CVE-2010-4180 fix (from OpenSSL_1_0_0-stable)bodo2011-02-031-0/+5
* Get correct GOST private key instead of just assuming the last one issteve2010-11-141-3/+10
* Fixes to NPN from Adam Langley.ben2010-09-051-5/+5
* Fix warnings.ben2010-09-051-1/+1
* For better forward-security support, add functionsbodo2010-08-261-2/+10
* PR: 1833steve2010-08-261-3/+4
* Add Next Protocol Negotiation.ben2010-07-281-0/+101
* Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD andsteve2010-02-271-3/+2
* PR: 1949steve2010-01-261-20/+14
* The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDINGsteve2010-01-241-1/+15
* If legacy renegotiation is not permitted then send a fatal alert if a patchedsteve2010-01-221-0/+12
* Client side compression algorithm sanity checks: ensure old compressionsteve2010-01-011-1/+1
* Compression handling on session resume was badly broken: it alwayssteve2009-12-311-1/+54
* Add support for magic cipher suite value (MCSV). Make secure renegotiationsteve2009-12-081-1/+1
* PR: 2121steve2009-12-081-12/+1
* PR: 2115steve2009-12-011-1/+12
* Ooops, revert committed conflict.steve2009-11-071-52/+26
* PR: 2089steve2009-11-021-26/+52
* Fix statless session resumption so it can coexist with SNIsteve2009-10-301-5/+6
* Typo presumably....steve2009-09-061-1/+1
* PR: 2028steve2009-09-041-15/+20
* Update from 0.9.8-stable.steve2009-06-261-1/+1
* Initialize outlen.steve2009-06-241-1/+1
* Submitted by: Artem Chuprina <ran@cryptocom.ru>steve2009-06-161-12/+52
* PR: 1952steve2009-06-131-0/+2
* Merge from 1.0.0-stable branch.steve2009-04-231-3/+3