aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Bring VMS in sync with the recent changes.Ulf Möller1999-05-201-19/+43
* Avoid a warning.Ulf Möller1999-05-201-1/+1
* Include some notes on basic extension usage and change openssl.cnf to usuallyDr. Stephen Henson1999-05-191-19/+27
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-3/+3
* Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson1999-05-181-1/+1
* Get rid of some unnecessary casts and add a necessary one.Bodo Möller1999-05-181-6/+9
* If we couldn't handle "-showcerts" (which happens with the currentBodo Möller1999-05-171-1/+5
* Rename "openssl x509" option "-config" to "-extfile", because itBodo Möller1999-05-172-3/+3
* Oops! Get the pmatch test the right way round.Dr. Stephen Henson1999-05-161-1/+1
* Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson1999-05-161-3/+1
* Change type of various DES function arguments from des_cblockBodo Möller1999-05-161-5/+5
* Added a comment pointing out the behaviour of "openssl x509 -conf ...",Bodo Möller1999-05-161-0/+7
* 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