]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_pkey.c
Use BUF_strlcpy() instead of strcpy().
[thirdparty/openssl.git] / crypto / evp / evp_pkey.c
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-06-26  Richard LevitteNils Larsch told me I could remove that variable entirely.
2003-06-26  Richard Levitte"Remove" unused variable
2003-06-25  Bodo Möllerimplement PKCS #8 / SEC1 private key format for ECC
2002-10-28  Bodo Möller'broken' PKCS #8 format does not apply to ECDSA
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-04-09  Bodo Möllerfix ECDSA handling
2002-03-14  Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-02-13  Bodo MöllerECDSA support
2002-01-02  Richard LevitteWhen RSA or DSA are disabled, do not include the stuff...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-11-07  Richard LevitteConstify DSA-related code.
2000-11-06  Richard LevitteConstify the RSA library.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-16  Ben LaurieTypesafe Thought Police part 4.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-03-07  Dr. Stephen HensonFix the PKCS#8 DSA code so it works again. All the
2000-02-05  Dr. Stephen HensonAdd support for some broken PKCS#8 formats.
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-13  Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
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-03-28  Dr. Stephen HensonFurther PKCS#12 integration, PBE, PKCS#8 additions.