aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* send out the raw SSL/TLS headers to the msg_callback and display them in SSL_...Dr. Stephen Henson2012-12-071-0/+5
* PR: 2811Dr. Stephen Henson2012-05-111-0/+1
* Partial workaround for PR#2771.Dr. Stephen Henson2012-04-171-1/+8
* e_aes_cbc_hmac_sha1.c: handle zero-length payload and engage empty fragAndy Polyakov2012-04-151-2/+6
* PR: 2658Dr. Stephen Henson2011-12-311-0/+13
* make sure eivlen is initialisedDr. Stephen Henson2011-09-241-0/+2
* Expand range of ctrls for AES GCM to support retrieval and setting ofDr. Stephen Henson2011-08-031-5/+11
* PR: 2533Dr. Stephen Henson2011-05-251-2/+4
* Some nextproto patches broke DTLS: fixDr. Stephen Henson2011-05-251-4/+0
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson2011-04-291-1/+3
* Add SRP support.Ben Laurie2011-03-121-0/+4
* Only use explicit IV if cipher is in CBC mode.Dr. Stephen Henson2010-11-141-1/+2
* Fixes to NPN from Adam Langley.Ben Laurie2010-09-051-2/+2
* PR: 1833Dr. Stephen Henson2010-08-261-0/+1
* Add Next Protocol Negotiation.Ben Laurie2010-07-281-0/+4
* 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