summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-05-21Indent and dead code cleanupFdaSilvaYY
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-20Fixup READLINE caseRichard Levitte
2016-05-19Use correct EOL in headers.Dr. Stephen Henson
2016-05-19Check that the obtained public key is validMatt Caswell
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-18Fix ts app help messageFdaSilvaYY
2016-05-18Locally declare some variablesFdaSilvaYY
2016-05-18Few cleanups in s_client, s_server apps.FdaSilvaYY
2016-05-17X509_STORE_CTX accessors.Rich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-17Fix typos in apps/enc.cKurt Cancemi
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-16Use app_malloc; two missing cases.Rich Salz
2016-05-16Don't load same config file twice.Dr. Stephen Henson
2016-05-13Fix signer option and support format SMIME.Dr. Stephen Henson
2016-05-12Fix uninitialized variableRich Salz
2016-05-12Correctly check for trailing digest options.Dr. Stephen Henson
2016-05-12Restore support for ENGINE format keys in apps.Dr. Stephen Henson
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson
2016-05-11Update pkcs8 defaults.Dr. Stephen Henson
2016-05-11Add -signcert to CA.pl usage message.Dr. Stephen Henson
2016-05-10Add a couple of checks to prime app.Dr. Stephen Henson
2016-05-10Add -srp option to ciphers command.Dr. Stephen Henson
2016-05-10IRIX fixes.Andy Polyakov
2016-05-09Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen
2016-05-09Fix error in the loop of ECDHAndrea Grandi
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-05Handle no async jobs in libsslMatt Caswell
2016-05-05remove unused macros in list -disabledJ Mohan Rao Arisankala
2016-05-04Check return of PEM_write_* functions and report possible errorsRichard Levitte
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-05-04Remove stale errors from early connection attempts in a clientMatt Caswell
2016-05-03Update Diffie-Hellman parameters to IANA standardsChristian Bundy
2016-04-29Don't use an uninitialised variable in srp applicationMatt Caswell
2016-04-29Check for a NULL return value from a call to X509_STORE_CTX_new()Matt Caswell
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-29make updateRichard Levitte
2016-04-29apps/progs.pl: don't make digests disablable by defaultRichard Levitte
2016-04-28various spelling fixesFdaSilvaYY
2016-04-27Fix no-engine no-ui.Ben Laurie
2016-04-27Fix passwd seg faultMatt Caswell
2016-04-26Remove the never-functional no-sctBenjamin Kaduk
2016-04-26Remove some OPENSSL_NO_SHA that snuck inBenjamin Kaduk
2016-04-25Fix NULL deref in apps/pkcs7Rich Salz
2016-04-21Fix no-ocsp on Windows (and probably VMS)Matt Caswell
2016-04-21Remove some unneccessary assignments to argcMatt Caswell
2016-04-21Remove some unused argc assignmentsMatt Caswell
2016-04-21Add missing return value check in pkcs8 appMatt Caswell
2016-04-21Add missing return value checksMatt Caswell