summaryrefslogtreecommitdiff
path: root/apps/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Replace BIO_free(bio_err) with BIO_free_all(bio_err)xkernel2022-10-211-1/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-1/+1
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-3/+3
* Clean up on failed BIO creationyuanjungong2021-10-221-1/+4
* Fully initialise cipher/digest app handlesViktor Dukhovni2021-10-011-0/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb2021-01-111-5/+9
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-111-15/+10
* Check non-option argumentsRich Salz2020-12-151-0/+1
* APPS: Add OSSL_STORE loader for engine keysRichard Levitte2020-12-021-0/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* apps: remove internal/cryptlib.h include that isn't usedPauli2020-10-071-4/+9
* apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb2020-09-101-1/+1
* Test RSA oaep in fips modeShane Lontis2020-07-231-1/+16
* apps/openssl: clean-up of unused fallback codeRichard Levitte2020-06-281-6/+0
* apps: avoid memory overrun.Pauli2020-06-241-1/+1
* APPS: Fix invoking openssl without a commandSebastian Andrzej Siewior2020-06-231-1/+3
* Fix segfault in openssl app called with no args.Shane Lontis2020-06-181-2/+7
* APPS: Drop interactive mode in the 'openssl' programRichard Levitte2020-06-051-89/+8
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-021-22/+4
* Remove getenv(OPENSSL_FIPS) in openssl commandBernd Edlinger2020-06-011-5/+0
* Update copyright yearMatt Caswell2020-04-231-1/+1
* openssl: include the version a command was deprecated in the output text.Pauli2020-04-191-7/+10
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-0/+1
* app: add a deprecation warning to all deprecated commands.Pauli2020-02-121-0/+13
* APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte2019-12-181-12/+3
* Deprecate most of debug-memoryRich Salz2019-12-141-9/+0
* Check the return from OPENSSL_buf2hexstr()Matt Caswell2019-11-291-1/+2
* main: avoid a NULL dereference on initialisation.Pauli2019-11-221-0/+7
* Document command parameters.Rich Salz2019-11-201-2/+4
* Add "sections" to -help outputRich Salz2019-11-081-0/+2
* Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre2019-07-241-1/+0
* Move the code for 'openssl list' to its own translation unit.Richard Levitte2019-07-151-511/+1
* Refactor apps/progs.* to be generate with 'make update'Richard Levitte2019-07-151-1/+0
* Print thread IDs nicely.Pauli2019-06-211-11/+8
* test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte2019-06-201-1/+7
* trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre2019-03-301-1/+1
* trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre2019-03-301-18/+34
* trace: don't pretend success if it's not enabledDr. Matthias St. Pierre2019-03-291-0/+5
* Remove heartbeats completelyRichard Levitte2019-03-291-3/+0
* Correctly zero the DISPLAY_COLUMNS structure.Pauli2019-03-291-1/+2
* trace: ensure correct groupingDr. Matthias St. Pierre2019-03-151-0/+7
* trace: don't leak the line prefixDr. Matthias St. Pierre2019-03-151-20/+16
* Fix typo in ifndef OPENSSL_NO_ENGINES.Darren Tucker2019-03-101-1/+1
* Print all loaded engines with openssl list -enginesTomas Mraz2019-03-091-2/+24
* apps/openssl.c: avoid memory leaksRichard Levitte2019-03-061-1/+22
* apps/openssl.c: Adapt to enable tracing outputRichard Levitte2019-03-061-1/+93
* VMS: move copy_argc to its own module and make it an aux sourceRichard Levitte2019-03-051-3/+1