summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
AgeCommit message (Expand)Author
2006-03-23Add information and pem strings. Update dependencies.Dr. Stephen Henson
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson
2006-03-22Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2006-03-20Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2005-12-02New functions to support opaque EVP_CIPHER_CTX handling.Dr. Stephen Henson
2005-12-02Include EVP_whirlpool() prototype in evp.hDr. Stephen Henson
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-20Avoid compiler complaint about mismatched function signaturesRichard Levitte
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-05-31EVP bindings to new SHA algorithms.Andy Polyakov
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-02-01Add flag to avoid continuousDr. Stephen Henson
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2003-04-06ConstifyRichard Levitte
2003-04-03Add functionality to help making self-signed certificate.Richard Levitte
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
2002-12-29Finally get rid of all the algorithm inclusions that were done fromRichard Levitte
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