summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
1999-05-13VMS support.Ulf Möller
1999-05-11Comment.Bodo Möller
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller
1999-05-08Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson
1999-05-04Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall
1999-05-02Yet another stack.Ben Laurie
1999-05-01Another stack.Ben Laurie
1999-05-01Another stack.Ben Laurie
1999-05-01Another safe stack.Ben Laurie
1999-05-01Support verify_depth from the SSL API without need for user-definedBodo Möller
1999-05-01Use correct error macro so that error messages make sense.Bodo Möller
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-25Fixes so it will compile again under Win32.Dr. Stephen Henson
1999-04-25Various header consistency fixes.Dr. Stephen Henson
1999-04-25Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson
1999-04-24Fix header files so that any one can be included first.Bodo Möller
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23"make depend"Bodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-22Reverse unexplained change.Ben Laurie
1999-04-20Fix lots of warnings.Ulf Möller
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-19Removed extra semicolons.Bodo Möller
1999-04-17Massive constification.Ben Laurie
1999-04-17Another STACK bites the dust.Ben Laurie
1999-04-13Delete all the old X509V3 pack and unpack stuff and various structures andDr. Stephen Henson
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-04-12Make sure a corresponding plain text error message exists for theRalf S. Engelschall
1999-04-10Rid the world of yet more evil casts.Ben Laurie
1999-04-09Tiny comment to improve code comprehensibility.Bodo Möller
1999-04-08Add PKCS#5 v2.0 ASN1 structures.Dr. Stephen Henson
1999-04-06Bug fix for X.509 two-digit year.Ulf Möller
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson
1999-03-28Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson
1999-03-22Fix security hole.Ben Laurie
1999-03-06Put the dependencies back.Ben Laurie