aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Some ld implementations use LD_LIBRARY_PATH to find libraries, andRichard Levitte2003-04-091-0/+2
* Fix the problem with missing definition of THREADS on VMS.Richard Levitte2003-03-271-1/+1
* Fixes for VxWorks. Are these needed for 0.9.7 and up as well?Richard Levitte2002-12-043-1/+8
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-0332-37/+37
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-285-7/+7
* Variables on the stack must be initialized or we can't depend on anyRichard Levitte2002-11-112-2/+2
* -CAserial does take a filename argument.Richard Levitte2002-11-081-1/+1
* Signal an error if the entered output password didn't match itself.Richard Levitte2002-10-231-1/+2
* BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte2002-10-111-5/+16
* Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2002-10-092-1/+3
* Remove redundancy and use the main makefile betterRichard Levitte2002-10-091-2/+2
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Add missing LFRichard Levitte2002-10-091-1/+1
* -elapsed is also useful when using gettimeofdayRichard Levitte2002-09-251-1/+1
* Fix crahses and leaks in pkcs12 utility -chain optionDr. Stephen Henson2002-08-221-6/+4
* fix warnings (CHARSET_EBCDIC)Bodo Möller2002-08-151-7/+7
* Sometimes, the value of the variable containing the compiler call canRichard Levitte2002-08-151-1/+1
* "make update"Lutz Jänicke2002-07-301-145/+181
* Allow subjects with more than 255 characters to be properly printed.Richard Levitte2002-07-181-3/+4
* typoBodo Möller2002-07-181-1/+1
* Reverse the change with the following log, it needs further investigation:Richard Levitte2002-07-181-3/+3
* Make S/MIME output conform with the mail and MIME standards.Richard Levitte2002-07-181-3/+3
* have 'openssl pkcs7' exit with code 1 on error instead of 0.Richard Levitte2002-06-271-1/+1
* make updateRichard Levitte2002-06-131-181/+145
* Make sure that settings are passed back and forth when walking aroundLutz Jänicke2002-06-061-2/+3
* The correct PERL interpreter is passed via commandline.Lutz Jänicke2002-06-051-1/+0
* CAformat should not be used for CA key format.Richard Levitte2002-05-301-1/+1
* Remove the duplicate description of -out.Richard Levitte2002-05-301-2/+1
* There is a chance that the input string is larger than size, and on VMS,Richard Levitte2002-05-291-3/+10
* Generate an error if rewinding wasn't possible.Richard Levitte2002-05-081-1/+4
* Potential memory leak removed. Notified by <threaded@totalise.co.uk>Richard Levitte2002-04-251-1/+4
* fix usage (no 'key')Bodo Möller2002-04-231-1/+1
* check return valuesBodo Möller2002-04-171-12/+9
* harmonize capitalizationBodo Möller2002-04-091-2/+2
* Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-063-6/+6
* Don't define RSA-specifici variables when RSA isn't used.Richard Levitte2002-04-061-0/+2
* make updateRichard Levitte2002-02-261-574/+557
* Add the configuration target VxWorks.Richard Levitte2002-02-143-8/+43
* According to the main trunk, Darwin should get USE_TOD defined.Richard Levitte2002-01-261-1/+1
* From reports I've seen, it looks like TIMES is wrong for Darwin.Richard Levitte2002-01-261-1/+1
* Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2002-01-082-3/+3
* make updateRichard Levitte2001-12-201-557/+574
* make updateRichard Levitte2001-11-151-574/+557
* Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte2001-10-291-0/+1
* Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).Lutz Jänicke2001-10-161-0/+2
* Add support for md4WithRSAEncryption.Richard Levitte2001-10-101-2/+1
* When only the key is given to "enc", the IV is undefinedLutz Jänicke2001-07-031-0/+8
* VMS doesn't support more than on period in a file nameRichard Levitte2001-05-221-0/+8
* -1 cannot work on platforms with unsigned charLutz Jänicke2001-04-151-3/+3
* NetBSD and OpenBSD use TOD as wellRichard Levitte2001-04-111-2/+2