summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
2002-01-02The block size may be something other than 8!Richard Levitte
2002-01-02When RSA or DSA are disabled, do not include the stuff that's specificRichard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-09Improve back compatibility.Ben Laurie
2001-12-01Make EVP_SealInit() return the correct value.Dr. Stephen Henson
2001-11-06Win32 fixes.Dr. Stephen Henson
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-11In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte
2001-10-09evp_test.c and evptests.txt both need to be linked in the test/ directoryGeoff Thorpe
2001-10-08Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe
2001-10-08EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h butGeoff Thorpe
2001-10-04'make update'Richard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-10-03Use the maximum block length for the extra size in the encryptDr. Stephen Henson
2001-10-02Make EVP_DecryptUpdate work again.Dr. Stephen Henson
2001-09-28Constify EVP_SealInit, EVP_OpenInitDr. Stephen Henson
2001-09-26Don't clean up stuff twice.Ben Laurie
2001-09-25This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-09-25Fix AES CBC mode EVP_CIPHER structures: the IV length is alwaysDr. Stephen Henson
2001-09-14Add a SHA1 test to evptests.txt - only the MD5 hash algorithm was beingGeoff Thorpe
2001-09-14'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also,Geoff Thorpe
2001-09-10typoBodo Möller
2001-09-10Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller
2001-09-10Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller
2001-09-07Add a cleanup function for MDs.Ben Laurie
2001-09-05Change DH_up() -> DH_up_ref()Geoff Thorpe
2001-09-04strsep implementation to allow the file to compile on non-BSD systemsUlf Möller
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
2001-09-03rearrange #includes because trying to include <crypto/cryptodev.h>Bodo Möller
2001-09-02Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie
2001-09-01Only OPENSSL_free() non-NULL pointers.Geoff Thorpe
2001-09-01undo, didn't workUlf Möller
2001-09-01*** empty log message ***Ulf Möller
2001-09-01strsep implementation to allow the file to compile on non-BSD systemsUlf Möller
2001-08-28Fix SSL memory leak.Ben Laurie
2001-08-26Test digests.Ben Laurie
2001-08-26Add digests.Ben Laurie
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe
2001-08-22More tests.Ben Laurie
2001-08-18Add RC4 support to OpenBSD.Ben Laurie
2001-08-18Add AES tests.Ben Laurie
2001-08-18Add EVP test program.Ben Laurie
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-11Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoidsBen Laurie
2001-08-06More typedef'd struct names as search targetsBodo Möller