aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-265-42/+299
* fix length parameter in SSL_set_tlsext_opaque_prf_input() callsBodo Möller2007-09-232-2/+2
* Implement the Opaque PRF Input TLS extensionBodo Möller2007-09-213-0/+17
* Fix dependencies. Make depend.Ben Laurie2007-09-191-6/+5
* Typo? Why did this work, anyway?Ben Laurie2007-09-081-1/+1
* Fix warning: print format option not compatible with size_t.Dr. Stephen Henson2007-09-071-1/+1
* Fix another warning.Dr. Stephen Henson2007-09-071-1/+1
* Add usage message for -sess_out, -sess_inDr. Stephen Henson2007-08-231-0/+2
* Docs and usage messages for RFC4507bis support.Dr. Stephen Henson2007-08-232-0/+4
* Fix warning and make no-tlsext work.Dr. Stephen Henson2007-08-121-1/+1
* Fix warnings.Dr. Stephen Henson2007-08-126-13/+13
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-114-0/+158
* Proper support for shared build under MacOS X.Andy Polyakov2007-07-311-5/+1
* document -S and -nopad options in usage informationBodo Möller2007-07-311-0/+2
* Typo.Dr. Stephen Henson2007-05-211-1/+1
* Fixes for dgst tool. Initialize md_name, sig_name properly. Return error codeDr. Stephen Henson2007-05-212-15/+12
* Set len to buffer size.Dr. Stephen Henson2007-05-171-0/+1
* Prepend signature name in dgst output.Dr. Stephen Henson2007-05-171-19/+30
* Use default md if none specified in dgst utility.Dr. Stephen Henson2007-05-171-6/+16
* Use EVP_DigestVerify() in dgst.c if verifying.Dr. Stephen Henson2007-05-171-1/+6
* PR: 1516Dr. Stephen Henson2007-05-161-14/+5
* More IGE speedup.Ben Laurie2007-05-131-3/+3
* AES IGE mode speedup.Ben Laurie2007-05-131-3/+61
* Improve error detection when streaming S/MIME.Dr. Stephen Henson2007-05-101-3/+10
* Bug in apps/dgst.c.Andy Polyakov2007-04-301-2/+2
* Add SEED encryption algorithm.Bodo Möller2007-04-2311-36/+130
* Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson2007-04-131-4/+14
* New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2007-04-113-30/+76
* New -sigopt option for dgst utility.Dr. Stephen Henson2007-04-081-13/+56
* Yet another resource leak. Coverity ID 123.Ben Laurie2007-04-071-0/+1
* Free memory. Coverity ID 62.Ben Laurie2007-04-051-0/+1
* Resource leak.Ben Laurie2007-04-041-0/+2
* Don't free a NULL. Coverity ID 112.Ben Laurie2007-04-041-2/+2
* Return an error if the serial number is badly formed. (Coverity ID 116).Ben Laurie2007-04-041-0/+2
* Die if serial number is invalid.Ben Laurie2007-04-041-0/+1
* Apply a more modern way to get the definition of select(), except for VMS.Richard Levitte2007-03-291-1/+6
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-231-0/+2
* Fix problem with multi line responses in -starttls by using a bufferingLutz Jänicke2007-02-221-8/+31
* Extend SMTP and IMAP protocol handling to perform the requiredLutz Jänicke2007-02-211-1/+31
* Updates from 0.9.8-stable branch.Dr. Stephen Henson2007-02-182-2/+2
* Add STARTTLS support for IMAP and FTP.Richard Levitte2007-02-161-8/+44
* Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2007-02-081-7/+37
* 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