summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2023-09-18APPS: remove duplicate definition of `trace_data_stack`Matthias St. Pierre
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-05-18Add support for --version and synonymsMarc Brooks
2022-10-21Replace BIO_free(bio_err) with BIO_free_all(bio_err)xkernel
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-10-22Clean up on failed BIO creationyuanjungong
2021-10-01Fully initialise cipher/digest app handlesViktor Dukhovni
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
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