aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_pkt.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson1-6/+14
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson1-1/+4
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-1/+1
2005-05-03backport fix from the stable branchNils Larsch1-0/+8
2005-04-26Add DTLS support.Ben Laurie1-17/+19
2004-05-15Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson1-4/+4
2003-02-19Security fix: Vaudenay timing attack on CBC.Richard Levitte1-16/+31
2002-07-10Reorder inclusion of header files:Lutz Jänicke1-1/+1
2002-05-06fix warningBodo Möller1-1/+1
2002-05-05fix castsBodo Möller1-9/+8
2002-04-29Synchronise with 0.9.7-stable.Richard Levitte1-2/+2
2002-04-20Signedness mismatch.Richard Levitte1-2/+2
2002-04-13Implement known-IV countermeasure.Bodo Möller1-23/+70
2002-01-12Prototype info function.Ben Laurie1-2/+2
2001-12-28ssl3_read_bytes bug fixUlf Möller1-0/+1
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller1-0/+15
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller1-1/+1
2001-09-20Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller1-12/+33
2001-03-07Fix ERR_R_... problems.Bodo Möller1-3/+3
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller1-14/+14
2000-12-14First step towards SSL_peek fix.Bodo Möller1-1/+7
2000-09-12New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller1-24/+28
2000-05-21Avoid sprintfBodo Möller1-1/+1
2000-02-26Fix shadow warning.Dr. Stephen Henson1-3/+3
2000-02-25Use unsigned loop index to make compilers happyBodo Möller1-2/+3
2000-02-25The previous revision should have generated _more_ warnings, not less ...Bodo Möller1-5/+5
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe1-2/+2
2000-02-25Fix off-by-one error :-)Bodo Möller1-1/+1
2000-02-25Fix warnings by using unsigned int where appropriate.Bodo Möller1-23/+23
2000-02-25signed/unsigned mismatch (VC++)Ulf Möller1-1/+1
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson1-2/+2
2000-02-21Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller1-23/+29
2000-02-21Fix some bugs and document othersBodo Möller1-3/+21
2000-02-21Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller1-20/+0
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller1-9/+7
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller1-190/+295
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller1-23/+24
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte1-2/+2
2000-01-16In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller1-0/+1
2000-01-11add check for internal errorBodo Möller1-0/+5
2000-01-11The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller1-1/+1
2000-01-11Clean up some of the SSL server code.Bodo Möller1-77/+115
2000-01-06Use less complicated arrangement for data strutures related to FinishedBodo Möller1-8/+2
2000-01-06Use separate arrays for certificate verify and for finished hashes.Bodo Möller1-2/+8
2000-01-05Slight code cleanup for handling finished labels.Bodo Möller1-5/+5
1999-07-02typoBodo Möller1-1/+1
1999-07-02typoBodo Möller1-1/+1
1999-07-02New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller1-2/+9