summaryrefslogtreecommitdiffstats
path: root/apps/cmp.c
AgeCommit message (Expand)Author
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-09-20APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb
2022-09-07APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-11apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...Dr. David von Oheimb
2022-07-01apps/cmp.c: improve print_itavs()Dr. David von Oheimb
2022-07-01apps/cmp.c: Fix glitch in -newkeypass warning and extend warnings for genmDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-01-07apps/cmp.c: fix coding style nits reported by check-format.plDr. David von Oheimb
2022-01-05Fix typosDimitris Apostolou
2022-01-04CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. 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-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-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-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. 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-17Fix verbosity of CMP client diagnosticsDr. David von Oheimb
2021-11-08APPS/cmp: make the -sans option support email addresses (type rfc822Name)Dr. David von Oheimb
2021-10-25cmp.c: Avoid dereference with negative index and use memcpyTomas Mraz
2021-09-17APPS/cmp.c: Move warning on overlong section name to make it effective againDr. David von Oheimb
2021-08-06Fix CMP app TLS connection not respecting vpm options like -crl_checkDr. David von Oheimb
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-02apps: remove TODOsPauli
2021-05-20apps/cmp.c: Move CMP server code portion to separate functionDr. David von Oheimb
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-14http_client.c: Rename internal fields and functions for consistencyDr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-14HTTP test server: Improve connection management and loggingDr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
2021-04-29runchecker: fix no-sock build by conditioning clean up on the NO_SOCK symbol.Pauli
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. 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-21apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb
2021-04-19Avoid more MSVC-specific C runtime library functionsTanzinul Islam
2021-04-17apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb
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-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao
2021-03-13apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb
2021-03-11openssl-cmp.pod.in and apps/cmp.c: Various minor do improvementsDr. David von Oheimb