summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2022-03-15Update copyright yearMatt Caswell
2022-03-03VMS: move copy_argc to its own module and make it an aux sourceRichard Levitte
2019-11-22main: avoid a NULL dereference on initialisation.Pauli
2019-09-10Update copyright yearMatt Caswell
2019-07-24Remove HEADER_X509_H include detector from appsDr. Matthias St. Pierre
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-02-22initialise dc variable to satisfy old compilers.Steve Linsell
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-06Add the possibility to do 'openssl help [command]'Richard Levitte
2018-01-06apps: make sure prog_init only calculates onceRichard Levitte
2017-12-08In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
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