summaryrefslogtreecommitdiff
path: root/crypto/evp/evp_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more error codes.bodo2005-05-111-38/+38
* give EC_GROUP_new_by_nid a more meanigful name:nils2005-05-101-1/+1
* give EC_GROUP_*_nid functions a more meaningful namenils2005-05-081-1/+1
* some const fixes and cleanupnils2005-04-051-2/+0
* Give everything prototypes (well, everything that's actually used).ben2005-03-311-2/+2
* Add lots of checks for memory allocation failure, error codes to indicatesteve2004-12-051-34/+90
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,geoff2004-05-171-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wronggeoff2004-04-191-0/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedLEVITTE_after_constlevitte2004-03-151-2/+2
* Use BUF_strlcpy() instead of strcpy().levitte2003-12-271-1/+1
* Nils Larsch told me I could remove that variable entirely.levitte2003-06-261-3/+0
* "Remove" unused variablelevitte2003-06-261-0/+2
* implement PKCS #8 / SEC1 private key format for ECCbodo2003-06-251-41/+67
* 'broken' PKCS #8 format does not apply to ECDSAbodo2002-10-281-287/+201
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)bodo2002-08-121-7/+7
* use a generic EC_KEY structure (EC keys are not ECDSA specific)bodo2002-08-071-69/+77
* fix ECDSA handlingbodo2002-04-091-2/+2
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.bodo2002-03-141-4/+6
* ECDSA supportbodo2002-02-131-60/+351
* When RSA or DSA are disabled, do not include the stuff that's specificlevitte2002-01-021-0/+4
* Make all configuration macros available for application by makinglevitte2001-02-191-7/+7
* Constify DSA-related code.levitte2000-11-071-2/+2
* Constify the RSA library.levitte2000-11-061-1/+3
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-2/+2
* Typesafe Thought Police part 4.ben2000-05-161-22/+23
* Get rid of more non-ANSI declarations.ulf2000-05-151-6/+6
* Fix the PKCS#8 DSA code so it works again. All thesteve2000-03-071-3/+11
* Add support for some broken PKCS#8 formats.steve2000-02-051-80/+181
* ispell (and minor modifications)ulf2000-02-031-1/+1
* Precautions against using the PRNG uninitialized: RAND_bytes() nowulf2000-01-131-2/+2
* Replace the macros in asn1.h with function equivalents. Also make UTF8Stringssteve1999-10-201-2/+2
* New Configure option no-<cipher> (rsa, idea, rc5, ...).ulf1999-04-271-6/+17
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-2/+2
* Change functions to ANSI C.ulf1999-04-191-7/+3
* Further PKCS#12 integration, PBE, PKCS#8 additions.steve1999-03-281-0/+291