summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2020-02-12app: add a deprecation warning to all deprecated commands.Pauli
2019-12-18APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte
2019-12-14Deprecate most of debug-memoryRich Salz
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell
2019-11-22main: avoid a NULL dereference on initialisation.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-07-24Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre
2019-07-15Move the code for 'openssl list' to its own translation unit.Richard Levitte
2019-07-15Refactor apps/progs.* to be generate with 'make update'Richard Levitte
2019-06-21Print thread IDs nicely.Pauli
2019-06-20test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre
2019-03-29trace: don't pretend success if it's not enabledDr. Matthias St. Pierre
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-29Correctly zero the DISPLAY_COLUMNS structure.Pauli
2019-03-15trace: ensure correct groupingDr. Matthias St. Pierre
2019-03-15trace: don't leak the line prefixDr. Matthias St. Pierre
2019-03-10Fix typo in ifndef OPENSSL_NO_ENGINES.Darren Tucker
2019-03-09Print all loaded engines with openssl list -enginesTomas Mraz
2019-03-06apps/openssl.c: avoid memory leaksRichard Levitte
2019-03-06apps/openssl.c: Adapt to enable tracing outputRichard Levitte
2019-03-05VMS: move copy_argc to its own module and make it an aux sourceRichard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-11-02openssl list -mac-algorithms support.Pauli
2018-10-01'openssl list': add option -objects to list built in objectsRichard Levitte
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