summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-04-29crl: noout is not an output itemTomas Mraz
2021-04-29runchecker: fix no-sock build by conditioning clean up on the NO_SOCK symbol.Pauli
2021-04-28Add X509 version constants.David Benjamin
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-24APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()Dr. David von Oheimb
2021-04-22apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() fu...Dr. David von Oheimb
2021-04-22Remove an unused parameterRich Salz
2021-04-22Read a REQUEST not RESPONSE in ocsp responderRich Salz
2021-04-22Force public key to be included unless explicitly excluded with -no_publicWolf
2021-04-22Update copyright yearMatt Caswell
2021-04-21Use build.info not file-wide ifndefRich Salz
2021-04-21apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb
2021-04-20Flip ordering backRich Salz
2021-04-20Fetch before get-by-nameRich Salz
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-19PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb
2021-04-19Avoid more MSVC-specific C runtime library functionsTanzinul Islam
2021-04-19Build resource filesTanzinul Islam
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-17apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz
2021-04-14apps/cmp: Add generic random state options, e.g., for nonce generationDr. David von Oheimb
2021-04-14APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-13apps: call ERR_print_errors when OSSL_PROVIDER_load failsPetr Gotthard
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-09apps: fix warning about size_t / int conversionArmin Fuerst
2021-04-09crl2pkcs7 shouldn't include empty optional setsDave Coombs
2021-04-08apps: fix Camellia CBC performance loopPauli
2021-04-08Update copyright yearMatt Caswell
2021-04-08apps: fix AES CBC performance loopPauli
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao
2021-04-02APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte
2021-04-01Avoid going through NID when unnecessaryTomas Mraz
2021-03-30doc: fix enc -z option documentationMohamed Akram
2021-03-30apps: fix coverity 1474463, 1474465 & 1474467: resource leaksPauli
2021-03-26apps: fix coverity 1455340: unchecked return valuePauli
2021-03-26apps: fix coverity 1358776, 1451513, 1451519, 1451531 & 1473387: unchecked re...Pauli
2021-03-26apps: fix coverity 1470781: explicit null dereferencePauli
2021-03-24Make fipsinstall -out flag optionalRich Salz
2021-03-24apps: fix coverity 1451544: improper use of negative valuePauli
2021-03-24apps: fix coverity 271258: improper use of negative valuePauli
2021-03-22APPS: fix load_certs_multifile() interpreting backslashesDr. David von Oheimb
2021-03-20apps: fix Coverity 1472670 & 1472685: resource leaksPauli
2021-03-18apps: fix coverity 966560: division by zeroPauli
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb