use a generic EC_KEY structure (EC keys are not ECDSA specific)
[openssl.git] / crypto / asn1 / p5_pbev2.c
2002-05-18 Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_init call.
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-03 Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-02 Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-02-22 Dr. Stephen HensonMake pkcs8 work again.
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-12-29 Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-07-21 Bodo MöllerTorture weak compilers less by not automatically includ...
1999-06-10 Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-08 Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-07 Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...
1999-06-06 Dr. Stephen HensonMore PKCS#5 v2.0 development. Add a function to setup...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-08 Dr. Stephen HensonAdd PKCS#5 v2.0 ASN1 structures.