aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop assuming the IV is 8 bytes long, use the real size instead.Richard Levitte2002-02-202-4/+4
* ECDSA supportBodo Möller2002-02-136-114/+270
* 'make update'Richard Levitte2002-02-051-1/+2
* make updateRichard Levitte2002-01-241-13/+13
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* make updateRichard Levitte2001-11-151-1/+1
* Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson2001-10-201-1/+4
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-172-5/+5
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* 'make update'Richard Levitte2001-10-041-60/+60
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-22/+29
* make updateRichard Levitte2001-07-311-11/+11
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-303-99/+133
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-277-234/+492
* First of several reorganisations toDr. Stephen Henson2001-07-265-9/+146
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* make updateRichard Levitte2001-02-261-21/+20
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-37/+37
* Make all configuration macros available for application by makingRichard Levitte2001-02-197-91/+94
* Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.Lutz Jänicke2001-02-091-1/+1
* Make depend.Ben Laurie2001-02-041-69/+69
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-2/+2
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-27/+26
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-22/+29
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* 'make update'Richard Levitte2000-09-071-11/+16
* It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte2000-09-071-3/+1
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-42/+45
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-33/+36