summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix missing break in option parsingMatt Caswell2016-04-211-0/+1
* Remove some dead codeMatt Caswell2016-04-211-4/+0
* Fix some code maintenance issuesMatt Caswell2016-04-215-5/+1
* Update copyright; generated files.Rich Salz2016-04-201-6/+7
* Remove --classic build entirelyRichard Levitte2016-04-201-159/+0
* Fix no-sock on WindowsMatt Caswell2016-04-201-5/+10
* Don't use select on WindowsMatt Caswell2016-04-201-0/+3
* Copyright consolidation: perl filesRich Salz2016-04-203-14/+20
* Make string_to_hex/hex_to_string publicRich Salz2016-04-187-47/+9