| Commit message (Expand) | Author | Age | Files | Lines |
* | EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8() | Richard Levitte | 2020-09-03 | 1 | -0/+5 |
* | STORE: Move the built-in 'file:' loader to become an engine module | Richard Levitte | 2020-09-03 | 1 | -3/+3 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Teach d2i_PrivateKey et al about libctx | Matt Caswell | 2020-04-15 | 1 | -6/+17 |
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -3/+3 |
* | constify *_dup() and *i2d_*() and related functions as far as possible, intro... | David von Oheimb | 2019-03-06 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in crypto/evp/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Switch from ossl_rand to DRBG rand | Rich Salz | 2017-08-03 | 1 | -1/+0 |
* | Constify private key decode. | Dr. Stephen Henson | 2016-08-17 | 1 | -2/+2 |
* | Constify some ASN1_OBJECT *obj input parameters | FdaSilvaYY | 2016-08-04 | 1 | -1/+1 |
* | Copyright consolidation 05/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | Make PKCS8_PRIV_KEY_INFO opaque. | Dr. Stephen Henson | 2016-03-07 | 1 | -37/+9 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | make EVP_PKEY opaque | Dr. Stephen Henson | 2016-01-20 | 1 | -0/+1 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -2/+2 |
* | Move some ASN.1 internals to asn1_int.h | Dr. Stephen Henson | 2015-03-24 | 1 | -1/+1 |
* | clang on Linux x86_64 complains about unreachable code. | Richard Levitte | 2015-01-29 | 1 | -2/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -124/+111 |
* | Update obsolete email address... | Dr. Stephen Henson | 2008-11-05 | 1 | -1/+1 |
* | Complete EVP_PKEY_ASN1_METHOD ENGINE support. | Dr. Stephen Henson | 2006-06-05 | 1 | -23/+15 |
* | Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to | Dr. Stephen Henson | 2006-03-22 | 1 | -9/+3 |
* | Gather printing routines into EVP_PKEY_ASN1_METHOD. | Dr. Stephen Henson | 2006-03-22 | 1 | -6/+0 |
* | VMS doesn't support includes of paths very well. | Richard Levitte | 2006-03-22 | 1 | -0/+4 |
* | Initial support for pluggable public key ASN1 support. Process most public | Dr. Stephen Henson | 2006-03-20 | 1 | -584/+52 |
* | remove unnecessary code | Nils Larsch | 2006-03-18 | 1 | -5/+1 |
* | make | Nils Larsch | 2005-07-16 | 1 | -0/+4 |
* | ecc api cleanup; summary: | Nils Larsch | 2005-05-16 | 1 | -27/+44 |
* | Make -CSP option work again in pkcs12 utility by checking for | Dr. Stephen Henson | 2005-05-15 | 1 | -0/+62 |
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 1 | -38/+38 |
* | give EC_GROUP_new_by_nid a more meanigful name: | Nils Larsch | 2005-05-10 | 1 | -1/+1 |
* | give EC_GROUP_*_nid functions a more meaningful name | Nils Larsch | 2005-05-09 | 1 | -1/+1 |
* | some const fixes and cleanup | Nils Larsch | 2005-04-05 | 1 | -2/+0 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 1 | -2/+2 |
* | Add lots of checks for memory allocation failure, error codes to indicate | Dr. Stephen Henson | 2004-12-05 | 1 | -34/+90 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 1 | -0/+2 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-16 | 1 | -2/+2 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Nils Larsch told me I could remove that variable entirely. | Richard Levitte | 2003-06-26 | 1 | -3/+0 |
* | "Remove" unused variable | Richard Levitte | 2003-06-26 | 1 | -0/+2 |
* | implement PKCS #8 / SEC1 private key format for ECC | Bodo Möller | 2003-06-25 | 1 | -41/+67 |
* | 'broken' PKCS #8 format does not apply to ECDSA | Bodo Möller | 2002-10-28 | 1 | -287/+201 |
* | get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead) | Bodo Möller | 2002-08-12 | 1 | -7/+7 |
* | use a generic EC_KEY structure (EC keys are not ECDSA specific) | Bodo Möller | 2002-08-07 | 1 | -69/+77 |
* | fix ECDSA handling | Bodo Möller | 2002-04-09 | 1 | -2/+2 |
* | Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. | Bodo Möller | 2002-03-14 | 1 | -4/+6 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -60/+351 |
* | When RSA or DSA are disabled, do not include the stuff that's specific | Richard Levitte | 2002-01-02 | 1 | -0/+4 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -7/+7 |