aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix return value of get_cert_chain()Nils Larsch2006-12-271-7/+13
* Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will seeRichard Levitte2006-12-251-0/+4
* update pkcs12 help message + manpageNils Larsch2006-12-211-0/+4
* properly initialize SSL context, check return valueNils Larsch2006-12-131-0/+6
* return 0 if 'noout' is used and no error has occurredNils Larsch2006-12-051-0/+3
* add support for whirlpool in apps/speedNils Larsch2006-12-011-3/+35
* replace macros with functionsNils Larsch2006-11-294-8/+8
* Add RFC 3779 support.Ben Laurie2006-11-271-0/+1
* Don't add the TS EKU by default in openssl.cnf because it thenDr. Stephen Henson2006-11-071-1/+1
* fix warningNils Larsch2006-11-061-1/+1
* Further mingw build procedure updates.Andy Polyakov2006-10-241-1/+1
* 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