summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2001-03-13A correction from the main trunk that was forgotten.Richard Levitte
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-08add ssl23_peekBodo Möller
2001-03-05SSLv2 session reuse bugfix from main development branch.Richard Levitte
2001-01-25Zero the premaster secret after deriving the master secret in DHDr. Stephen Henson
2001-01-23For improved compatibility with 'strange' certificates, add someBodo Möller
2000-12-27Get rid of unused error code.Bodo Möller
2000-12-26Finish SSL_peek/SSL_pending fixes.Bodo Möller
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller
2000-12-18Fix another buffer overrun bug (which is not really a bug becauseBodo Möller
2000-12-18Increase wbuf by one byte to fix the bug reported byBodo Möller
2000-12-14typoBodo Möller
2000-12-14The first step towards a SSL_peek fix.Bodo Möller
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke
2000-11-28Disable SSL_peek.Bodo Möller
2000-10-11Fix from main trunk, 2000-09-26 13:30 bodo:Richard Levitte
2000-10-11Fix from main trunk, 2000-09-26 13:25 bodo:Richard Levitte
2000-10-11Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte
2000-09-22Avoid protocol rollback.Bodo Möller
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-12New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller
2000-09-07'make update'Richard Levitte
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-07-29Document rollback issues.Bodo Möller
2000-07-29Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-07-05BeautificationRichard Levitte
2000-07-02Fix code structure (if ... else if ... where both partsBodo Möller
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-05-27Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.Bodo Möller
2000-05-25typoBodo Möller
2000-05-25Implement SSL_OP_TLS_ROLLBACK_BUG for servers.Bodo Möller
2000-05-21Avoid sprintfBodo Möller
2000-05-21Avoid sprintf.Bodo Möller
2000-05-21Avoid sprintf, and harmonize indentation.Bodo Möller
2000-05-21Avoid sprintf.Bodo Möller
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-09"make update"Richard Levitte
2000-04-06In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesBodo Möller
2000-04-06Avoid memory leak.Bodo Möller