summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
AgeCommit message (Expand)Author
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-06-27A number of includes were removed from evp.h some time ago. The reasonRichard Levitte
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-05-31Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte
2002-05-16fix EVP_dsa_sha macroBodo Möller
2002-05-11EVP_SealFinal should return a value.Dr. Stephen Henson
2002-02-28VMS addaptation, including a few more long names that needed hacking.Richard Levitte
2002-02-23New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson
2002-02-13ECDSA supportBodo Möller
2002-01-04fix EVP_CIPHER_mode macroBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
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-08Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
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-10Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller
2001-09-07Add a cleanup function for MDs.Ben Laurie
2001-09-02Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie
2001-08-28Fix SSL memory leak.Ben Laurie
2001-08-26Test digests.Ben Laurie
2001-08-18Add RC4 support to OpenBSD.Ben Laurie
2001-08-18Add EVP test program.Ben Laurie
2001-08-06More typedef'd struct names as search targetsBodo Möller
2001-08-06Reinsert typedef'ed names for structs to help those trying to read theBodo Möller
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-08-03Get rid of the stuff we, err, got rid of.Ben Laurie
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie
2001-07-31Remove //.Ben Laurie
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie
2001-07-09A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie
2001-06-16Delete a redundant line.Ben Laurie
2001-04-14Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-14Option to disable standard block padding with EVP API.Dr. Stephen Henson
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2001-02-02Various function for commmon operations.Dr. Stephen Henson
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-09-25Make the algorithm implementations depend on the correspondingRichard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-03EVP constification.Ben Laurie