aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies.Bodo Möller1999-05-151-131/+137
* Update dependencies.Ben Laurie1999-05-131-5/+5
* VMS support.Ulf Möller1999-05-132-0/+20
* Comment.Bodo Möller1999-05-111-1/+5
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-101-0/+3
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-091-1/+1
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-095-10/+14
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1999-05-081-1/+1
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1999-05-041-0/+2
* Yet another stack.Ben Laurie1999-05-023-32/+45
* Another stack.Ben Laurie1999-05-011-1/+1
* Another stack.Ben Laurie1999-05-013-16/+20
* Another safe stack.Ben Laurie1999-05-014-33/+39
* Support verify_depth from the SSL API without need for user-definedBodo Möller1999-05-013-5/+7
* Use correct error macro so that error messages make sense.Bodo Möller1999-05-011-5/+5
* 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
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-272-11/+15
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-265-403/+0
* Fixes so it will compile again under Win32.Dr. Stephen Henson1999-04-251-2/+0
* Various header consistency fixes.Dr. Stephen Henson1999-04-251-0/+1
* Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson1999-04-251-2/+2
* Fix header files so that any one can be included first.Bodo Möller1999-04-242-1/+6
* 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-112/+64
* "make depend"Bodo Möller1999-04-231-204/+320
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2322-92/+92
* Work with -pedantic!Ben Laurie1999-04-232-23/+36
* Reverse unexplained change.Ben Laurie1999-04-221-5/+1
* Fix lots of warnings.Ulf Möller1999-04-201-1/+5
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-202-6/+1
* Change functions to ANSI C.Ulf Möller1999-04-1919-585/+216
* Removed extra semicolons.Bodo Möller1999-04-191-1/+1
* Massive constification.Ben Laurie1999-04-179-36/+46
* Another STACK bites the dust.Ben Laurie1999-04-171-1/+3
* Delete all the old X509V3 pack and unpack stuff and various structures andDr. Stephen Henson1999-04-139-698/+4
* Add type-safe STACKs and SETs.Ben Laurie1999-04-126-78/+88
* Make sure a corresponding plain text error message exists for theRalf S. Engelschall1999-04-121-0/+2
* Rid the world of yet more evil casts.Ben Laurie1999-04-102-5/+5
* Tiny comment to improve code comprehensibility.Bodo Möller1999-04-091-1/+1
* Add PKCS#5 v2.0 ASN1 structures.Dr. Stephen Henson1999-04-081-0/+35
* Bug fix for X.509 two-digit year.Ulf Möller1999-04-061-2/+2
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-0/+2
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+2
* Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1999-03-281-0/+61