summaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
AgeCommit message (Expand)Author
2011-12-26PR: 2326Dr. Stephen Henson
2010-12-02fix for CVE-2010-4180Dr. Stephen Henson
2010-10-10PR: 2314Dr. Stephen Henson
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-01-26PR: 1949Dr. Stephen Henson
2009-12-08Add support for magic cipher suite value (MCSV). Make secure renegotiationDr. Stephen Henson
2009-12-01PR: 2115Dr. Stephen Henson
2009-11-08Re-revert (re-insert?) temporary change that made renegotiation work againDr. Stephen Henson
2009-11-08Revert renegotiation-breaking change.Ben Laurie
2009-10-30Generate stateless session ID just after the ticket is received insteadDr. Stephen Henson
2009-10-28Don't attempt session resumption if no ticket is present and sessionDr. Stephen Henson
2009-04-19PR: 1751Dr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson
2009-01-07Properly check EVP_VerifyFinal() and similar return valuesDr. Stephen Henson
2008-12-29Avoid signed/unsigned compare warnings.Dr. Stephen Henson
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson
2008-06-16Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson
2008-06-04Backport more ENGINE SSL client auth code to 0.9.8.Dr. Stephen Henson
2008-05-28fix whitespaceBodo Möller
2008-05-28Fix flaw if 'Server Key exchange message' is omitted from a TLSMark J. Cox
2008-04-29Do not permit stateless session resumption is session IDs mismatch.Dr. Stephen Henson
2007-11-03Allow new session ticket when resuming.Dr. Stephen Henson
2007-10-14Make ssl compile.Andy Polyakov
2007-10-12Backport certificate status request TLS extension support to 0.9.8.Dr. Stephen Henson
2007-08-31Update from HEAD.Dr. Stephen Henson
2007-08-12Backport of TLS extension code to OpenSSL 0.9.8.Dr. Stephen Henson
2007-03-09Fix kerberos ciphersuite bugs introduced with PR:1336.Dr. Stephen Henson
2006-09-28Fixes for the following claims:Richard Levitte
2005-12-13update TLS-ECC codeBodo Möller
2005-12-05Fix from HEAD.Dr. Stephen Henson
2005-09-30Update from HEAD.Dr. Stephen Henson
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson
2005-07-16makeNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-11Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-04-29check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26Add DTLS support.Ben Laurie
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch
2005-03-22Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-11-28RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-09-27Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller