aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe2000-02-251-2/+2
* Fix off-by-one error :-)Bodo Möller2000-02-251-1/+1
* Fix warnings by using unsigned int where appropriate.Bodo Möller2000-02-251-23/+23
* signed/unsigned mismatch (VC++)Ulf Möller2000-02-251-1/+1
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-2/+2
* Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller2000-02-211-23/+29
* Fix some bugs and document othersBodo Möller2000-02-211-3/+21
* Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller2000-02-211-20/+0
* Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller2000-02-211-9/+7
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-190/+295
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Some comments added, and slight code clean-ups.Bodo Möller2000-01-261-23/+24
* It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte2000-01-171-2/+2
* In ssl3_read_n, set rwstate to SSL_NOTHING when the requestedBodo Möller2000-01-161-0/+1
* add check for internal errorBodo Möller2000-01-111-0/+5
* The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller2000-01-111-1/+1
* Clean up some of the SSL server code.Bodo Möller2000-01-111-77/+115
* Use less complicated arrangement for data strutures related to FinishedBodo Möller2000-01-061-8/+2
* Use separate arrays for certificate verify and for finished hashes.Bodo Möller2000-01-061-2/+8
* Slight code cleanup for handling finished labels.Bodo Möller2000-01-051-5/+5
* typoBodo Möller1999-07-021-1/+1
* typoBodo Möller1999-07-021-1/+1
* New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller1999-07-021-2/+9
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-40/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Work with -pedantic!Ben Laurie1999-04-231-11/+13
* Change functions to ANSI C.Ulf Möller1999-04-191-42/+14
* Massive constification.Ben Laurie1999-04-171-7/+8
* Updates to the new SSL compression codeMark J. Cox1999-02-161-1/+3
* Incorporation of RSEs assembled patchesRalf S. Engelschall1998-12-221-1/+1
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-6/+42
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-82/+180
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+963