summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* app: add a deprecation warning to all deprecated commands.Pauli2020-02-111-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-071-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
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* openssl list -mac-algorithms support.Pauli2018-11-011-1/+20
* 'openssl list': add option -objects to list built in objectsRichard Levitte2018-10-011-1/+57
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-3/+3
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+3
* initialise dc variable to satisfy old compilers.Steve Linsell2018-02-221-1/+1
* Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte2018-02-011-0/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-1/+2
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Add the possibility to do 'openssl help [command]'Richard Levitte2018-01-061-0/+10
* apps: make sure prog_init only calculates onceRichard Levitte2018-01-061-2/+9
* In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte2017-12-081-2/+2
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-1/+1
* Disabled list doesn't contain SM3 and SM4.Pauli2017-11-061-0/+6
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Move OPENSSL_CONF from e_os.h to cryptlib.hPauli2017-08-291-0/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+0
* Dead code elimination.Pauli2017-08-221-9/+0
* Check # of arguments for remaining commands.Rich Salz2017-08-211-4/+7
* Determine the number of output columns for the list and help commands usingPauli2017-08-161-15/+35
* Doc fixesRich Salz2017-08-141-18/+61
* Add list -public-key-methodsDr. Stephen Henson2017-07-301-1/+23
* Standardize apps use of -rand, etc.Rich Salz2017-07-171-0/+1
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-4/+0
* When apps_startup() fails, exit with a failure code and a messageRichard Levitte2017-07-011-1/+6