| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial functions for RSA EVP_PKEY_METHOD. | Dr. Stephen Henson | 2006-04-08 | 1 | -2/+3 |
* | New utility 'pkeyutl' a general purpose version of 'rsautl'. | Dr. Stephen Henson | 2006-04-07 | 1 | -1/+1 |
* | New utility pkeyparam. Enhance and bugfix algorithm specific parameter | Dr. Stephen Henson | 2006-03-28 | 3 | -3/+20 |
* | Initial support for generalized public key parameters. | Dr. Stephen Henson | 2006-03-24 | 3 | -0/+57 |
* | Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD. | Dr. Stephen Henson | 2006-03-23 | 5 | -38/+75 |
* | Add information and pem strings. Update dependencies. | Dr. Stephen Henson | 2006-03-23 | 1 | -0/+22 |
* | make update | Ulf Möller | 2006-02-12 | 1 | -0/+14 |
* | Update filenames in makefiles. | Dr. Stephen Henson | 2006-02-04 | 1 | -1/+1 |
* | Keep disclaiming 16-bit platform support. For now remove WIN16 references | Andy Polyakov | 2005-12-18 | 1 | -3/+1 |
* | Remove warnings about signed vs. unsigned... | Richard Levitte | 2005-09-05 | 1 | -2/+4 |
* | Integrated support for PVK files. | Dr. Stephen Henson | 2005-08-31 | 4 | -2/+990 |
* | add comment | Nils Larsch | 2005-07-29 | 1 | -4/+4 |
* | make | Nils Larsch | 2005-07-16 | 3 | -0/+11 |
* | make the type parameter const when ID2_OF_const() is used | Nils Larsch | 2005-05-18 | 1 | -8/+22 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
* | ecc api cleanup; summary: | Nils Larsch | 2005-05-16 | 1 | -1/+1 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-15 | 1 | -4/+1 |
* | Some C compilers produce warnings or compilation errors if an attempt | Dr. Stephen Henson | 2005-05-12 | 1 | -12/+12 |
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 5 | -15/+20 |
* | Stop compiler warnings about deprecated lvalue casts. | Dr. Stephen Henson | 2005-04-20 | 1 | -6/+6 |
* | Various Win32 and other fixes for warnings and compilation errors. | Dr. Stephen Henson | 2005-04-19 | 1 | -1/+1 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -42/+46 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | Consistency. | Ben Laurie | 2005-03-31 | 4 | -22/+19 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 5 | -51/+90 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | fix potential memory leak when allocation fails | Bodo Möller | 2005-03-11 | 1 | -0/+3 |
* | The first argument to load_iv should really be a char ** instead of an | Richard Levitte | 2005-01-27 | 1 | -4/+4 |
* | Get rid if the annoying warning | Richard Levitte | 2005-01-27 | 1 | -1/+3 |
* | Add lots of checks for memory allocation failure, error codes to indicate | Dr. Stephen Henson | 2004-12-05 | 1 | -1/+1 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-02 | 1 | -1/+1 |
* | Copy a few files from LPlib (a new project of mine), add a wrapper. | Richard Levitte | 2004-07-10 | 1 | -1/+1 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -115/+111 |
* | Fix leak. | Dr. Stephen Henson | 2004-04-22 | 1 | -0/+1 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -54/+40 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 3 | -0/+6 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-15 | 1 | -1/+2 |
* | Memory leak fix. | Dr. Stephen Henson | 2004-03-05 | 1 | -2/+5 |
* | Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also. | Richard Levitte | 2004-02-26 | 1 | -0/+4 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -6/+8 |
* | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe | 2003-10-29 | 1 | -1/+1 |
* | Make sure we get the definition of OPENSSL_NO_BIO. | Richard Levitte | 2003-03-20 | 1 | -1/+1 |
* | make update | Richard Levitte | 2002-12-29 | 1 | -184/+98 |
* | A few more memset()s converted to OPENSSL_cleanse(). | Richard Levitte | 2002-11-29 | 1 | -1/+1 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 4 | -11/+11 |
* | Add the ASN.1 structures and functions for CertificatePair, which is | Richard Levitte | 2002-11-18 | 2 | -0/+4 |
* | Merge from 0.9.7-stable. | Richard Levitte | 2002-11-13 | 1 | -1/+1 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 3 | -5/+12 |
* | Plug potential memory leak. | Richard Levitte | 2002-10-30 | 1 | -1/+1 |