]> git.ipfire.org Git - thirdparty/openssl.git/commit
dh_cms_set_peerkey(): Fix the incorrect condition
authorShakti Shah <shaktishah33@gmail.com>
Mon, 25 Nov 2024 15:16:45 +0000 (20:46 +0530)
committerTomas Mraz <tomas@openssl.org>
Wed, 11 Dec 2024 17:03:34 +0000 (18:03 +0100)
commit02e72ccffacf2d01295810798ca1c86a438ee712
tree4459139a8f125154cf96fddb9778fc5a2484d6ef
parentd992e8729ee38b082482dc010e090bb20d1c7bd5
dh_cms_set_peerkey(): Fix the incorrect condition

Only absent parameters allowed in RFC 3370.

Fixes #25824

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26058)
crypto/cms/cms_dh.c