summaryrefslogtreecommitdiff
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure we get the definition of OPENSSL_NO_BIO.Richard Levitte2003-03-201-1/+1
* make updateRichard Levitte2002-12-291-184/+98
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-284-11/+11
* Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte2002-11-182-0/+4
* Merge from 0.9.7-stable.Richard Levitte2002-11-131-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-133-5/+12
* Plug potential memory leak.Richard Levitte2002-10-301-1/+1
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* don't memset(data,0,...) if data is NULLBodo Möller2002-08-291-2/+5
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-1/+1
* make updateBodo Möller2002-08-091-125/+128
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-073-28/+24
* "make update"Lutz Jänicke2002-07-301-194/+191
* Use SEC1 format for EC private keys.Bodo Möller2002-07-265-6/+6
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-143-93/+184
* Try to avoid double declaration of ERR_load_PEM_strings().Richard Levitte2002-06-271-0/+2
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump o...Richard Levitte2002-06-051-0/+1
* Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte2002-04-231-1/+1
* use ERR_peek_last_error() instead of ERR_peek_error() to ignoreBodo Möller2002-02-281-1/+1