summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
2021-01-13apps/lib/opt.c: Fix error message on unknown option/digestDr. David von Oheimb
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-13apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb
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
2021-01-11apps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTPS is NULLDr. David von Oheimb
2021-01-08Adding TLS group name retrievalMichael Baentsch
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-15Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy
2020-12-10apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb
2020-12-02APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte
2020-12-02APPS: Add OSSL_STORE loader for engine keysRichard Levitte
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell
2020-11-26Fix no-posix-ioMatt Caswell
2020-11-26APPS: Make it possible for apps to set the base (fallback) UI_METHODRichard Levitte
2020-11-25Remove deprecation warning suppression from genpkeyMatt Caswell
2020-11-25apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb
2020-11-25APPS: Guard use of IPv6 functions and constants with a check of AF_INET6Richard Levitte
2020-11-20apps.c: re-enable loading single certs and CRLs over HTTPDr. David von Oheimb
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-10Remove some redundant error messages in the appsMatt Caswell
2020-11-10Fix the reading of DSA parameters files using the dsaparam appMatt Caswell
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-16Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-23list: add capability to print details about the current DRBGsPauli
2020-09-16generate_cookie_callback: free temporary memory on an error pathPauli
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb
2020-09-10apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb
2020-09-10apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb
2020-09-11Fix fipsinstall module pathShane Lontis
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb
2020-09-10app_load_config_bio(): fix crash on errorDr. David von Oheimb
2020-09-10apps.c: Fix mem leaks on error in load_certs() and load_crls()Dr. David von Oheimb
2020-09-10apps.c: Fix diagnostics and return value of load_key_certs_crls() on errorDr. David von Oheimb
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb
2020-08-27apps: -msg flag enhancement 1/2Marc