aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
...
* remove trailing '\'Nils Larsch2006-12-191-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-9/+6
* remove SSLEAY_MACROS codeNils Larsch2006-11-064-138/+0
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-16/+17
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-052-10/+30
* Fix warnings.Dr. Stephen Henson2006-05-242-2/+2
* Update old **EVIL** PEM_X509_INFO_read_bio() function to correctly assignDr. Stephen Henson2006-05-151-15/+17
* Check for deprecated private key types before PKCS#8 types.Dr. Stephen Henson2006-05-141-10/+9
* Initial functions for RSA EVP_PKEY_METHOD.Dr. Stephen Henson2006-04-081-2/+3
* New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson2006-04-071-1/+1
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-283-3/+20
* Initial support for generalized public key parameters.Dr. Stephen Henson2006-03-243-0/+57
* Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-235-38/+75
* Add information and pem strings. Update dependencies.Dr. Stephen Henson2006-03-231-0/+22
* make updateUlf Möller2006-02-121-0/+14
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-3/+1
* Remove warnings about signed vs. unsigned...Richard Levitte2005-09-051-2/+4
* Integrated support for PVK files.Dr. Stephen Henson2005-08-314-2/+990
* add commentNils Larsch2005-07-291-4/+4
* makeNils Larsch2005-07-163-0/+11
* make the type parameter const when ID2_OF_const() is usedNils Larsch2005-05-181-8/+22
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* ecc api cleanup; summary:Nils Larsch2005-05-161-1/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson2005-05-121-12/+12
* Fix more error codes.Bodo Möller2005-05-115-15/+20
* Stop compiler warnings about deprecated lvalue casts.Dr. Stephen Henson2005-04-201-6/+6
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+1
* Rebuild error codes.Dr. Stephen Henson2005-04-121-42/+46
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Consistency.Ben Laurie2005-03-314-22/+19
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-315-51/+90
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* fix potential memory leak when allocation failsBodo Möller2005-03-111-0/+3
* The first argument to load_iv should really be a char ** instead of anRichard Levitte2005-01-271-4/+4
* Get rid if the annoying warningRichard Levitte2005-01-271-1/+3
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+1
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte2004-07-101-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-115/+111
* Fix leak.Dr. Stephen Henson2004-04-221-0/+1
* make updateGeoff Thorpe2004-04-191-54/+40
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-193-0/+6
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* Memory leak fix.Dr. Stephen Henson2004-03-051-2/+5
* Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.Richard Levitte2004-02-261-0/+4
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-6/+8
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1