aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson1999-06-092-381/+96
* Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1999-06-071-7/+8
* Change so PEM private key read routines can handle PKCS#8 transparently.Dr. Stephen Henson1999-06-051-6/+35
* More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1999-06-052-1/+40
* The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson1999-06-042-0/+38
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+15
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-43/+44
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-44/+43
* Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson1999-05-151-2/+2
* Update dependencies.Bodo Möller1999-05-151-41/+42
* Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1999-05-144-70/+75
* Update dependencies.Ben Laurie1999-05-131-12/+12
* VMS support.Ulf Möller1999-05-131-0/+10
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1999-05-042-15/+15
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* Autogenerated files.Ulf Möller1999-04-281-1/+0
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-273-3/+35
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-262-93/+0
* Various header consistency fixes.Dr. Stephen Henson1999-04-251-0/+2
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2