summaryrefslogtreecommitdiffstats
path: root/ssl/s3_both.c
AgeCommit message (Expand)Author
2016-09-21Make message buffer slightly larger than message.Dr. Stephen Henson
2016-09-21Use SSL3_HM_HEADER_LENGTH instead of 4.Dr. Stephen Henson
2016-09-21Remove unnecessary check.Dr. Stephen Henson
2016-05-19Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2015-09-02Fix DTLS1.2 buffersHiroyuki YAMAMORI
2015-04-30Sanity check the return from final_finish_macMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-02Remove MS SGCDr. Stephen Henson
2014-11-28[PR3597] Advance to the next state variant when reusing messages.Richard Levitte
2014-01-07Add fix for CVE-2013-4353Dr. Stephen Henson
2013-12-18Check EVP errors for handshake digests.Dr. Stephen Henson
2013-09-18DTLS revision.Dr. Stephen Henson
2013-02-06Add and use a constant-time memcmp.Ben Laurie
2013-01-15Make whitespace consistent with master branch.Dr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-04-18recognise X9.42 DH certificates on serversDr. Stephen Henson
2012-04-06Backport: Revise ssl code to use CERT_PKEY structure when outputting a certif...Dr. Stephen Henson
2012-04-06Backport: tidy/enhance certificate chain output code (from HEAD)Dr. Stephen Henson
2012-04-06Backport support for fixed DH ciphersuites (from HEAD)Dr. Stephen Henson
2011-11-13Add Next Protocol Negotiation.Ben Laurie
2010-03-24PR: 1731 and maybe 2197Dr. Stephen Henson
2009-11-09First cut of renegotiation extension. (port to 1.0.0-stable)Dr. Stephen Henson
2009-09-02PR: 2022Dr. Stephen Henson
2009-07-15Fix error codes and indentation.Dr. Stephen Henson
2009-06-28Update from 0.9.8-stable.Dr. Stephen Henson
2008-08-05Fix signed/unsigned warning.Geoff Thorpe
2008-08-04Fix error codes for memory-saving patch.Bodo Möller
2008-06-03Memory saving patch.Ben Laurie
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson
2006-10-20Align data payload for better performance.Andy Polyakov
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2005-04-07get rid of very buggy and very imcomplete DH cert supportNils Larsch
2003-02-12Option to disable SSL auto chain buildDr. Stephen Henson
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-12remove commentBodo Möller
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-09ECC ciphersuite supportBodo Möller
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-04-13Implement known-IV countermeasure.Bodo Möller
2002-03-19Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).Lutz Jänicke
2001-10-20Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller
2001-10-15For consistency, set s->init_num in the 'reuse_message' caseBodo Möller
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller
2001-10-15Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller