aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/evp_pkey.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-124/+111
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson1-23/+15
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson1-9/+3
2006-03-22Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson1-6/+0
2006-03-22VMS doesn't support includes of paths very well.Richard Levitte1-0/+4
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson1-584/+52
2006-03-18remove unnecessary codeNils Larsch1-5/+1
2005-07-16makeNils Larsch1-0/+4
2005-05-16ecc api cleanup; summary:Nils Larsch1-27/+44
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson1-0/+62
2005-05-11Fix more error codes.Bodo Möller1-38/+38
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch1-1/+1
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch1-1/+1
2005-04-05some const fixes and cleanupNils Larsch1-2/+0
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-2/+2
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-34/+90
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-0/+1
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+2
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-2/+2
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-1/+1
2003-06-26Nils Larsch told me I could remove that variable entirely.Richard Levitte1-3/+0
2003-06-26"Remove" unused variableRichard Levitte1-0/+2
2003-06-25implement PKCS #8 / SEC1 private key format for ECCBodo Möller1-41/+67
2002-10-28'broken' PKCS #8 format does not apply to ECDSABodo Möller1-287/+201
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-7/+7
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-69/+77
2002-04-09fix ECDSA handlingBodo Möller1-2/+2
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller1-4/+6
2002-02-13ECDSA supportBodo Möller1-60/+351
2002-01-02When RSA or DSA are disabled, do not include the stuff that's specificRichard Levitte1-0/+4
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-7/+7
2000-11-07Constify DSA-related code.Richard Levitte1-2/+2
2000-11-06Constify the RSA library.Richard Levitte1-1/+3
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-05-16Typesafe Thought Police part 4.Ben Laurie1-22/+23
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-6/+6
2000-03-07Fix the PKCS#8 DSA code so it works again. All theDr. Stephen Henson1-3/+11
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson1-80/+181
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller1-2/+2
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-2/+2
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-6/+17
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-7/+3
1999-03-28Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1-0/+291