aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre1-1/+1
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre1-18/+34
2019-03-29trace: don't pretend success if it's not enabledDr. Matthias St. Pierre1-0/+5
2019-03-29Remove heartbeats completelyRichard Levitte1-3/+0
2019-03-29Correctly zero the DISPLAY_COLUMNS structure.Pauli1-1/+2
2019-03-15trace: ensure correct groupingDr. Matthias St. Pierre1-0/+7
2019-03-15trace: don't leak the line prefixDr. Matthias St. Pierre1-20/+16
2019-03-10Fix typo in ifndef OPENSSL_NO_ENGINES.Darren Tucker1-1/+1
2019-03-09Print all loaded engines with openssl list -enginesTomas Mraz1-2/+24
2019-03-06apps/openssl.c: avoid memory leaksRichard Levitte1-1/+22
2019-03-06apps/openssl.c: Adapt to enable tracing outputRichard Levitte1-1/+93
2019-03-05VMS: move copy_argc to its own module and make it an aux sourceRichard Levitte1-3/+1
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-11-02openssl list -mac-algorithms support.Pauli1-1/+20
2018-10-01'openssl list': add option -objects to list built in objectsRichard Levitte1-1/+57
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-3/+3
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd1-0/+3
2018-02-22initialise dc variable to satisfy old compilers.Steve Linsell1-1/+1
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte1-0/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-1/+2
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte1-1/+1
2018-01-06Add the possibility to do 'openssl help [command]'Richard Levitte1-0/+10
2018-01-06apps: make sure prog_init only calculates onceRichard Levitte1-2/+9
2017-12-08In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte1-2/+2
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-1/+1
2017-11-06Disabled list doesn't contain SM3 and SM4.Pauli1-0/+6
2017-10-18Remove parentheses of return.KaoruToda1-4/+4
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli1-0/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-1/+0
2017-08-22Dead code elimination.Pauli1-9/+0
2017-08-21Check # of arguments for remaining commands.Rich Salz1-4/+7
2017-08-17Determine the number of output columns for the list and help commands usingPauli1-15/+35
2017-08-14Doc fixesRich Salz1-18/+61
2017-07-29Add list -public-key-methodsDr. Stephen Henson1-1/+23
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-0/+1
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-4/+0
2017-07-01When apps_startup() fails, exit with a failure code and a messageRichard Levitte1-1/+6
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-8/+8
2017-02-28Clean up references to FIPSEmilia Kasper1-10/+0
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli1-1/+4
2017-02-07Remove unused variablePauli1-3/+0
2017-01-17Fix list -disabled for blake2 algEasySec1-1/+1
2016-11-15Revert "Remove heartbeats completely"Richard Levitte1-0/+3
2016-11-15Remove heartbeats completelyRichard Levitte1-3/+0
2016-10-14Constify command optionsFdaSilvaYY1-3/+3
2016-09-22Add -Wswitch-enumRich Salz1-5/+11
2016-09-13Add --missing-help to list commandRich Salz1-1/+24
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov1-0/+5
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY1-1/+0