summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis
2020-12-04apps/verify:c: Enable output of multiple verification errors due to -x509_strictDr. David von Oheimb
2020-12-04apps/speed.c: Rename misleading 'rsa_count' variable to 'op_count'Dr. David von Oheimb
2020-12-04apps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA,EC,DEPECATED_3_0}Dr. David von Oheimb
2020-12-04Fix no-dsaMatt Caswell
2020-12-03apps/pkcs12.c: Improve user guidance, re-ordering no-export vs. export optionsDr. 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-12-02openssl dgst: add option to specify output length for XOFDaiki Ueno
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-12-01apps/pkcs12.c: Correct default legacy algs and make related doc consistentDr. David von Oheimb
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell
2020-11-26Fix no-posix-ioMatt Caswell
2020-11-26APPS: Modify apps/cmp.c to use set_base_ui_method() for its -batch optionRichard Levitte
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/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