aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl2.h
AgeCommit message (Collapse)AuthorFilesLines
2001-11-10Implement msg_callback for SSL 2.0.Bodo Möller1-3/+3
Important SSL 2.0 bugfixes (bugs found while implementing msg_callback).
2001-09-20Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller1-1/+0
reveal whether illegal block cipher padding was found or a MAC verification error occured. In ssl/s2_pkt.c, verify that the purported number of padding bytes is in the legal range.
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
2000-12-18Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.Bodo Möller1-3/+3
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte1-0/+4
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller1-2/+2
1999-04-23Work with -pedantic!Ben Laurie1-1/+1
1999-04-17Massive constification.Ben Laurie1-1/+1
1999-03-31New option "-showcerts" for s_clientBodo Möller1-2/+2
Slight cleanup in ssl/
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+4
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+263