]> git.ipfire.org Git - thirdparty/openssl.git/commit
OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 14 Sep 2022 15:37:27 +0000 (17:37 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Fri, 25 Nov 2022 08:19:34 +0000 (09:19 +0100)
commit1c04866c671db4a6db0a1784399b351ea061bc16
treeeaed7780bd1644a107b2eb44b151c777de475072
parent7e3034939b40ee15013bdba9ff6178de6bcc26d4
OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs

Otherwise, further OSSL_CMP_exec_GENM_ses() calls will go wrong.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/19216)
apps/lib/cmp_mock_srv.c
crypto/cmp/cmp_ctx.c
doc/man3/OSSL_CMP_CTX_new.pod
test/cmp_client_test.c