| Commit message (Expand) | Author | Age | Files | Lines |
* | CMP: add support for central key generation | Rajeev Ranjan | 3 days | 1 | -2/+27 |
* | doc/man{1,3}: fix details on IPv6 host addresses and of whitespace in no_proxy | David von Oheimb | 2024-09-23 | 1 | -0/+2 |
* | CMP: add support for requesting cert template using genm/genp | Rajeev Ranjan | 2024-06-20 | 1 | -2/+16 |
* | CMP app: fix combination of -certout and -chainout with equal filename argument | Dr. David von Oheimb | 2024-06-18 | 1 | -0/+6 |
* | CMP: Improvements of the support for requesting CRL | Rajeev Ranjan | 2024-05-01 | 1 | -2/+6 |
* | CMP: add support for genm with crlStatusList and genp with crls | Dr. David von Oheimb | 2024-05-01 | 1 | -3/+37 |
* | Fix typos found by codespell | Dimitri Papadopoulos | 2024-04-10 | 1 | -1/+1 |
* | Copyright year updates | Richard Levitte | 2024-04-09 | 1 | -1/+1 |
* | apps/cmp: improve -reqin option to read fallback public key from first reques... | Dr. David von Oheimb | 2024-03-06 | 1 | -3/+7 |
* | apps/cmp: extend documentation and diagnostics for using -reqin in special si... | Dr. David von Oheimb | 2024-03-06 | 1 | -0/+16 |
* | apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req... | Dr. David von Oheimb | 2024-03-06 | 1 | -1/+10 |
* | CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR... | Dr. David von Oheimb | 2024-01-17 | 1 | -0/+7 |
* | CMP app: make -ignore_keyusage apply also for mock server | Dr. David von Oheimb | 2024-01-17 | 1 | -0/+1 |
* | openssl-cmp.pod.in: fix grammar glitch | Dr. David von Oheimb | 2023-12-19 | 1 | -1/+1 |
* | CMP app: make -geninfo option accept multiple ITAVs and support string values... | Dr. David von Oheimb | 2023-12-19 | 1 | -4/+7 |
* | CMP lib and app: add optional certProfile request message header and respecti... | Dr. David von Oheimb | 2023-12-19 | 1 | -1/+9 |
* | apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch... | Dr. David von Oheimb | 2023-10-10 | 1 | -12/+12 |
* | Copyright year updates | Matt Caswell | 2023-09-07 | 1 | -1/+1 |
* | The canonical localhost IPv6 address is [::1] not [::] | Tomas Mraz | 2023-08-25 | 1 | -2/+2 |
* | http_server.c: allow clients to connect with IPv6 | Dr. David von Oheimb | 2023-08-15 | 1 | -3/+6 |
* | CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate | Dr. David von Oheimb | 2023-07-17 | 1 | -4/+62 |
* | CMP app and API doc: add note on critical server auth on receiving trust anch... | Dr. David von Oheimb | 2023-07-17 | 1 | -0/+11 |
* | CMP doc: various small corrections, mostly on PBM vs. MAC-based protection | Dr. David von Oheimb | 2023-07-17 | 1 | -11/+13 |
* | CMP: support specifying certificate to be revoked via issuer and serial number | Rajeev Ranjan | 2023-07-10 | 1 | -13/+20 |
* | openssl-cmp.pod.in: tweak doc of -subject, -issuer, -keep_alive, and -untrusted | Dr. David von Oheimb | 2023-06-01 | 1 | -10/+13 |
* | CMP: add support for genm/genp messages with id-it-caCerts | Dr. David von Oheimb | 2023-06-01 | 1 | -1/+3 |
* | CMP client: fix error response on -csr without private key, also in docs | Dr. David von Oheimb | 2023-05-12 | 1 | -10/+31 |
* | APPS/cmp: prevent HTTP client failure on -rspin option with too few filenames | Dr. David von Oheimb | 2023-04-28 | 1 | -19/+42 |
* | CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo... | Dr. David von Oheimb | 2023-03-25 | 1 | -1/+4 |
* | CMP app: improve doc and help output on -{req,rsp}{in,out} options | Dr. David von Oheimb | 2023-03-25 | 1 | -4/+7 |
* | OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled cert | Dr. David von Oheimb | 2023-02-13 | 1 | -0/+1 |
* | CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc. | Dr. David von Oheimb | 2023-02-08 | 1 | -19/+20 |
* | OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes... | Dr. David von Oheimb | 2023-01-26 | 1 | -2/+2 |
* | CMP docs: clarify behavior on message/total timeout values given | Dr. David von Oheimb | 2023-01-23 | 1 | -4/+6 |
* | CMP app: fix file output of certs and cert lists on non-existing cert(s) | Dr. David von Oheimb | 2023-01-16 | 1 | -8/+10 |
* | CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its... | Dr. David von Oheimb | 2022-08-24 | 1 | -6/+7 |
* | Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg() | Dr. David von Oheimb | 2022-07-20 | 1 | -0/+6 |
* | http_client.c: Dump response on error when tracing is enabled | Dr. David von Oheimb | 2022-05-30 | 1 | -0/+4 |
* | OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcert | Dr. David von Oheimb | 2022-03-12 | 1 | -2/+2 |
* | CMP: add subject of any provided CSR as default message sender | Dr. David von Oheimb | 2022-02-22 | 1 | -1/+3 |
* | Apply the correct Apache v2 license | Tomas Mraz | 2022-02-14 | 1 | -2/+2 |
* | CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set... | Dr. David von Oheimb | 2022-01-04 | 1 | -0/+5 |
* | APPS/cmp: improve diagnostics for presence of TLS options | Dr. David von Oheimb | 2021-12-30 | 1 | -6/+8 |
* | APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port... | Dr. David von Oheimb | 2021-12-15 | 1 | -6/+16 |
* | APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ... | Dr. David von Oheimb | 2021-12-09 | 1 | -6/+6 |
* | APPS/cmp: make the -sans option support email addresses (type rfc822Name) | Dr. David von Oheimb | 2021-11-08 | 1 | -1/+2 |
* | doc: remove end of line whitespace | Pauli | 2021-09-22 | 1 | -1/+1 |
* | Remove '=for openssl ifdef' | Rich Salz | 2021-05-19 | 1 | -2/+0 |
* | HTTP client: Minimal changes that include the improved API | Dr. David von Oheimb | 2021-05-12 | 1 | -1/+11 |
* | Document the behavior of the -inform and related options | Tomas Mraz | 2021-05-06 | 1 | -2/+1 |