summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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/cmp.c: Improve description of key loaded due to -newkew optionDr. David von Oheimb
2020-11-25APPS: Guard use of IPv6 functions and constants with a check of AF_INET6Richard Levitte
2020-11-24Undeprecate the -dsaparam option in the dhparam appMatt Caswell
2020-11-23Remove some unneeded variables from dhparamMatt Caswell
2020-11-23Add encoder support to dhparamMatt Caswell
2020-11-23Convert dhparam to be fully based on EVPMatt Caswell
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb
2020-11-20apps/cmp.c: Improve diagnostics on -server URL parse errorDr. David von Oheimb
2020-11-20apps/cmp.c: Add diagnostics on config file section(s) usedDr. David von Oheimb
2020-11-20apps.c: re-enable loading single certs and CRLs over HTTPDr. David von Oheimb
2020-11-19apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb
2020-11-19apps/storeutl: Add error output in case of parse/decryption/mac errors in inp...Dr. David von Oheimb
2020-11-19apps/pkcs12: Really do not perform MAC in case -nomacDr. David von Oheimb
2020-11-19apps/pkcs12: Do not prompt for password in case -nomac and -noenc/-nodesDr. David von Oheimb
2020-11-19Minor cleanup of error output for various appsDavid von Oheimb
2020-11-19apps/ca: Minor code and doc cleanupDavid von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell
2020-11-18Remove deprecated functionality from s_serverMatt Caswell
2020-11-13Remove -C option from x509 commandRich Salz
2020-11-13Remove -C from dhparam,dsaparam,ecparamRich Salz
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-12apps/passwd: remove the -crypt option.Pauli
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-11-10apps/cmp.c: Improve order of -path option: just after -serverDr. David von Oheimb
2020-11-05Check the configuration file by defaultDmitry Belyavskiy
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia
2020-10-20Prefix crlNumber output with 0x.Jacob Hoffman-Andrews
2020-10-16Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker
2020-10-16list: add a -provider-info option.Pauli
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Remove some more CMS key downgradesMatt Caswell
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-07apps: remove internal/cryptlib.h include that isn't usedPauli
2020-10-07Avoid memory leak of parent on allocation failure for child structureBenny Baumann
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-26Fix bug in EDDSA speed testShane Lontis
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-26Remove openssl provider appShane Lontis
2020-09-26Update openssl list to support new provider objects.Shane Lontis