aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-02-22Fix problem with multi line responses in -starttls by using a bufferingLutz Jänicke1-8/+31
2007-02-21Extend SMTP and IMAP protocol handling to perform the requiredLutz Jänicke1-1/+31
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson2-2/+2
2007-02-16Add STARTTLS support for IMAP and FTP.Richard Levitte1-8/+44
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson1-7/+37
2006-12-27fix return value of get_cert_chain()Nils Larsch1-7/+13
2006-12-25Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will seeRichard Levitte1-0/+4
2006-12-21update pkcs12 help message + manpageNils Larsch1-0/+4
2006-12-13properly initialize SSL context, check return valueNils Larsch1-0/+6
2006-12-05return 0 if 'noout' is used and no error has occurredNils Larsch1-0/+3
2006-12-01add support for whirlpool in apps/speedNils Larsch1-3/+35
2006-11-29replace macros with functionsNils Larsch4-8/+8
2006-11-27Add RFC 3779 support.Ben Laurie1-0/+1
2006-11-07Don't add the TS EKU by default in openssl.cnf because it thenDr. Stephen Henson1-1/+1
2006-11-06fix warningNils Larsch1-1/+1
2006-10-24Further mingw build procedure updates.Andy Polyakov1-1/+1
2006-10-21Rudimentary support for cross-compiling.Andy Polyakov1-3/+1
2006-09-22Buffer size handling fix for enc.Dr. Stephen Henson1-1/+7
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson3-2/+9
2006-08-20According to documentation, including time.h declares select() onRichard Levitte1-0/+1
2006-08-20Correct warnings about signedness.Richard Levitte1-7/+10
2006-07-25Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson1-3/+16
2006-07-21Avoid WIN32 warning.Dr. Stephen Henson1-1/+1
2006-07-21Avoid warnings.Dr. Stephen Henson1-1/+1
2006-07-17WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson1-4/+17
2006-07-17Add -timeout option to ocsp utility.Dr. Stephen Henson1-6/+94
2006-07-13There is should be no need to rewind the input stream any more.Dr. Stephen Henson1-5/+0
2006-07-12In genpkey, also look for algorithm string name in any supplied ENGINE.Dr. Stephen Henson1-0/+6
2006-07-10Update some usage messages.Dr. Stephen Henson2-7/+16
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson3-0/+59
2006-06-15Call 'print_stuff' even if a handshake failed.Bodo Möller1-4/+6
2006-06-14Fix a bug recently introduced when updating this file to use the newBodo Möller1-16/+15
2006-06-09Camellia cipher, contributed by NTTBodo Möller11-28/+219
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2-35/+74
2006-06-01Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson1-0/+10
2006-06-01Because all object files are now in a file, we don't need to mentionRichard Levitte1-2/+2
2006-05-26Fix warnings.Dr. Stephen Henson2-2/+3
2006-05-26Update pkeyutl to use size_t for pkey functions.Dr. Stephen Henson1-11/+11
2006-05-25Signed vs. unsigned conflictRichard Levitte1-5/+5
2006-05-25There was a problem with too long command lines, so I rebuilt to makeRichard Levitte1-90/+97
2006-05-25Allow any supported cipher to be used with smime -encrypt.Dr. Stephen Henson1-1/+1
2006-05-22Fix smime -pk7out.Dr. Stephen Henson1-1/+1
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson1-65/+84
2006-05-18Multiple signer support in smime application.Dr. Stephen Henson1-6/+92
2006-05-18Reformat smime.c utility.Dr. Stephen Henson1-124/+57
2006-05-17New option to pkcs12 utility to set alternative MAC digest algorithm.Dr. Stephen Henson1-1/+18
2006-05-17Don't try to print PBE information if it can't be decoded.Dr. Stephen Henson1-2/+4
2006-05-17Oops...Dr. Stephen Henson1-8/+18
2006-05-17HMAC OIDs from RFC4231.Dr. Stephen Henson1-18/+8
2006-05-16Gather keygen options in req and only use them after all other options haveDr. Stephen Henson1-19/+33