aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-093-0/+59
* Call 'print_stuff' even if a handshake failed.Bodo Möller2006-06-151-4/+6
* Fix a bug recently introduced when updating this file to use the newBodo Möller2006-06-141-16/+15
* Camellia cipher, contributed by NTTBodo Möller2006-06-0911-28/+219
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-052-35/+74
* Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2006-06-011-0/+10
* Because all object files are now in a file, we don't need to mentionRichard Levitte2006-06-011-2/+2
* Fix warnings.Dr. Stephen Henson2006-05-262-2/+3
* Update pkeyutl to use size_t for pkey functions.Dr. Stephen Henson2006-05-261-11/+11
* Signed vs. unsigned conflictRichard Levitte2006-05-251-5/+5
* There was a problem with too long command lines, so I rebuilt to makeRichard Levitte2006-05-251-90/+97
* Allow any supported cipher to be used with smime -encrypt.Dr. Stephen Henson2006-05-251-1/+1