aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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