]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/openssl.c
OPENSSL_s390xcap.pod: list msa9 facility bit (155)
[thirdparty/openssl.git] / apps / openssl.c
2019-07-24  Dr. Matthias St... Remove HEADER_X509_H and HEADER_SSL_H include detectors...
2019-07-15  Richard LevitteMove the code for 'openssl list' to its own translation...
2019-07-15  Richard LevitteRefactor apps/progs.* to be generate with 'make update'
2019-06-20  PauliPrint thread IDs nicely.
2019-06-20  Richard Levittetest/testutil/init.c, apps/openssl.c: add trace cleanup...
2019-03-29  Dr. Matthias St... trace: rename the default trace category from 'ANY...
2019-03-29  Dr. Matthias St... trace: apps/openssl: print the correct category name
2019-03-29  Dr. Matthias St... trace: don't pretend success if it's not enabled
2019-03-29  Richard LevitteRemove heartbeats completely
2019-03-29  PauliCorrectly zero the DISPLAY_COLUMNS structure.
2019-03-15  Dr. Matthias St... trace: ensure correct grouping
2019-03-15  Dr. Matthias St... trace: don't leak the line prefix
2019-03-10  Darren TuckerFix typo in ifndef OPENSSL_NO_ENGINES.
2019-03-08  Tomas MrazPrint all loaded engines with openssl list -engines
2019-03-06  Richard Levitteapps/openssl.c: avoid memory leaks
2019-03-06  Richard Levitteapps/openssl.c: Adapt to enable tracing output
2019-03-05  Richard LevitteVMS: move copy_argc to its own module and make it an...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-01  Pauliopenssl list -mac-algorithms support.
2018-10-01  Richard Levitte'openssl list': add option -objects to list built in...
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2018-03-19  Jack LloydAdd SM2 signature and ECIES schemes
2018-02-22  Steve Linsellinitialise dc variable to satisfy old compilers.
2018-02-01  Richard LevitteMake sure that apps/openssl prefixes its output with...
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-06  Richard LevitteAdd the possibility to do 'openssl help [command]'
2018-01-06  Richard Levitteapps: make sure prog_init only calculates once
2017-12-08  Richard LevitteIn apps_startup(), call OPENSSL_init_ssl() rather than...
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-11-06  PauliDisabled list doesn't contain SM3 and SM4.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-29  PauliMove OPENSSL_CONF from e_os.h to cryptlib.h
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-08-22  PauliDead code elimination.
2017-08-21  Rich SalzCheck # of arguments for remaining commands.
2017-08-16  PauliDetermine the number of output columns for the list...
2017-08-14  Rich SalzDoc fixes
2017-07-29  Dr. Stephen HensonAdd list -public-key-methods
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-01  Richard LevitteWhen apps_startup() fails, exit with a failure code...
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-02-28  Emilia KasperClean up references to FIPS
2017-02-21  PauliImplementation of the ARIA cipher as described in RFC...
2017-02-07  PauliRemove unused variable
2017-01-17  EasySecFix list -disabled for blake2 alg
2016-11-15  Richard LevitteRevert "Remove heartbeats completely"
2016-11-15  Richard LevitteRemove heartbeats completely
2016-10-14  FdaSilvaYYConstify command options
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-09-13  Rich SalzAdd --missing-help to list command
2016-08-01  Andy Polyakovapps/openssl.c: UTF-y Windows argv.
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-05-20  Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-20  Richard LevitteFixup READLINE case
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-05  J Mohan Rao Arisankalaremove unused macros in list -disabled
2016-04-26  Benjamin KadukRemove the never-functional no-sct
2016-04-21  Matt CaswellRemove some unneccessary assignments to argc
2016-04-21  Matt CaswellFix some code maintenance issues
2016-04-13  Matt CaswellRemove OPENSSL_NO_HMAC
2016-04-13  Matt CaswellRemove OPENSSL_NO_SHA guards
2016-04-13  Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-01  Richard LevitteForce argv to be an array of long pointers on VMS
2016-03-31  Richard LevitteFix "no-ui" configuration
2016-03-30  Richard LevitteFix pointer size issues with argv on VMS
2016-03-21  Richard LevitteJust like bio_out, bio_err needs the linebuffer filter...
2016-03-19  Viktor DukhovniRevert "Include progs.h directly in openssl.c instead...
2016-03-19  Richard LevitteInclude progs.h directly in openssl.c instead of via...
2016-03-11  Bill CoxAdd blake2 support.
2016-03-09  Matt CaswellRemove the old threading API
2016-02-17  Rich SalzRemove JPAKE
2016-02-11  Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-10  Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09  Matt CaswellUpdates for auto init/deinit review comments
2016-02-09  Matt CaswellGet the apps to use auto-init/de-init
2016-02-05  Dr. Stephen HensonIf memory debugging enabled return error on leaks.
2016-01-19  Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-13  Richard LevitteDon't return from main(), use EXIT() instead
2016-01-11  Dr. Stephen HensonAdd lh_new() inlining
2016-01-11  Dr. Stephen HensonInline LHASH_OF
2016-01-11  Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-07  Rich Salzmem functions cleanup
2015-12-22  Dr. Stephen HensonAdd ssl configuration support to s_server and s_client
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-12  Kurt RoeckxUse OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-16  Dmitry BelyavskyFix error message when loading engines from config
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-30  Ben LaurieDisplay brief help if no options for list.
2015-09-24  Rich SalzRestore the old interactive prompt.
2015-09-19  Richard LevitteFinally, remove a possibly disabled feature
2015-09-19  Richard LevitteAdd more features that may be disabled
2015-09-19  Richard LevitteAdd more features that may be disabled
2015-09-19  Richard LevitteAdd more features that may be disabled
2015-09-19  Richard LevitteAdd more features that may be disabled
2015-09-19  Richard LevitteSort the disabled features alphabetically
next