openssl/crypto/cmp
Dr. David von Oheimb 40a200f9e7 CMP: add support for genm with crlStatusList and genp with crls
Introduce the capability to retrieve and update Certificate Revocation Lists
(CRLs) in the CMP client, as specified in section 4.3.4 of RFC 9483.

To request a CRL update, the CMP client can send a genm message with the
option -infotype crlStatusList. The server will respond with a genp message
containing the updated CRL, using the -infoType id-it-crls. The client can
then save the CRL in a specified file using the -crlout parameter.

Co-authored-by: Rajeev Ranjan <ranjan.rajeev@siemens.com>

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23768)
2024-05-01 14:58:35 +02:00
..
build.info allow to disable http 2023-06-06 11:05:02 +10:00
cmp_asn.c CMP: add support for genm with crlStatusList and genp with crls 2024-05-01 14:58:35 +02:00
cmp_client.c Copyright year updates 2024-04-09 13:43:26 +02:00
cmp_ctx.c Copyright year updates 2024-04-09 13:43:26 +02:00
cmp_err.c CMP: add support for genm with crlStatusList and genp with crls 2024-05-01 14:58:35 +02:00
cmp_genm.c CMP: add support for genm with crlStatusList and genp with crls 2024-05-01 14:58:35 +02:00
cmp_hdr.c CMP: add support for genm with crlStatusList and genp with crls 2024-05-01 14:58:35 +02:00
cmp_http.c CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLS 2023-10-10 20:36:06 +02:00
cmp_local.h CMP: add support for genm with crlStatusList and genp with crls 2024-05-01 14:58:35 +02:00
cmp_msg.c Copyright year updates 2024-04-09 13:43:26 +02:00
cmp_protect.c Copyright year updates 2023-09-07 09:59:15 +01:00
cmp_server.c Fix new typos found by codespell 2023-12-29 10:12:05 +01:00
cmp_status.c Copyright year updates 2023-09-07 09:59:15 +01:00
cmp_util.c CMP+CRMF: fix formatting nits in crypto/, include/, and test/ 2022-11-24 13:45:06 +01:00
cmp_vfy.c Copyright year updates 2024-04-09 13:43:26 +02:00