New function to retrieve ASN1 info on public key algorithms. New command
[openssl.git] / crypto / evp / evp.h
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...
2001-02-14 Dr. Stephen HensonOption to disable standard block padding with EVP API.
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2000-11-12 Ben LaurieMake Rijndael work! Those long flights have some good...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-09-25 Richard LevitteMake the algorithm implementations depend on the corres...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-03 Ben LaurieEVP constification.
2000-05-30 Dr. Stephen HensonMore EVP cipher revision.
2000-05-30 Dr. Stephen HensonFourth phase EVP revision.
2000-05-28 Dr. Stephen HensonThird phase of EVP cipher overhaul.
2000-05-27 Dr. Stephen HensonSecond phase of EVP cipher overhaul.
2000-05-26 Dr. Stephen HensonBeginnings of EVP cipher overhaul. This should eventually
2000-05-21 Ben LaurieYet more typesafety.
2000-05-15 Ulf MöllerMake sure that NO-RSA applications etc can include...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-02-26 Dr. Stephen HensonMake ASN1 types real typedefs.
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-01 Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-24 Dr. Stephen HensonFixes so NO_RSA works again.
1999-11-23 Dr. Stephen HensonSupport for authority information access extension.
1999-11-21 Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-10-25 Dr. Stephen HensonMore multibyte character support.
1999-09-06 Ben LaurieFix warnings.
1999-06-10 Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-08 Ben LaurieSurvive pedanticism.
1999-06-08 Ulf MöllerDon't #define _, and eliminate casts.
1999-06-07 Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...
next