]> git.ipfire.org Git - thirdparty/openssl.git/commit
CMP: fix status held in OSSL_CMP_CTX, in particular for genp messages
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 13 Sep 2022 13:43:59 +0000 (15:43 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Thu, 24 Nov 2022 13:00:46 +0000 (14:00 +0100)
commit19ddcc4cbb43464493a4b82332a1ab96da823451
treee32e04916cd15ef271c8c5b30b4075844e4eecdd
parent33a73e33dce1e62613d67471ba8b68afe01166c0
CMP: fix status held in OSSL_CMP_CTX, in particular for genp messages

On this occasion, replace magic constants by mnemonic ones; update doc

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/19205)
apps/cmp.c
crypto/cmp/cmp_client.c
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_msg.c
crypto/cmp/cmp_server.c
crypto/cmp/cmp_status.c
doc/man3/OSSL_CMP_CTX_new.pod
doc/man3/OSSL_CMP_exec_certreq.pod
include/openssl/cmp.h.in