summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2017-11-06Disabled list doesn't contain SM3 and SM4.Pauli
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-22Dead code elimination.Pauli
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-08-17Determine the number of output columns for the list and help commands usingPauli
2017-08-14Doc fixesRich Salz
2017-07-29Add list -public-key-methodsDr. Stephen Henson
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-07-01When apps_startup() fails, exit with a failure code and a messageRichard Levitte
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-07Remove unused variablePauli
2017-01-17Fix list -disabled for blake2 algEasySec
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-09-22Add -Wswitch-enumRich Salz
2016-09-13Add --missing-help to list commandRich Salz
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-20Fixup READLINE caseRichard Levitte
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-05remove unused macros in list -disabledJ Mohan Rao Arisankala
2016-04-26Remove the never-functional no-sctBenjamin Kaduk
2016-04-21Remove some unneccessary assignments to argcMatt Caswell
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-04-13Remove OPENSSL_NO_HMACMatt Caswell
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-30Fix pointer size issues with argv on VMSRichard Levitte
2016-03-21Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte
2016-03-19Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni
2016-03-19Include progs.h directly in openssl.c instead of via apps.hRichard Levitte
2016-03-11Add blake2 support.Bill Cox
2016-03-09Remove the old threading APIMatt Caswell
2016-02-17Remove JPAKERich Salz
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Get the apps to use auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson