aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-12app: add a deprecation warning to all deprecated commands.Pauli1-0/+13
2019-12-18APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte1-12/+3
2019-12-14Deprecate most of debug-memoryRich Salz1-9/+0
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell1-1/+2
2019-11-22main: avoid a NULL dereference on initialisation.Pauli1-0/+7
2019-11-20Document command parameters.Rich Salz1-2/+4
2019-11-08Add "sections" to -help outputRich Salz1-0/+2
2019-07-24Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre1-1/+0
2019-07-15Move the code for 'openssl list' to its own translation unit.Richard Levitte1-511/+1
2019-07-15Refactor apps/progs.* to be generate with 'make update'Richard Levitte1-1/+0
2019-06-21Print thread IDs nicely.Pauli1-11/+8
2019-06-20test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte1-1/+7
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