aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2000-12-26Finish SSL_peek/SSL_pending fixes.Bodo Möller2-7/+1
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller4-48/+44
2000-12-18Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.Bodo Möller3-8/+31
2000-12-15Locking issues.Bodo Möller2-9/+137
2000-12-14typoBodo Möller1-1/+1
2000-12-14First step towards SSL_peek fix.Bodo Möller7-53/+203
2000-12-12SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte1-0/+4
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe1-0/+4
2000-12-04It's completely unnecessary to add a compression algorithm that isRichard Levitte1-0/+3
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe1-2/+5
2000-12-03Fix warnings.Ben Laurie1-1/+7
2000-12-02remove unused static functionUlf Möller1-0/+2
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2-2/+3
2000-12-01Typo corrected.Richard Levitte1-1/+1
2000-12-01"make depend"Bodo Möller1-579/+558
2000-11-30COMP_zlib should always be declared, even if it is not functional.Bodo Möller1-1/+1
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte13-623/+1560
2000-11-30The compression method may be undefined for some reason that hasRichard Levitte1-0/+3
2000-11-30Simplify and provide the possibility to clean a compression method.Richard Levitte1-12/+10
2000-11-30comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte1-0/+4
2000-11-30Turn off memory checking when loading new compression algorithms.Richard Levitte1-1/+5
2000-11-30Make it possible to test SSL compressionRichard Levitte1-0/+33
2000-11-29mark a bugBodo Möller1-0/+1
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke3-0/+3
2000-11-28Comments on SSL_peek deficienciesBodo Möller3-2/+12
2000-11-28Disable SSL_peek until it is fixed.Bodo Möller4-2/+16
2000-11-26modular arithmeticsBodo Möller2-0/+14
2000-11-17Increase permissible ClientKeyExchange message length.Bodo Möller1-1/+1
2000-11-17include 'err' label only when it is actually usedBodo Möller1-0/+2
2000-11-17tag SSL_peek bugsBodo Möller2-0/+2
2000-11-16I've checked again and again. There really is no need to expand a toRichard Levitte2-0/+733
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-35/+35
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte1-0/+1
2000-11-06The consequence of constification is that to pass the address to aRichard Levitte1-2/+2
2000-10-22If the functions get_dh*() are declared static, they should be defined the sa...Richard Levitte1-3/+3
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-19/+54
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson3-0/+9
2000-09-26Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.Bodo Möller1-0/+1
2000-09-26Don't modify s->read_ahead in SSL_clear, which is called fromBodo Möller1-0/+2
2000-09-26Fix SSL_CTX_set_read_ahead macro.Bodo Möller1-1/+1
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-22Avoid protocol rollback.Bodo Möller3-8/+15
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte1-0/+4
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte3-3/+3
2000-09-12New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller2-24/+31
2000-09-07'make update'Richard Levitte1-71/+88
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson1-2/+0
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller4-9/+18
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-438/+456
2000-07-29Document rollback issues.Bodo Möller2-0/+3