summaryrefslogtreecommitdiffstats
path: root/apps/cmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apps: directly inclusion of "e_os.h when neededFdaSilvaYY2024-09-051-0/+1
* CMP: add support for requesting cert template using genm/genpRajeev Ranjan2024-06-201-0/+177
* CMP app: fix combination of -certout and -chainout with equal filename argumentDr. David von Oheimb2024-06-181-6/+21
* CMP: Improvements of the support for requesting CRLRajeev Ranjan2024-05-011-17/+21
* CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb2024-05-011-4/+159
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* apps/cmp: improve -reqin option to read fallback public key from first reques...Dr. David von Oheimb2024-03-061-2/+48
* apps/cmp: extend documentation and diagnostics for using -reqin in special si...Dr. David von Oheimb2024-03-061-5/+7
* apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb2024-03-061-15/+52
* apps/cmp.c: refactor to fix some coding style nits and more convenient source...Dr. David von Oheimb2024-03-061-14/+21
* CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb2024-01-171-1/+11
* CMP app: make -ignore_keyusage apply also for mock serverDr. David von Oheimb2024-01-171-3/+3
* CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb2023-12-191-52/+86
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-191-2/+42
* CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb2023-10-101-0/+2
* apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...Dr. David von Oheimb2023-10-101-6/+2
* Remove repeated wordsDimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb2023-09-051-2/+2
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-171-57/+154
* rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb2023-07-171-1/+1
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-101-27/+63
* Fix new typos found by codespellDimitri Papadopoulos2023-06-181-1/+1
* Cast the argument to unsigned char when calling isspace()Michael Baentsch2023-06-091-2/+2
* allow to disable httpVladimĂ­r Kotal2023-06-061-33/+33
* apps/cmp.c: make management of http_cb_arg pointer more robustDr. David von Oheimb2023-06-011-0/+2
* apps/cmp.c: improve warnings on option useDr. David von Oheimb2023-06-011-3/+13
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-011-28/+66
* APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb2023-05-251-1/+1
* 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