aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-98/+60
* "make depend"Bodo Möller1999-04-231-65/+105
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-238-35/+35
* Work with -pedantic!Ben Laurie1999-04-232-11/+11
* Remove references to .org header file names.Ulf Möller1999-04-222-2/+1
* Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller1999-04-211-8/+0
* Change functions to ANSI C.Ulf Möller1999-04-196-305/+94
* Fix const declarations.Ben Laurie1999-04-181-11/+14
* Update dependencies.Ben Laurie1999-04-181-59/+49
* Massive constification.Ben Laurie1999-04-173-17/+17
* Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it.Bodo Möller1999-04-123-165/+3
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-17/+19
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-6/+6
* Fix security hole.Ben Laurie1999-03-222-31/+34
* Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson1999-03-081-0/+2
* Put the dependencies back.Ben Laurie1999-03-061-0/+71
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-77/+5
* Update dependencies.Ben Laurie1999-02-091-55/+57
* Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson1999-01-311-0/+4
* Yet more pissing about to get PEM built at the right moment.Ben Laurie1999-01-311-1/+1
* Break circular dependency between pem and err.Ben Laurie1999-01-303-9/+68