Use size_t for new crypto size parameters.
[openssl.git] / crypto / evp / evp.h
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-05-22 Dr. Stephen HensonAdd ctrl to EVP_MD and EVP_PKEY_CTX to EVP_MD_CTX....
2006-05-15 Dr. Stephen HensonAdd PRF preference ctrl to ciphers.
2006-05-14 Dr. Stephen HensonExtend PBE code to support non default PKCS#5 v2.0...
2006-05-11 Dr. Stephen HensonNew functions to get key types without dereferncing...
2006-05-08 Dr. Stephen HensonUpdate PKCS#7 enveloped data to new API.
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-27 Dr. Stephen HensonReplace RSA specific PKCS7_RECIP_INFO set up with an...
2006-04-26 Dr. Stephen HensonAdd prototypes and pkey accessor function for EVP_PKEY_CTX.
2006-04-21 Dr. Stephen HensonAdd 'flags' parameter to EVP_PKEY_asn1_meth_new() to...
2006-04-19 Dr. Stephen HensonRemove link between digests and signature algorithms.
2006-04-19 Dr. Stephen HensonRemove comment from SSLeay days about EVP_PKEY_METHOD.
2006-04-17 Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2006-04-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-14 Dr. Stephen HensonAdd functions to allow setting and adding external...
2006-04-13 Dr. Stephen HensonComplete key derivation support.
2006-04-13 Dr. Stephen HensonAdd key derivation support.
2006-04-12 Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-04-11 Dr. Stephen HensonInitial keygen support.
2006-04-10 Dr. Stephen HensonBeginnings of PSS support.
2006-04-10 Dr. Stephen HensonChange operation values so they can be used as a mask.
2006-04-09 Dr. Stephen HensonStore digests as EVP_MD instead of a NID.
2006-04-09 Dr. Stephen HensonConstification.
2006-04-09 Dr. Stephen HensonSupport for digest signing and X931 in rsa_pkey_meth.
2006-04-09 Dr. Stephen HensonAdd RSA ctrl for padding mode, add ctrl support in...
2006-04-07 Dr. Stephen HensonIf <operatio>_init function is zero interpret as noop.
2006-04-07 Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-04-07 Dr. Stephen HensonInclude EVP_PKEY argument in EVP_PKEY_CTX_new(). This...
2006-04-07 Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.
2006-04-06 Dr. Stephen HensonUpdated to EVP_PKEY_METHOD code... still doesn't do...
2006-04-06 Dr. Stephen HensonInitial definitions and a few functions for EVP_PKEY_ME...
2006-04-05 Dr. Stephen HensonNew function to add dynamic alias.
2006-04-05 Dr. Stephen HensonLast arg to EVP_PKEY_assign() should be void *.
2006-04-04 Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2006-03-29 Dr. Stephen HensonAdd missing function declaration.
2006-03-24 Dr. Stephen HensonInitial support for generalized public key parameters.
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22 Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2005-12-02 Dr. Stephen HensonNew functions to support opaque EVP_CIPHER_CTX handling.
2005-12-02 Dr. Stephen HensonInclude EVP_whirlpool() prototype in evp.h
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-15 Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-11 Bodo MöllerFix more error codes.
2005-04-20 Richard LevitteAvoid compiler complaint about mismatched function...
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2004-05-31 Andy PolyakovEVP bindings to new SHA algorithms.
2004-05-15 Andy Polyakovsize_t-fication of message digest APIs. We should size_...
2004-03-28 Dr. Stephen HensonEnhance EVP code to generate random symmetric keys...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-02-01 Dr. Stephen HensonAdd flag to avoid continuous
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2003-04-06 Richard LevitteConstify
2003-04-03 Richard LevitteAdd functionality to help making self-signed certificate.
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-29 Richard LevitteFinally get rid of all the algorithm inclusions that...
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-06-27 Richard LevitteA number of includes were removed from evp.h some time...
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-05-31 Richard LevitteDeclare the CFB and OFB modes for AES, and prepare...
2002-05-16 Bodo Möllerfix EVP_dsa_sha macro
2002-05-11 Dr. Stephen HensonEVP_SealFinal should return a value.
2002-02-28 Richard LevitteVMS addaptation, including a few more long names that...
2002-02-23 Dr. Stephen HensonNew OPENSSL_LOAD_CONF define to load openssl.cnf
2002-02-13 Bodo MöllerECDSA support
2002-01-04 Bodo Möllerfix EVP_CIPHER_mode macro
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-08 Geoff ThorpeChange some EVP prototypes to use "cipher" rather than...
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-09-28 Dr. Stephen HensonConstify EVP_SealInit, EVP_OpenInit
2001-09-26 Ben LaurieDon't clean up stuff twice.
2001-09-25 Geoff ThorpeThis changes EVP's cipher and digest code to hook via...
2001-09-10 Bodo MöllerGet rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit...
2001-09-07 Ben LaurieAdd a cleanup function for MDs.
2001-09-02 Ben LaurieMake MD functions take EVP_MD_CTX * instead of void...
2001-08-28 Ben LaurieFix SSL memory leak.
2001-08-26 Ben LaurieTest digests.
2001-08-18 Ben LaurieAdd RC4 support to OpenBSD.
2001-08-18 Ben LaurieAdd EVP test program.
2001-08-06 Bodo MöllerMore typedef'd struct names as search targets
2001-08-06 Bodo MöllerReinsert typedef'ed names for structs to help those...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-03 Ben LaurieGet rid of the stuff we, err, got rid of.
2001-08-03 Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-07-31 Ben LaurieRemove //.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-21 Ben LaurieClean up EVP macros, rename DES EDE3 modes correctly...
2001-07-09 Ben LaurieA better compromise between encrypt and decrypt (but...
2001-06-16 Ben LaurieDelete a redundant line.
2001-04-14 Lutz JänickeConstify (Jason Molenda <jason@molenda.com>)
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-08 Dr. Stephen HensonMake EVP_Digest*() routines return a value.
2001-02-19 Richard LevitteMake all configuration macros available for application...
next