Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 12dbea73ef515b7c83d6d3bdc56dacebfc36e2e0
https://github.com/openssl/openssl/commit/12dbea73ef515b7c83d6d3bdc56dacebfc36e2e0
Author: Dr. David von Oheimb <[email protected]>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M apps/cmp.c
M crypto/cmp/cmp_client.c
M crypto/cmp/cmp_ctx.c
M crypto/cmp/cmp_msg.c
M crypto/cmp/cmp_server.c
M crypto/cmp/cmp_status.c
M doc/man3/OSSL_CMP_CTX_new.pod
M doc/man3/OSSL_CMP_exec_certreq.pod
M include/openssl/cmp.h.in
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Todd Short <[email protected]>
Reviewed-by: David von Oheimb <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19205)
(cherry picked from commit 19ddcc4cbb43464493a4b82332a1ab96da823451)
Commit: fb705bebeef035b9d5984db20280fd5c1016b4a0
https://github.com/openssl/openssl/commit/fb705bebeef035b9d5984db20280fd5c1016b4a0
Author: Dr. David von Oheimb <[email protected]>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M crypto/cmp/cmp_client.c
M crypto/cmp/cmp_status.c
M doc/man3/OSSL_CMP_CTX_new.pod
Log Message:
-----------
CMP: fix handling of unset or missing failInfo PKI status information
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Todd Short <[email protected]>
Reviewed-by: David von Oheimb <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19205)
(cherry picked from commit cba0e2afd6a222aa041e05f8455e83c9e959d05b)
Compare: https://github.com/openssl/openssl/compare/0703f3f9dff4...fb705bebeef0