aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-162-20/+7
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+2
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-081-0/+6
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-242-0/+19
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-0/+4
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-233-11/+160
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-262-2/+2
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-212-4/+88
* 'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1999-11-141-0/+11
* Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson1999-11-111-1/+2
* Allow additional information to be attached to aDr. Stephen Henson1999-11-043-15/+44
* More multibyte character support.Dr. Stephen Henson1999-10-251-1/+6
* Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1999-10-042-0/+5
* Fix two remaining prototype-related warningsRalf S. Engelschall1999-08-081-0/+2
* VMS updates.Ulf Möller1999-07-281-10/+4
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-213-132/+138
* Change the PEM_* function prototypes to use DECLARE_PEM macros and changeDr. Stephen Henson1999-06-221-99/+99
* Fix warnings.Ben Laurie1999-06-102-5/+7
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-104-2/+70
* Repair PEM_write_PrivateKey and PEM_write_bio_PrivateKey.Bodo Möller1999-06-091-1/+8