aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem
AgeCommit message (Expand)AuthorFilesLines
2003-03-20Make sure we get the definition of OPENSSL_NO_BIO.Richard Levitte1-1/+1
2002-12-29make updateRichard Levitte1-184/+98
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte4-11/+11
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte2-0/+4
2002-11-13Merge from 0.9.7-stable.Richard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie3-5/+12
2002-10-30Plug potential memory leak.Richard Levitte1-1/+1
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-08-29don't memset(data,0,...) if data is NULLBodo Möller1-2/+5
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-1/+1
2002-08-09make updateBodo Möller1-125/+128
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller3-28/+24
2002-07-30"make update"Lutz Jänicke1-194/+191
2002-07-26Use SEC1 format for EC private keys.Bodo Möller5-6/+6
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller3-93/+184
2002-06-27Try to avoid double declaration of ERR_load_PEM_strings().Richard Levitte1-0/+2
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-05Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump o...Richard Levitte1-0/+1
2002-04-23Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte1-1/+1
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error() to ignoreBodo Möller1-1/+1
2002-02-20Stop assuming the IV is 8 bytes long, use the real size instead.Richard Levitte2-4/+4
2002-02-13ECDSA supportBodo Möller6-114/+270
2002-02-05'make update'Richard Levitte1-1/+2
2002-01-24make updateRichard Levitte1-13/+13
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-2/+0
2001-11-15make updateRichard Levitte1-1/+1
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson1-1/+4
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2-5/+5
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-1/+1
2001-10-04'make update'Richard Levitte1-60/+60
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-22/+29
2001-07-31make updateRichard Levitte1-11/+11
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie3-99/+133
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson7-234/+492
2001-07-26First of several reorganisations toDr. Stephen Henson5-9/+146
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-02-26make updateRichard Levitte1-21/+20
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-37/+37
2001-02-19Make all configuration macros available for application by makingRichard Levitte7-91/+94
2001-02-09Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.Lutz Jänicke1-1/+1
2001-02-04Make depend.Ben Laurie1-69/+69
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-2/+2
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-27/+26
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-22/+29
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-07'make update'Richard Levitte1-11/+16
2000-09-07It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte1-3/+1
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-42/+45
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte1-33/+36