Cut&paste error.
[openssl.git] / apps /
1999-05-13 Ulf MöllerCut&paste error.
1999-05-13 Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13 Ulf MöllerRemove redundant ifdef.
1999-05-13 Ulf MöllerVMS support bug fixes.
1999-05-13 Ulf MöllerVMS support.
1999-05-12 Dr. Stephen HensonAdd new -out option to asn1parse to allow the parsed...
1999-05-11 Bodo Möllerargc counting bug fixed.
1999-05-11 Ulf MöllerMove openssl.cnf out of lib/.
1999-05-10 Ulf MöllerMove openssl.cnf out of lib/.
1999-05-10 Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-08 Dr. Stephen HensonVarious Win32 fixes. Win95 doesn't support MoveFileEx...
1999-05-08 Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
1999-05-08 Bodo MöllerThis was an unused derivate of an old version of s_clie...
1999-05-04 Ralf S. EngelschallConvert casted X509_INFO stacks to type-safe STACK_OF...
1999-05-04 Ralf S. Engelschallconsistency cosmetics
1999-05-02 Ben LaurieYet another stack.
1999-05-01 Ben LaurieUpdate dependencies.
1999-05-01 Ben LaurieAnother stack.
1999-05-01 Ben LaurieAnother stack.
1999-05-01 Ben LaurieAnother safe stack.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Bodo MöllerFix make target "install".
1999-04-28 Bodo MöllerInstall various scripts to $(OPENSSLDIR)/misc instead...
1999-04-28 Ben LaurieDon't shadow.
1999-04-27 Bodo MöllerA new comment.
1999-04-27 Ulf MöllerUpdate NO_* macros.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-27 Dr. Stephen HensonAdd PKCS#12 documentation and new option in x509 to...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-24 Ulf MöllerNew Configure option --openssldir to replace ssldir.pl.
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo Möller"make depend"
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-18 Dr. Stephen HensonInitial support for Certificate Policies extension...
1999-04-17 Ben LaurieMassive constification.
1999-04-16 Dr. Stephen HensonAdd initial support for r2i RAW extensions which can...
1999-04-14 Bodo Möller/* Just some comments. */
1999-04-14 Bodo MöllerCleaning up Ben's clean-ups :-)
1999-04-14 Bodo MöllerSome tiny fixes.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-04-12 Ben Lauriegcc claims this is a shadow, though I can't find what...
1999-04-12 Ralf S. EngelschallAdd `openssl ca -revoke <certfile>' facility which...
1999-04-12 Ralf S. EngelschallFix `openssl crl -noout -text' combination where `...
1999-04-11 Bodo MöllerSubmitted by:
1999-04-10 Ralf S. EngelschallFix a few typos and tabs while I'm poking around in...
1999-04-10 Ben LaurieAdjust renegotiation slightly.
1999-04-09 Bodo MöllerBugfix: s_client occasionally would sleep in select...
1999-04-06 Ulf MöllerRemove obsolete files from SSLeay 0.8.
1999-04-03 Ben LaurieDon't shadow.
1999-04-02 Bodo MöllerAvoid EADDRINUSE for s_server.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-04-01 Ben LaurieDon't shadow.
1999-03-31 Bodo MöllerNew option "-showcerts" for s_client
1999-03-29 Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-22 Ben LaurieFix security hole.
1999-03-09 Ben LaurieRemake cert links when the app is built.
1999-03-09 Ralf S. EngelschallMake it more clear what option -WWW to s_server does.
1999-03-08 Ralf S. EngelschallMake `openssl version' output lines consistent.
1999-03-06 Dr. Stephen HensonAdded support for adding extensions to CRLs, also fix...
1999-03-06 Ben LauriePut the dependencies back.
1999-03-06 Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-02-27 Ben LaurieUpdate dependencies.
1999-02-25 Ralf S. EngelschallMove s_server -dcert and -dkey options out of the undoc...
1999-02-24 Ralf S. EngelschallMake `openssl x509 -noout -modulus' functional also...
1999-02-24 Dr. Stephen HensonRemove debugging fprintf from req.c and fix the code...
1999-02-23 Ben LaurieFix more warnings.
1999-02-23 Ralf S. EngelschallGet rid of a nasty debugging message which was forgotte...
1999-02-23 Ralf S. EngelschallFix usage message on gendsa:
1999-02-23 Dr. Stephen HensonRedo the way 'req' and 'ca' add objects: add support...
1999-02-21 Ben LaurieMore stuff for new TLS ciphersuites.
1999-02-21 Dr. Stephen HensonAdd more functionality to issuer alt name and subject...
1999-02-19 Dr. Stephen HensonOverhaul 'crl' application, add a proper X509_CRL_print...
1999-02-17 Dr. Stephen HensonOops! Remeber to include the other patches this time...
1999-02-15 Dr. Stephen HensonFix various memory leaks in SSL, apps and DSA
1999-02-14 Dr. Stephen HensonAdd support for raw extensions. This means that you...
1999-02-14 Dr. Stephen HensonMore Win32 fixes and upsdate INSTALL.W32 documentation.
1999-02-13 Ben LaurieFinally(?) fix DES stuff.
1999-02-13 Ben LaurieFix ghastly DES declarations, and all consequential...
1999-02-11 Dr. Stephen HensonDelete a few unused files in apps, restore CAST WIN32...
1999-02-10 Dr. Stephen HensonMore extension code. Incomplete support for subject...
1999-02-06 Ben LaurieProcess extensions when they are there.
1999-02-06 Ben LaurieDiagnose errors.
1999-02-06 Ben LaurieTypo in arguments.
1999-02-06 Ben LaurieClear error we don't care about.
1999-01-31 Ralf S. EngelschallReflect correct filename
1999-01-31 Mark J. CoxFix some more typos
1999-01-31 Mark J. Coxfix typo
1999-01-30 Ben LaurieBreak circular dependency between pem and err.
1999-01-30 Ben LaurieUpdate dependencies.
1999-01-29 Dr. Stephen HensonNew program 'nseq' added to apps to allow Netscape...
1999-01-29 Dr. Stephen HensonAllow the -certfile argument to be used multiple times...
1999-01-28 Ralf S. EngelschallOne more incorrect name in usage page
1999-01-28 Ralf S. EngelschallFix names in usage page of s_time, s_server and s_client
1999-01-26 Dr. Stephen HensonStill more X509 V3 stuff. Modify ca.c to work with...
1999-01-25 Dr. Stephen HensonMore X509 V3 stuff. Add support for extensions in the...
1999-01-24 Dr. Stephen HensonContinuing adding X509 V3 support. This starts to integ...
next