summaryrefslogtreecommitdiffstats
path: root/crypto/pem
AgeCommit message (Expand)Author
2005-05-12Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-20Stop compiler warnings about deprecated lvalue casts.Dr. Stephen Henson
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-03-31Consistency.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-11fix potential memory leak when allocation failsBodo Möller
2005-01-27The first argument to load_iv should really be a char ** instead of anRichard Levitte
2005-01-27Get rid if the annoying warningRichard Levitte
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-07-10Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-04-22Fix leak.Dr. Stephen Henson
2004-04-19make updateGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-03-05Memory leak fix.Dr. Stephen Henson
2004-02-26Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-03-20Make sure we get the definition of OPENSSL_NO_BIO.Richard Levitte
2002-12-29make updateRichard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte
2002-11-13Merge from 0.9.7-stable.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-30Plug potential memory leak.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-08-29don't memset(data,0,...) if data is NULLBodo Möller
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-09make updateBodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-07-30"make update"Lutz Jänicke
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-06-27Try to avoid double declaration of ERR_load_PEM_strings().Richard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-05Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump o...Richard Levitte
2002-04-23Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error() to ignoreBodo Möller
2002-02-20Stop assuming the IV is 8 bytes long, use the real size instead.Richard Levitte
2002-02-13ECDSA supportBodo Möller
2002-02-05'make update'Richard Levitte
2002-01-24make updateRichard Levitte