aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...)Bodo Möller2001-03-221-1/+1
* Avoid compiler warning for NO_DH as in the main trunk.Bodo Möller2001-03-221-0/+2
* A correction from the main trunk that was forgotten.Richard Levitte2001-03-131-0/+4
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-095-11/+11
* add ssl23_peekBodo Möller2001-03-084-15/+33
* SSLv2 session reuse bugfix from main development branch.Richard Levitte2001-03-051-1/+1
* Zero the premaster secret after deriving the master secret in DHDr. Stephen Henson2001-01-251-0/+1
* For improved compatibility with 'strange' certificates, add someBodo Möller2001-01-231-0/+4
* Get rid of unused error code.Bodo Möller2000-12-272-2/+0
* Finish SSL_peek/SSL_pending fixes.Bodo Möller2000-12-262-7/+1
* Fix SSL_peek and SSL_pending.Bodo Möller2000-12-253-45/+44
* Fix another buffer overrun bug (which is not really a bug becauseBodo Möller2000-12-181-2/+16
* Increase wbuf by one byte to fix the bug reported byBodo Möller2000-12-183-6/+15
* typoBodo Möller2000-12-141-1/+1
* The first step towards a SSL_peek fix.Bodo Möller2000-12-147-53/+203
* Store verify_result with sessions to avoid potential security hole.Lutz Jänicke2000-11-293-0/+3
* Disable SSL_peek.Bodo Möller2000-11-284-0/+16
* Fix from main trunk, 2000-09-26 13:30 bodo:Richard Levitte2000-10-111-0/+3
* Fix from main trunk, 2000-09-26 13:25 bodo:Richard Levitte2000-10-111-1/+1
* Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte2000-10-111-1/+2
* Avoid protocol rollback.Bodo Möller2000-09-223-8/+15
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+4
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-173-3/+3
* New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller2000-09-122-24/+31
* 'make update'Richard Levitte2000-09-071-71/+88
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-2/+0
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-044-9/+18
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-438/+456
* Document rollback issues.Bodo Möller2000-07-292-0/+3
* Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller2000-07-292-2/+4
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-386/+403
* BeautificationRichard Levitte2000-07-051-6/+6
* Fix code structure (if ... else if ... where both partsBodo Möller2000-07-021-5/+9
* Fixes for Win32 build.Dr. Stephen Henson2000-06-213-4/+4
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-62/+0
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-51/+51
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-092-9/+21
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-0115-74/+74
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+62
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-015-9/+12
* Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.Bodo Möller2000-05-272-0/+2
* typoBodo Möller2000-05-251-1/+1
* Implement SSL_OP_TLS_ROLLBACK_BUG for servers.Bodo Möller2000-05-251-5/+16
* Avoid sprintfBodo Möller2000-05-211-1/+1
* Avoid sprintf.Bodo Möller2000-05-211-2/+3
* Avoid sprintf, and harmonize indentation.Bodo Möller2000-05-211-73/+76
* Avoid sprintf.Bodo Möller2000-05-211-27/+25
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-8/+8
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-2/+18
* "make update"Richard Levitte2000-04-091-32/+32