summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Indent and dead code cleanupFdaSilvaYY2016-05-212-44/+43
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-202-3/+3
* Fixup READLINE caseRichard Levitte2016-05-201-1/+1
* Use correct EOL in headers.Dr. Stephen Henson2016-05-192-6/+10
* Check that the obtained public key is validMatt Caswell2016-05-191-0/+4
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-181-0/+1
* Fix ts app help messageFdaSilvaYY2016-05-181-2/+2
* Locally declare some variablesFdaSilvaYY2016-05-182-6/+5
* Few cleanups in s_client, s_server apps.FdaSilvaYY2016-05-183-36/+26
* X509_STORE_CTX accessors.Rich Salz2016-05-172-4/+4
* Copyright consolidation 01/10Rich Salz2016-05-1758-3766/+342
* Fix typos in apps/enc.cKurt Cancemi2016-05-171-2/+2
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+4
* Use app_malloc; two missing cases.Rich Salz2016-05-162-2/+2
* Don't load same config file twice.Dr. Stephen Henson2016-05-164-4/+4
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-134-10/+13
* Fix uninitialized variableRich Salz2016-05-121-1/+1
* Correctly check for trailing digest options.Dr. Stephen Henson2016-05-121-1/+11
* Restore support for ENGINE format keys in apps.Dr. Stephen Henson2016-05-123-9/+22
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-122-9/+12
* Update pkcs8 defaults.Dr. Stephen Henson2016-05-111-2/+4
* Add -signcert to CA.pl usage message.Dr. Stephen Henson2016-05-111-1/+1
* Add a couple of checks to prime app.Dr. Stephen Henson2016-05-101-0/+8
* Add -srp option to ciphers command.Dr. Stephen Henson2016-05-101-0/+21
* IRIX fixes.Andy Polyakov2016-05-101-0/+3
* Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen2016-05-091-12/+5
* Fix error in the loop of ECDHAndrea Grandi2016-05-091-14/+14
* fix tab-space mixed indentationFdaSilvaYY2016-05-092-4/+4
* Handle no async jobs in libsslMatt Caswell2016-05-052-0/+13
* remove unused macros in list -disabledJ Mohan Rao Arisankala2016-05-051-6/+0
* Check return of PEM_write_* functions and report possible errorsRichard Levitte2016-05-041-4/+5
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-0413-32/+33
* Remove stale errors from early connection attempts in a clientMatt Caswell2016-05-041-0/+2
* Update Diffie-Hellman parameters to IANA standardsChristian Bundy2016-05-033-31/+34
* Don't use an uninitialised variable in srp applicationMatt Caswell2016-04-291-2/+1
* Check for a NULL return value from a call to X509_STORE_CTX_new()Matt Caswell2016-04-291-1/+1
* Fix building with -DCHARSET_EBCDICMatt Caswell2016-04-291-39/+54
* make updateRichard Levitte2016-04-291-2/+0
* apps/progs.pl: don't make digests disablable by defaultRichard Levitte2016-04-291-1/+1
* various spelling fixesFdaSilvaYY2016-04-281-2/+2
* Fix no-engine no-ui.Ben Laurie2016-04-271-0/+2
* Fix passwd seg faultMatt Caswell2016-04-271-0/+1
* Remove the never-functional no-sctBenjamin Kaduk2016-04-261-3/+0
* Remove some OPENSSL_NO_SHA that snuck inBenjamin Kaduk2016-04-262-15/+0
* Fix NULL deref in apps/pkcs7Rich Salz2016-04-251-4/+8
* Fix no-ocsp on Windows (and probably VMS)Matt Caswell2016-04-211-0/+1
* Remove some unneccessary assignments to argcMatt Caswell2016-04-212-4/+2
* Remove some unused argc assignmentsMatt Caswell2016-04-212-2/+0
* Add missing return value check in pkcs8 appMatt Caswell2016-04-211-1/+4
* Add missing return value checksMatt Caswell2016-04-211-3/+14