summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pkey.c
AgeCommit message (Expand)Author
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-06-26Nils Larsch told me I could remove that variable entirely.Richard Levitte
2003-06-26"Remove" unused variableRichard Levitte
2003-06-25implement PKCS #8 / SEC1 private key format for ECCBodo Möller
2002-10-28'broken' PKCS #8 format does not apply to ECDSABodo Möller
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-04-09fix ECDSA handlingBodo Möller
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-02-13ECDSA supportBodo Möller
2002-01-02When RSA or DSA are disabled, do not include the stuff that's specificRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-11-07Constify DSA-related code.Richard Levitte
2000-11-06Constify the RSA library.Richard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-16Typesafe Thought Police part 4.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-03-07Fix the PKCS#8 DSA code so it works again. All theDr. Stephen Henson
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-03-28Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson