aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-37/+41
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-3/+9
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-014-25/+25
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-022-4/+12
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller2000-03-031-1/+1
* Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller2000-03-021-1/+1
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-2/+2
* Allow ADH to be used but not present in the default cipherDr. Stephen Henson2000-02-231-0/+4
* New functions and option to use NEW in certificate requests.Dr. Stephen Henson2000-02-182-0/+3