summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2022-01-18speed: rework if condition to avoid empty statementPauli
2022-01-18apps/ca: replace ;; with ; as statement separatorPauli
2022-01-14coverity 1497107: dereference after null checkPauli
2022-01-12pkeyutl: Fix regression with -kdflen optionTomas Mraz
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2022-01-11PKCS12 app: Improve readability w.r.t. enc_flag, renamed to enc_nameDr. David von Oheimb
2022-01-08apps.c: fix various coding style nits found by check-format.plDr. David von Oheimb
2022-01-07Fix: some patches related to error exitingPeiwei Hu
2022-01-07apps/cmp.c: fix coding style nits reported by check-format.plDr. David von Oheimb
2022-01-07APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb
2022-01-05Fix typosDimitris Apostolou
2022-01-05apps/passwd.c: free before error exitingPeiwei Hu
2022-01-04CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb
2022-01-04app_http_tls_cb: Fix double-free in case TLS not usedDr. David von Oheimb
2022-01-04HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb
2021-12-30APPS/cmp: improve diagnostics for presence of TLS optionsDr. David von Oheimb
2021-12-30OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb
2021-12-29Ensure s_client sends SNI data when used with -proxyMatt Caswell
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-15APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb
2021-12-13APPS/cmp: Simplify read_write_req_resp() - 'req' arg must not be NULL anywayDr. David von Oheimb
2021-12-10apps/s_server: Correct s_server to return the correct file pathTianjia Zhang
2021-12-10fix Coverity 1494649: dead codePauli
2021-12-09APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb
2021-12-09APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-12-02s_cb.c: check the return value of X509_get0_pubkey()x2018
2021-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x2018
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x2018
2021-11-25check the return value of OPENSSL_strdup to prevent potential memory access e...x2018
2021-11-24x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi
2021-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-17Fix verbosity of CMP client diagnosticsDr. David von Oheimb
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu
2021-11-16Abstract out policy and extensions in CA.plAndrew Galante
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
2021-11-09Fix sigsize usage in apps/speed.cXiaofei Bai
2021-11-08APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()Dr. David von Oheimb
2021-11-08APPS/cmp: make the -sans option support email addresses (type rfc822Name)Dr. David von Oheimb
2021-11-02Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-27speed: range check the argument given to -multiPauli
2021-10-25cmp.c: Avoid dereference with negative index and use memcpyTomas Mraz