summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-01-08Adding TLS group name retrievalMichael Baentsch
2020-12-23Fetch provided algorithm once per benchmarkDmitry Belyavskiy
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-17dsa: apps deprecation changesPauli
2020-12-17apps/cmp.c: Correct -keyform option range w.r.t engineDr. David von Oheimb
2020-12-17apps/cmp.c: Fix bug on -path option introduced in commit 3c9d6266ed85Dr. David von Oheimb
2020-12-16Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-12-15APPS: Correct the output structure for public keys in 'openssl rsa'Richard Levitte
2020-12-15Check non-option argumentsRich Salz
2020-12-15Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy
2020-12-15Deprecate -cipher-commands and -digest-commands optionsDmitry Belyavskiy
2020-12-15OPENSSL_NO_GOST has nothing to do with low-level algosDmitry Belyavskiy
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb
2020-12-10apps/x509.c: Factor out common aspects of X509 signingDr. David von Oheimb
2020-12-10apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb
2020-12-10apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb
2020-12-10apps/req.c: Improve diagnostics on multiple/overriding X.509 extensions defin...Dr. David von Oheimb
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