summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2001-02-04Make depend.Ben Laurie
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
2001-01-22Definition of NO_KRB5 in ssl.h for external applications.Ulf Möller
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte
2000-12-31Uhmm, the keyword TRUE does not exist of course...Richard Levitte
2000-12-29Check for deselection of KRB5. In fact, skip it completely on VMS for now...Richard Levitte
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte
2000-12-28Update VMS build procedures to match the current status.Richard Levitte
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-18Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.Bodo Möller
2000-12-15Locking issues.Bodo Möller
2000-12-14typoBodo Möller
2000-12-14First step towards SSL_peek fix.Bodo Möller
2000-12-12SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-04It's completely unnecessary to add a compression algorithm that isRichard Levitte
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-03Fix warnings.Ben Laurie
2000-12-02remove unused static functionUlf Möller
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-12-01Typo corrected.Richard Levitte
2000-12-01"make depend"Bodo Möller
2000-11-30COMP_zlib should always be declared, even if it is not functional.Bodo Möller
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-30The compression method may be undefined for some reason that hasRichard Levitte
2000-11-30Simplify and provide the possibility to clean a compression method.Richard Levitte
2000-11-30comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte
2000-11-30Turn off memory checking when loading new compression algorithms.Richard Levitte
2000-11-30Make it possible to test SSL compressionRichard Levitte
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