summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-cmp.pod.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* CMP: add support for central key generationRajeev Ranjan3 days1-2/+27
* doc/man{1,3}: fix details on IPv6 host addresses and of whitespace in no_proxyDavid von Oheimb2024-09-231-0/+2
* CMP: add support for requesting cert template using genm/genpRajeev Ranjan2024-06-201-2/+16
* CMP app: fix combination of -certout and -chainout with equal filename argumentDr. David von Oheimb2024-06-181-0/+6
* CMP: Improvements of the support for requesting CRLRajeev Ranjan2024-05-011-2/+6
* CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb2024-05-011-3/+37
* Fix typos found by codespellDimitri Papadopoulos2024-04-101-1/+1
* 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-3/+7
* apps/cmp: extend documentation and diagnostics for using -reqin in special si...Dr. David von Oheimb2024-03-061-0/+16
* apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb2024-03-061-1/+10
* CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb2024-01-171-0/+7
* CMP app: make -ignore_keyusage apply also for mock serverDr. David von Oheimb2024-01-171-0/+1
* openssl-cmp.pod.in: fix grammar glitchDr. David von Oheimb2023-12-191-1/+1
* CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb2023-12-191-4/+7
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-191-1/+9
* apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...Dr. David von Oheimb2023-10-101-12/+12
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* The canonical localhost IPv6 address is [::1] not [::]Tomas Mraz2023-08-251-2/+2
* http_server.c: allow clients to connect with IPv6Dr. David von Oheimb2023-08-151-3/+6
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-171-4/+62
* CMP app and API doc: add note on critical server auth on receiving trust anch...Dr. David von Oheimb2023-07-171-0/+11
* CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb2023-07-171-11/+13
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-101-13/+20
* openssl-cmp.pod.in: tweak doc of -subject, -issuer, -keep_alive, and -untrustedDr. David von Oheimb2023-06-011-10/+13
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-011-1/+3
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-121-10/+31
* APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb2023-04-281-19/+42
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-251-1/+4
* CMP app: improve doc and help output on -{req,rsp}{in,out} optionsDr. David von Oheimb2023-03-251-4/+7
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-131-0/+1
* CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb2023-02-081-19/+20
* OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb2023-01-261-2/+2
* CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb2023-01-231-4/+6
* CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb2023-01-161-8/+10
* CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb2022-08-241-6/+7
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-0/+6
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-05-301-0/+4
* OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb2022-03-121-2/+2
* CMP: add subject of any provided CSR as default message senderDr. David von Oheimb2022-02-221-1/+3
* Apply the correct Apache v2 licenseTomas Mraz2022-02-141-2/+2
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-041-0/+5
* APPS/cmp: improve diagnostics for presence of TLS optionsDr. David von Oheimb2021-12-301-6/+8
* APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb2021-12-151-6/+16
* APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb2021-12-091-6/+6
* APPS/cmp: make the -sans option support email addresses (type rfc822Name)Dr. David von Oheimb2021-11-081-1/+2
* doc: remove end of line whitespacePauli2021-09-221-1/+1
* Remove '=for openssl ifdef'Rich Salz2021-05-191-2/+0
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-1/+11
* Document the behavior of the -inform and related optionsTomas Mraz2021-05-061-2/+1