summaryrefslogtreecommitdiff
path: root/apps/cmp.c
Commit message (Expand)AuthorAgeFilesLines
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-121-2/+17
* CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFODr. David von Oheimb2023-05-101-3/+9
* CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb2023-05-101-1/+1
* apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang2023-05-031-1/+1
* APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb2023-04-281-22/+47
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-251-1/+8
* apps/cmp.c: make sure that last -reqin argument is actually usedDr. David von Oheimb2023-03-251-6/+8
* CMP app: improve doc and help output on -{req,rsp}{in,out} optionsDr. David von Oheimb2023-03-251-3/+6
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-131-1/+3
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-02-081-1/+1
* CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb2023-02-081-2/+2
* Fix windows buildsFdaSilvaYY2023-01-241-1/+1
* CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb2023-01-161-29/+26
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-241-32/+32
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-1/+1
* APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb2022-09-201-29/+2
* APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb2022-09-071-3/+3
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-24/+70
* apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...Dr. David von Oheimb2022-07-111-5/+11
* apps/cmp.c: improve print_itavs()Dr. David von Oheimb2022-07-011-19/+27
* apps/cmp.c: Fix glitch in -newkeypass warning and extend warnings for genmDr. David von Oheimb2022-07-011-3/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* apps/cmp.c: fix coding style nits reported by check-format.plDr. David von Oheimb2022-01-071-14/+16
* Fix typosDimitris Apostolou2022-01-051-1/+1
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-041-3/+20
* HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb2022-01-041-1/+4
* APPS/cmp: improve diagnostics for presence of TLS optionsDr. David von Oheimb2021-12-301-17/+27
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-301-2/+2
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-4/+4
* APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb2021-12-151-58/+80
* APPS/cmp: Simplify read_write_req_resp() - 'req' arg must not be NULL anywayDr. David von Oheimb2021-12-131-2/+1
* APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb2021-12-091-31/+96
* APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb2021-12-091-1/+2
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-3/+1
* Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb2021-11-221-2/+2
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-2/+1
* Fix verbosity of CMP client diagnosticsDr. David von Oheimb2021-11-171-9/+20
* APPS/cmp: make the -sans option support email addresses (type rfc822Name)Dr. David von Oheimb2021-11-081-1/+2
* cmp.c: Avoid dereference with negative index and use memcpyTomas Mraz2021-10-251-9/+18
* APPS/cmp.c: Move warning on overlong section name to make it effective againDr. David von Oheimb2021-09-171-4/+4
* Fix CMP app TLS connection not respecting vpm options like -crl_checkDr. David von Oheimb2021-08-061-5/+2
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-161-6/+4
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-051-1/+1
* apps: remove TODOsPauli2021-06-021-6/+0
* apps/cmp.c: Move CMP server code portion to separate functionDr. David von Oheimb2021-05-201-71/+79
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-1/+1
* http_client.c: Rename internal fields and functions for consistencyDr. David von Oheimb2021-05-141-0/+1
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-7/+33
* HTTP test server: Improve connection management and loggingDr. David von Oheimb2021-05-141-10/+22
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-3/+3