summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2021-01-11APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb
2021-01-11APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb
2020-12-15Check non-option argumentsRich Salz
2020-12-02APPS: Add OSSL_STORE loader for engine keysRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-07apps: remove internal/cryptlib.h include that isn't usedPauli
2020-09-10apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-06-28apps/openssl: clean-up of unused fallback codeRichard Levitte
2020-06-24apps: avoid memory overrun.Pauli
2020-06-23APPS: Fix invoking openssl without a commandSebastian Andrzej Siewior
2020-06-18Fix segfault in openssl app called with no args.Shane Lontis
2020-06-05APPS: Drop interactive mode in the 'openssl' programRichard Levitte
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
2020-06-01Remove getenv(OPENSSL_FIPS) in openssl commandBernd Edlinger
2020-04-23Update copyright yearMatt Caswell
2020-04-19openssl: include the version a command was deprecated in the output text.Pauli
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
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