aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_both.c
Commit message (Collapse)AuthorAgeFilesLines
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
| | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
* Add OpenSSL licen[cs]e.Bodo Möller2000-02-251-0/+53
|
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-1/+1
| | | | | | | | the old functionality. Various warning fixes. Initial EVP symmetric cipher docs.
* Fix some bugs and document othersBodo Möller2000-02-211-2/+3
|
* Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller2000-02-211-0/+20
|
* Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller2000-02-211-5/+10
| | | | | | | | | | ssl3_get_message, which is more logical (and avoids a bug, in addition to the one that I introduced yesterday :-) and makes Microsoft "fast SGC" less special. MS SGC should still work now without an extra state of its own (it goes directly to SSL3_ST_SR_CLNT_HELLO_C, which is the usual state for reading the body of a Client Hello message), however this should be tested to make sure, and I don't have a MS SGC client.
* ignore Client Hellos when we're in handshake anywayBodo Möller2000-02-201-9/+23
|
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-14/+23
|
* Some comments added, and slight code clean-ups.Bodo Möller2000-01-261-0/+5
|
* Use less complicated arrangement for data strutures related to FinishedBodo Möller2000-01-061-34/+7
| | | | messages.
* Use separate arrays for certificate verify and for finished hashes.Bodo Möller2000-01-061-4/+33
|
* Slight code cleanup for handling finished labels.Bodo Möller2000-01-051-2/+1
|
* Add support for MS "fast SGC".Dr. Stephen Henson2000-01-021-0/+12
|
* fix commentBodo Möller1999-12-291-1/+1
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
| | | | | | Submitted by: Reviewed by: PR:
* Work with -pedantic!Ben Laurie1999-04-231-5/+3
|
* Change functions to ANSI C.Ulf Möller1999-04-191-28/+9
|
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-2/+2
|
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-151-0/+1
|
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-1/+1
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+24
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-56/+81
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+444