aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Add support for md4WithRSAEncryption.Richard Levitte2001-10-101-1/+1
* evp_test.c and evptests.txt both need to be linked in the test/ directoryGeoff Thorpe2001-10-091-1/+3
* Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe2001-10-081-6/+6
* EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h butGeoff Thorpe2001-10-081-2/+14
* 'make update'Richard Levitte2001-10-041-162/+162
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* Use the maximum block length for the extra size in the encryptDr. Stephen Henson2001-10-031-3/+6
* Make EVP_DecryptUpdate work again.Dr. Stephen Henson2001-10-021-12/+15
* Constify EVP_SealInit, EVP_OpenInitDr. Stephen Henson2001-09-283-4/+4
* Don't clean up stuff twice.Ben Laurie2001-09-262-2/+13
* This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe2001-09-257-31/+170
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-11/+2
* Fix AES CBC mode EVP_CIPHER structures: the IV length is alwaysDr. Stephen Henson2001-09-251-2/+2
* Add a SHA1 test to evptests.txt - only the MD5 hash algorithm was beingGeoff Thorpe2001-09-141-0/+3
* 'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also,Geoff Thorpe2001-09-141-2/+12
* typoBodo Möller2001-09-101-0/+1
* Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller2001-09-101-6/+0
* Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller2001-09-101-34/+78
* Add a cleanup function for MDs.Ben Laurie2001-09-0713-7/+39
* Change DH_up() -> DH_up_ref()Geoff Thorpe2001-09-051-2/+2
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-041-2/+33
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-031-4/+4
* rearrange #includes because trying to include <crypto/cryptodev.h>Bodo Möller2001-09-031-7/+8
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie2001-09-0214-114/+313
* Only OPENSSL_free() non-NULL pointers.Geoff Thorpe2001-09-011-4/+6
* undo, didn't workUlf Möller2001-09-011-34/+3
* *** empty log message ***Ulf Möller2001-09-011-1/+1
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-011-2/+33
* Fix SSL memory leak.Ben Laurie2001-08-282-1/+21
* Test digests.Ben Laurie2001-08-263-21/+100
* Add digests.Ben Laurie2001-08-261-12/+144
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-251-6/+9
* More tests.Ben Laurie2001-08-221-0/+9
* Add RC4 support to OpenBSD.Ben Laurie2001-08-183-28/+59
* Add AES tests.Ben Laurie2001-08-182-4/+28
* Add EVP test program.Ben Laurie2001-08-186-15/+288
* Add first cut symmetric crypto support.Ben Laurie2001-08-183-6/+1
* Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoidsBen Laurie2001-08-111-6/+11
* More typedef'd struct names as search targetsBodo Möller2001-08-061-2/+2
* Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2001-08-061-2/+2
* Start to reduce some of the header bloat.Ben Laurie2001-08-052-79/+104
* Fix memory leak.Ben Laurie2001-08-051-2/+2
* Parameter correction for CIOFSESSION.Ben Laurie2001-08-041-1/+3
* Remove extra whitespace. Sorry.Ben Laurie2001-08-031-1/+1
* Reinstate accidentally deleted code.Ben Laurie2001-08-031-1/+3
* Get rid of the stuff we, err, got rid of.Ben Laurie2001-08-031-137/+0
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-033-102/+74
* Make /dev/crypto work with new EVP structures.Ben Laurie2001-08-031-19/+18
* make updateRichard Levitte2001-07-311-45/+47
* Vade retro C++ comments!Richard Levitte2001-07-311-5/+7