summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Marked probable bug, pointed out by Anonymous.Bodo Möller1999-05-161-1/+3
* Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson1999-05-151-1/+1
* Update dependencies.Bodo Möller1999-05-151-379/+394
* Get rid of the cast.Ben Laurie1999-05-151-3/+7
* Cut&paste error.Ulf Möller1999-05-131-2/+2
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-0/+3
* Remove redundant ifdef.Ulf Möller1999-05-132-9/+1
* VMS support bug fixes.Ulf Möller1999-05-134-10/+12
* VMS support.Ulf Möller1999-05-1316-30/+1809
* Add new -out option to asn1parse to allow the parsed data to be output.Dr. Stephen Henson1999-05-121-3/+29
* argc counting bug fixed.Bodo Möller1999-05-111-1/+1
* Move openssl.cnf out of lib/.Ulf Möller1999-05-112-2/+2
* Move openssl.cnf out of lib/.Ulf Möller1999-05-102-3/+3
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-101-0/+1
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1999-05-081-0/+6
* Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1999-05-082-7/+36
* This was an unused derivate of an old version of s_client.c that hadBodo Möller1999-05-081-776/+0
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1999-05-041-4/+4
* consistency cosmeticsRalf S. Engelschall1999-05-041-2/+2
* Yet another stack.Ben Laurie1999-05-022-3/+4
* Update dependencies.Ben Laurie1999-05-011-1/+2
* Another stack.Ben Laurie1999-05-011-2/+2
* Another stack.Ben Laurie1999-05-011-5/+7
* Another safe stack.Ben Laurie1999-05-011-1/+1
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-6/+7
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Fix make target "install".Bodo Möller1999-04-291-3/+3
* Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.Bodo Möller1999-04-281-1/+7
* Don't shadow.Ben Laurie1999-04-281-8/+8
* A new comment.Bodo Möller1999-04-271-0/+5
* Update NO_* macros.Ulf Möller1999-04-274-10/+11
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-2716-33/+64
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1999-04-271-16/+71
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-2628-254/+0
* New Configure option --openssldir to replace ssldir.pl.Ulf Möller1999-04-241-2/+3
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-2/+0
* "make depend"Bodo Möller1999-04-231-323/+521
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2334-207/+207
* Work with -pedantic!Ben Laurie1999-04-233-15/+17
* Fix lots of warnings.Ulf Möller1999-04-204-4/+6
* Change functions to ANSI C.Ulf Möller1999-04-1933-494/+162
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-182-3/+12
* Massive constification.Ben Laurie1999-04-1711-28/+33
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-162-15/+6
* /* Just some comments. */Bodo Möller1999-04-142-2/+6
* Cleaning up Ben's clean-ups :-)Bodo Möller1999-04-141-1/+1
* Some tiny fixes.Bodo Möller1999-04-142-2/+3
* Add type-safe STACKs and SETs.Ben Laurie1999-04-126-108/+122
* gcc claims this is a shadow, though I can't find what it is shadowing...Ben Laurie1999-04-121-3/+3
* Add `openssl ca -revoke <certfile>' facility which revokes a certificateRalf S. Engelschall1999-04-121-0/+181