aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for "Record of death" vulnerability CVE-2010-0740.Bodo Möller2010-03-251-3/+3
* oops revert test code accidentally committedDr. Stephen Henson2010-01-281-2/+2
* PR: 1949Dr. Stephen Henson2010-01-261-2/+2
* Add patch to crypto/evp which didn't apply from PR#2124Dr. Stephen Henson2009-12-091-2/+2
* Send no_renegotiation alert as required by spec.Dr. Stephen Henson2009-12-081-1/+34
* Initial experimental TLSv1.1 supportDr. Stephen Henson2009-12-071-5/+24
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-07-141-2/+2
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-131-8/+24
* Updates from 1.0.0-stable branch.Dr. Stephen Henson2009-04-201-5/+5
* Changes from 1.0.0-stable.Dr. Stephen Henson2009-04-071-3/+4
* Hopefully resolve signed vs unsigned issue.Richard Levitte2009-01-281-3/+3
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-2/+8
* Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie2008-12-291-0/+1
* Remove the DTLS1_BAD_VER thing from 0.9.9-dev. It is present in 0.9.8Lutz Jänicke2008-10-131-2/+1
* When the underlying BIO_write() fails to send a datagram, we leave theLutz Jänicke2008-10-101-1/+9
* sanity checkBodo Möller2008-08-131-0/+7
* Fix error codes for memory-saving patch.Bodo Möller2008-08-041-10/+4
* Memory saving patch.Ben Laurie2008-06-031-1/+22
* Fix warnings: computed value not use, incompatible pointer initializationDr. Stephen Henson2007-09-071-5/+7
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-2/+0
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-4/+4
* fix support for receiving fragmented handshake messagesBodo Möller2006-11-291-5/+1
* Align data payload for better performance.Andy Polyakov2006-10-201-48/+100
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-081-6/+14
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-1/+4
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-1/+1
* backport fix from the stable branchNils Larsch2005-05-031-0/+8
* Add DTLS support.Ben Laurie2005-04-261-17/+19
* Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson2004-05-151-4/+4
* Security fix: Vaudenay timing attack on CBC.Richard Levitte2003-02-191-16/+31
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* fix warningBodo Möller2002-05-061-1/+1
* fix castsBodo Möller2002-05-051-9/+8
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-2/+2
* Signedness mismatch.Richard Levitte2002-04-201-2/+2
* Implement known-IV countermeasure.Bodo Möller2002-04-131-23/+70
* Prototype info function.Ben Laurie2002-01-121-2/+2
* ssl3_read_bytes bug fixUlf Möller2001-12-281-0/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-0/+15
* Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller2001-10-161-1/+1
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-201-12/+33
* Fix ERR_R_... problems.Bodo Möller2001-03-071-3/+3
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Fix SSL_peek and SSL_pending.Bodo Möller2000-12-251-14/+14
* First step towards SSL_peek fix.Bodo Möller2000-12-141-1/+7
* New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller2000-09-121-24/+28
* Avoid sprintfBodo Möller2000-05-211-1/+1
* Fix shadow warning.Dr. Stephen Henson2000-02-261-3/+3
* Use unsigned loop index to make compilers happyBodo Möller2000-02-251-2/+3
* The previous revision should have generated _more_ warnings, not less ...Bodo Möller2000-02-251-5/+5