aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Rudimentary support for cross-compiling.Andy Polyakov2006-10-211-3/+1
* Buffer size handling fix for enc.Dr. Stephen Henson2006-09-221-1/+7
* Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson2006-09-173-2/+9
* According to documentation, including time.h declares select() onRichard Levitte2006-08-201-0/+1
* Correct warnings about signedness.Richard Levitte2006-08-201-7/+10
* Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson2006-07-251-3/+16
* Avoid WIN32 warning.Dr. Stephen Henson2006-07-211-1/+1
* Avoid warnings.Dr. Stephen Henson2006-07-211-1/+1
* WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson2006-07-171-4/+17
* Add -timeout option to ocsp utility.Dr. Stephen Henson2006-07-171-6/+94
* There is should be no need to rewind the input stream any more.Dr. Stephen Henson2006-07-131-5/+0
* In genpkey, also look for algorithm string name in any supplied ENGINE.Dr. Stephen Henson2006-07-121-0/+6
* Update some usage messages.Dr. Stephen Henson2006-07-102-7/+16
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-093-0/+59
* Call 'print_stuff' even if a handshake failed.Bodo Möller2006-06-151-4/+6
* Fix a bug recently introduced when updating this file to use the newBodo Möller2006-06-141-16/+15
* Camellia cipher, contributed by NTTBodo Möller2006-06-0911-28/+219
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-052-35/+74
* Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2006-06-011-0/+10
* Because all object files are now in a file, we don't need to mentionRichard Levitte2006-06-011-2/+2
* Fix warnings.Dr. Stephen Henson2006-05-262-2/+3
* Update pkeyutl to use size_t for pkey functions.Dr. Stephen Henson2006-05-261-11/+11
* Signed vs. unsigned conflictRichard Levitte2006-05-251-5/+5
* There was a problem with too long command lines, so I rebuilt to makeRichard Levitte2006-05-251-90/+97
* Allow any supported cipher to be used with smime -encrypt.Dr. Stephen Henson2006-05-251-1/+1
* Fix smime -pk7out.Dr. Stephen Henson2006-05-221-1/+1
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-181-65/+84
* Multiple signer support in smime application.Dr. Stephen Henson2006-05-181-6/+92
* Reformat smime.c utility.Dr. Stephen Henson2006-05-181-124/+57
* New option to pkcs12 utility to set alternative MAC digest algorithm.Dr. Stephen Henson2006-05-171-1/+18
* Don't try to print PBE information if it can't be decoded.Dr. Stephen Henson2006-05-171-2/+4
* Oops...Dr. Stephen Henson2006-05-171-8/+18
* HMAC OIDs from RFC4231.Dr. Stephen Henson2006-05-171-18/+8
* Gather keygen options in req and only use them after all other options haveDr. Stephen Henson2006-05-161-19/+33
* Bugfix: the NONE string for PBE algorithms wasn't working.Dr. Stephen Henson2006-05-151-23/+23
* In interactive mode only config OpenSSL once.Dr. Stephen Henson2006-05-121-0/+4
* make updateRichard Levitte2006-05-121-1/+1
* Typo.Dr. Stephen Henson2006-05-121-1/+1
* Update 'req' command to use new keygen API.Dr. Stephen Henson2006-05-111-179/+220
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-074-67/+21
* Bug fix.Ulf Möller2006-05-011-2/+2
* Fix from stable branch.Dr. Stephen Henson2006-04-281-0/+3
* Fix usage message for pkeyutl.Dr. Stephen Henson2006-04-261-4/+7
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-193-0/+6
* If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson2006-04-174-9/+16
* Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson2006-04-151-31/+51
* Got sick and tired of duplicating... Too error-prone (i.e. I forgetRichard Levitte2006-04-141-8/+10
* Complete key derivation support.Dr. Stephen Henson2006-04-131-32/+93
* Update dependencies.Dr. Stephen Henson2006-04-131-0/+15
* Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson2006-04-132-2/+2