]> 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:22:11 +0000 (14:22 +0100)
commit12dbea73ef515b7c83d6d3bdc56dacebfc36e2e0
tree59872f0cae909d8c892ac5976f04f02191c22681
parent0703f3f9dff447a98cba53a06278ba8c82d466ce
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)

(cherry picked from commit 19ddcc4cbb43464493a4b82332a1ab96da823451)
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