summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
1999-05-15Update dependencies.Bodo Möller
1999-05-15Get rid of the cast.Ben Laurie
1999-05-13Cut&paste error.Ulf Möller
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller
1999-05-13Remove redundant ifdef.Ulf Möller
1999-05-13VMS support bug fixes.Ulf Möller
1999-05-13VMS support.Ulf Möller
1999-05-12Add new -out option to asn1parse to allow the parsed data to be output.Dr. Stephen Henson
1999-05-11argc counting bug fixed.Bodo Möller
1999-05-11Move openssl.cnf out of lib/.Ulf Möller
1999-05-10Move openssl.cnf out of lib/.Ulf Möller
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall
1999-05-08Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson
1999-05-08Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson
1999-05-08This was an unused derivate of an old version of s_client.c that hadBodo Möller
1999-05-04Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall
1999-05-04consistency cosmeticsRalf S. Engelschall
1999-05-02Yet another stack.Ben Laurie
1999-05-01Update dependencies.Ben Laurie
1999-05-01Another stack.Ben Laurie
1999-05-01Another stack.Ben Laurie
1999-05-01Another safe stack.Ben Laurie
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Fix make target "install".Bodo Möller
1999-04-28Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.Bodo Möller
1999-04-28Don't shadow.Ben Laurie
1999-04-27A new comment.Bodo Möller
1999-04-27Update NO_* macros.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24New Configure option --openssldir to replace ssldir.pl.Ulf Möller
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-20Fix lots of warnings.Ulf Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson
1999-04-17Massive constification.Ben Laurie
1999-04-16Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson
1999-04-14/* Just some comments. */Bodo Möller
1999-04-14Cleaning up Ben's clean-ups :-)Bodo Möller
1999-04-14Some tiny fixes.Bodo Möller
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-04-12gcc claims this is a shadow, though I can't find what it is shadowing...Ben Laurie
1999-04-12Add `openssl ca -revoke <certfile>' facility which revokes a certificateRalf S. Engelschall
1999-04-12Fix `openssl crl -noout -text' combination where `-noout' killed the `-text'Ralf S. Engelschall
1999-04-11Submitted by:Bodo Möller