summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)Author
2006-12-27fix return value of get_cert_chain()Nils Larsch
PR: 1441
2006-12-25Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will seeRichard Levitte
the declarations of fd_set, select() and so on.
2006-12-21update pkcs12 help message + manpageNils Larsch
PR: 1443 Submitted by: Artem Chuprina <ran@cryptocom.ru>
2006-12-13properly initialize SSL context, check return valueNils Larsch
2006-12-05return 0 if 'noout' is used and no error has occurredNils Larsch
PR: 1435 Submitted by: "Haridharan" <haridharan@gmail.com>
2006-12-01add support for whirlpool in apps/speedNils Larsch
PR: 1338 Submitted by: justin@soze.net
2006-11-29replace macros with functionsNils Larsch
Submitted by: Tracy Camp <tracyx.e.camp@intel.com>
2006-11-27Add RFC 3779 support.Ben Laurie
2006-11-07Don't add the TS EKU by default in openssl.cnf because it thenDr. Stephen Henson
makes certificates genereated by ca, CA.pl etc useless for anything else.
2006-11-06fix warningNils Larsch
2006-10-24Further mingw build procedure updates.Andy Polyakov
2006-10-21Rudimentary support for cross-compiling.Andy Polyakov
2006-09-22Buffer size handling fix for enc.Dr. Stephen Henson
PR:1374
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson
2006-08-20According to documentation, including time.h declares select() onRichard Levitte
OpenVMS, and possibly more. Ref: http://h71000.www7.hp.com/doc/82final/6529/6529pro_019.html#r_select
2006-08-20Correct warnings about signedness.Richard Levitte
2006-07-25Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson
verify logic to try to use an unexpired CRL if possible.
2006-07-21Avoid WIN32 warning.Dr. Stephen Henson
2006-07-21Avoid warnings.Dr. Stephen Henson
2006-07-17WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson
2006-07-17Add -timeout option to ocsp utility.Dr. Stephen Henson
2006-07-13There is should be no need to rewind the input stream any more.Dr. Stephen Henson
For S/MIME multipart/signed type the signature is calculated on the fly. For other detached data forms the stream isn't used after the single pass to calculate signatures. For non-detached the data is stored in a memory BIO.
2006-07-12In genpkey, also look for algorithm string name in any supplied ENGINE.Dr. Stephen Henson
2006-07-10Update some usage messages.Dr. Stephen Henson
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson
2006-06-15Call 'print_stuff' even if a handshake failed.Bodo Möller
2006-06-14Fix a bug recently introduced when updating this file to use the newBodo Möller
keygen API: make sure that 'pkey_type' is actually visible to MAIN().
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-06-01Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson
2006-06-01Because all object files are now in a file, we don't need to mentionRichard Levitte
any of them on the linker command line. Besides, OBJECT_FILE now represents the last compiled file, and using it here only results in getting warnings about multiple definitions of the symbols in that file.
2006-05-26Fix warnings.Dr. Stephen Henson
2006-05-26Update pkeyutl to use size_t for pkey functions.Dr. Stephen Henson
2006-05-25Signed vs. unsigned conflictRichard Levitte
2006-05-25There was a problem with too long command lines, so I rebuilt to makeRichard Levitte
it work better.
2006-05-25Allow any supported cipher to be used with smime -encrypt.Dr. Stephen Henson
2006-05-22Fix smime -pk7out.Dr. Stephen Henson
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson
existing structure and using alternative digest for signing.
2006-05-18Multiple signer support in smime application.Dr. Stephen Henson
2006-05-18Reformat smime.c utility.Dr. Stephen Henson
2006-05-17New option to pkcs12 utility to set alternative MAC digest algorithm.Dr. Stephen Henson
2006-05-17Don't try to print PBE information if it can't be decoded.Dr. Stephen Henson
2006-05-17Oops...Dr. Stephen Henson
2006-05-17HMAC OIDs from RFC4231.Dr. Stephen Henson
2006-05-16Gather keygen options in req and only use them after all other options haveDr. Stephen Henson
been processed. This allows any ENGINE changing operations to be processed first (for example a config file).
2006-05-15Bugfix: the NONE string for PBE algorithms wasn't working.Dr. Stephen Henson
2006-05-12In interactive mode only config OpenSSL once.Dr. Stephen Henson
2006-05-12make updateRichard Levitte
2006-05-12Typo.Dr. Stephen Henson
2006-05-11Update 'req' command to use new keygen API.Dr. Stephen Henson