]> git.ipfire.org Git - thirdparty/openssl.git/commit
providers/implementations/keymgmt/ecx_kmgmt.c.in: remove PCT on ECX import
authorEugene Syromiatnikov <esyr@openssl.org>
Tue, 16 Sep 2025 14:25:33 +0000 (16:25 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Sep 2025 11:50:06 +0000 (13:50 +0200)
commit05d12fdd955d4cb3efc769becc3d5ceb9a322fdc
tree660efb98a097c5b27a13cab30978e45c1b7210fb
parent925e4fba1098036e8f8d22652cff6f64c5c7d571
providers/implementations/keymgmt/ecx_kmgmt.c.in: remove PCT on ECX import

While PCT on import has been removed for DH, EC, RSA, and SLH-DSA,
ECX seems to be overlooked.  Correct that omission.

Complements: 7f7f75816f26 "import pct: remove import PCTs for most algorithms"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28573)
providers/implementations/keymgmt/ecx_kmgmt.c.in