summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
2021-03-26apps: fix coverity 1455340: unchecked return valuePauli
2021-03-22APPS: fix load_certs_multifile() interpreting backslashesDr. David von Oheimb
2021-03-18apps.c: Fix missing newline in warn_cert_msg() outputDr. David von Oheimb
2021-03-15apps: Make load_key_certs_crls to read only what is expectedTomas Mraz
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-03-13apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb
2021-03-12Don't crash if the pkeyopt doesn't have a valueMatt Caswell
2021-03-11Check SSL_set1_chain error in set_cert_cbpanda
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-28apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb
2021-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb
2021-02-28apps: updates for the new additional MAC_init argumentsPauli
2021-02-18Don't forget the type of thing we are loadingMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Allow -rand to be repeatedRich Salz
2021-02-12Fetch cipher after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-02-05Switch to BIO_snprintf to avoid missing symbol problems on WindowsJon Spillett
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-20apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb
2021-01-20apps.c: Clean up copy_extensions()Dr. David von Oheimb
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