summaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
AgeCommit message (Expand)Author
2004-05-15Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson
2004-03-17Fix null-pointer assignment in do_change_cipher_spec() revealedMark J. Cox
2003-02-19Security fix: Vaudenay timing attack on CBC.Richard Levitte
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-05-06fix warningBodo Möller
2002-05-05fix castsBodo Möller
2002-04-13Implement known-IV countermeasure.Bodo Möller
2002-01-12Prototype info function.Ben Laurie
2001-12-28ssl3_read_bytes bug fixUlf 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-09-20Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller
2000-12-14First step towards SSL_peek fix.Bodo Möller
2000-09-12New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller
2000-05-21Avoid sprintfBodo Möller
2000-02-26Fix shadow warning.Dr. Stephen Henson
2000-02-25Use unsigned loop index to make compilers happyBodo Möller
2000-02-25The previous revision should have generated _more_ warnings, not less ...Bodo Möller
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe
2000-02-25Fix off-by-one error :-)Bodo Möller
2000-02-25Fix warnings by using unsigned int where appropriate.Bodo Möller
2000-02-25signed/unsigned mismatch (VC++)Ulf Möller
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
2000-02-21Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-21Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte
2000-01-16In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller
2000-01-11add check for internal errorBodo Möller
2000-01-11The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller
2000-01-11Clean up some of the SSL server code.Bodo Möller
2000-01-06Use less complicated arrangement for data strutures related to FinishedBodo Möller
2000-01-06Use separate arrays for certificate verify and for finished hashes.Bodo Möller
2000-01-05Slight code cleanup for handling finished labels.Bodo Möller
1999-07-02typoBodo Möller
1999-07-02typoBodo Möller
1999-07-02New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie