aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* crl: noout is not an output itemTomas Mraz2021-04-291-1/+1
* runchecker: fix no-sock build by conditioning clean up on the NO_SOCK symbol.Pauli2021-04-291-0/+2
* Add X509 version constants.David Benjamin2021-04-283-4/+5
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-284-87/+65
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-2410-129/+150
* APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()Dr. David von Oheimb2021-04-241-2/+4
* apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() fu...Dr. David von Oheimb2021-04-223-14/+16
* Remove an unused parameterRich Salz2021-04-221-1/+1
* Read a REQUEST not RESPONSE in ocsp responderRich Salz2021-04-221-1/+1
* Force public key to be included unless explicitly excluded with -no_publicWolf2021-04-221-4/+10
* Update copyright yearMatt Caswell2021-04-222-2/+2
* Use build.info not file-wide ifndefRich Salz2021-04-212-31/+30
* apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb2021-04-211-10/+7
* Flip ordering backRich Salz2021-04-201-2/+2
* Fetch before get-by-nameRich Salz2021-04-201-2/+2
* Fetch and free cipher and md'sRich Salz2021-04-2023-53/+88
* PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb2021-04-191-1/+2
* Avoid more MSVC-specific C runtime library functionsTanzinul Islam2021-04-193-3/+3
* Build resource filesTanzinul Islam2021-04-191-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb2021-04-171-10/+10
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-1/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-1/+1
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-1/+1
* apps/cmp: Add generic random state options, e.g., for nonce generationDr. David von Oheimb2021-04-141-9/+18
* APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb2021-04-142-1/+4
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-1428-32/+75
* apps: call ERR_print_errors when OSSL_PROVIDER_load failsPetr Gotthard2021-04-131-0/+1
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-122-2/+2
* apps: fix warning about size_t / int conversionArmin Fuerst2021-04-092-3/+3
* crl2pkcs7 shouldn't include empty optional setsDave Coombs2021-04-091-7/+9
* apps: fix Camellia CBC performance loopPauli2021-04-081-1/+1
* Update copyright yearMatt Caswell2021-04-082-2/+2
* apps: fix AES CBC performance loopPauli2021-04-081-1/+1
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-083-7/+8
* Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao2021-04-073-4/+0
* APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte2021-04-021-6/+58
* Avoid going through NID when unnecessaryTomas Mraz2021-04-015-9/+8
* doc: fix enc -z option documentationMohamed Akram2021-03-301-1/+1
* apps: fix coverity 1474463, 1474465 & 1474467: resource leaksPauli2021-03-301-3/+4
* apps: fix coverity 1455340: unchecked return valuePauli2021-03-261-3/+5
* apps: fix coverity 1358776, 1451513, 1451519, 1451531 & 1473387: unchecked re...Pauli2021-03-261-17/+28
* apps: fix coverity 1470781: explicit null dereferencePauli2021-03-261-4/+4
* Make fipsinstall -out flag optionalRich Salz2021-03-241-5/+5
* apps: fix coverity 1451544: improper use of negative valuePauli2021-03-241-1/+4
* apps: fix coverity 271258: improper use of negative valuePauli2021-03-241-3/+5
* APPS: fix load_certs_multifile() interpreting backslashesDr. David von Oheimb2021-03-221-5/+1
* apps: fix Coverity 1472670 & 1472685: resource leaksPauli2021-03-201-7/+3
* apps: fix coverity 966560: division by zeroPauli2021-03-181-1/+2
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-3/+3