summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2000-11-29mark a bugBodo Möller
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke
2000-11-28Comments on SSL_peek deficienciesBodo Möller
2000-11-28Disable SSL_peek until it is fixed.Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-17Increase permissible ClientKeyExchange message length.Bodo Möller
2000-11-17include 'err' label only when it is actually usedBodo Möller
2000-11-17tag SSL_peek bugsBodo Möller
2000-11-16I've checked again and again. There really is no need to expand a toRichard Levitte
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
2000-11-06The consequence of constification is that to pass the address to aRichard Levitte
2000-10-22If the functions get_dh*() are declared static, they should be defined the sa...Richard Levitte
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-09-26Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.Bodo Möller
2000-09-26Don't modify s->read_ahead in SSL_clear, which is called fromBodo Möller
2000-09-26Fix SSL_CTX_set_read_ahead macro.Bodo Möller
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard 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