summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2007-09-28Typo.Dr. Stephen Henson
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-09-23fix length parameter in SSL_set_tlsext_opaque_prf_input() callsBodo Möller
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
2007-09-19Fix dependencies. Make depend.Ben Laurie
2007-09-08Typo? Why did this work, anyway?Ben Laurie
2007-09-07Fix warning: print format option not compatible with size_t.Dr. Stephen Henson
2007-09-07Fix another warning.Dr. Stephen Henson
2007-08-23Add usage message for -sess_out, -sess_inDr. Stephen Henson
2007-08-23Docs and usage messages for RFC4507bis support.Dr. Stephen Henson
2007-08-12Fix warning and make no-tlsext work.Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2007-07-31Proper support for shared build under MacOS X.Andy Polyakov
2007-07-31document -S and -nopad options in usage informationBodo Möller
2007-05-21Typo.Dr. Stephen Henson
2007-05-21Fixes for dgst tool. Initialize md_name, sig_name properly. Return error codeDr. Stephen Henson
2007-05-17Set len to buffer size.Dr. Stephen Henson
2007-05-17Prepend signature name in dgst output.Dr. Stephen Henson
2007-05-17Use default md if none specified in dgst utility.Dr. Stephen Henson
2007-05-17Use EVP_DigestVerify() in dgst.c if verifying.Dr. Stephen Henson
2007-05-16PR: 1516Dr. Stephen Henson
2007-05-13More IGE speedup.Ben Laurie
2007-05-13AES IGE mode speedup.Ben Laurie
2007-05-10Improve error detection when streaming S/MIME.Dr. Stephen Henson
2007-04-30Bug in apps/dgst.c.Andy Polyakov
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-04-13Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson
2007-04-08New -sigopt option for dgst utility.Dr. Stephen Henson
2007-04-07Yet another resource leak. Coverity ID 123.Ben Laurie
2007-04-05Free memory. Coverity ID 62.Ben Laurie
2007-04-04Resource leak.Ben Laurie
2007-04-04Don't free a NULL. Coverity ID 112.Ben Laurie
2007-04-04Return an error if the serial number is badly formed. (Coverity ID 116).Ben Laurie
2007-04-04Die if serial number is invalid.Ben Laurie
2007-03-29Apply a more modern way to get the definition of select(), except for VMS.Richard Levitte
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson
2007-02-22Fix problem with multi line responses in -starttls by using a bufferingLutz Jänicke
2007-02-21Extend SMTP and IMAP protocol handling to perform the requiredLutz Jänicke
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson
2007-02-16Add STARTTLS support for IMAP and FTP.Richard Levitte
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson
2006-12-27fix return value of get_cert_chain()Nils Larsch
2006-12-25Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will seeRichard Levitte
2006-12-21update pkcs12 help message + manpageNils Larsch
2006-12-13properly initialize SSL context, check return valueNils Larsch
2006-12-05return 0 if 'noout' is used and no error has occurredNils Larsch
2006-12-01add support for whirlpool in apps/speedNils Larsch
2006-11-29replace macros with functionsNils Larsch