summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2004-08-10make updateRichard Levitte
2004-08-05Don't ignore return values of EVP_DigestInit_ex() in md BIOs and dgst.Dr. Stephen Henson
2004-07-12I think it could be a good thing to know what went wrong with the tests...Richard Levitte
2004-06-24Return an error if an attempt is made to encode or decodeDr. Stephen Henson
2004-05-14Reimplement old functions, so older software that link to libcryptoRichard Levitte
2004-05-11Pull FIPS back into stable.Ben Laurie
2004-02-01Add flag to avoid continuousDr. Stephen Henson
2004-01-280.9.7-stable is in freeze. That means we do bug fixes only, not newRichard Levitte
2004-01-27CFB DES sync-up with FIPS branch.Andy Polyakov
2003-12-27Correct documentation typos.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-12-01It was pointed out to me that if the requested size is 0, we shouldn'tRichard Levitte
2003-12-01Check that OPENSSL_malloc() really returned some memory.Richard Levitte
2003-08-11make updateRichard Levitte
2003-08-11A new branch for FIPS-related changes has been created with the nameRichard Levitte
2003-08-04Inclusion of openssl/engine.h should always be wrapped with a check thatRichard Levitte
2003-08-01Make the EFB NIDs have empty OIDs aliased to the real EFB OID.Dr. Stephen Henson
2003-08-01DES CFB8 test.Ben Laurie
2003-08-01Fix DES CFB-r.Ben Laurie
2003-07-30Whoops, forgot FIPS DES, also add EVPs for DES CFB1 and 8.Ben Laurie
2003-07-29AES CFB8.Ben Laurie
2003-07-29The rest of the keysizes for CFB1, working AES AVS test for CFB1.Ben Laurie
2003-07-29Working CFB1 and test vectors.Ben Laurie
2003-07-28Add support for partial CFB modes, make tests work, update dependencies.Ben Laurie
2003-07-27Unfinished FIPS stuff for review/improvement.Ben Laurie
2003-06-03Move the base64 BIO fixes to 0.9.7-stableDr. Stephen Henson
2003-04-10make update.Richard Levitte
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte
2003-04-05Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.Richard Levitte
2003-03-12Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.Dr. Stephen Henson
2003-02-27Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson
2003-02-22replace symlink with copy, as in headUlf Möller
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-17EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().Dr. Stephen Henson
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2002-12-06Some compilers are quite picky about non-void functions that don't returnRichard Levitte
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-20avoid uninitialized memory readBodo Möller
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-08-16Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson
2002-07-30"make update"Lutz Jänicke
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte