]> git.ipfire.org Git - thirdparty/openssl.git/commit
convert master_key to use a top level fixed array
authorNeil Horman <nhorman@openssl.org>
Tue, 17 Jun 2025 12:52:23 +0000 (08:52 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 20 Jun 2025 17:01:39 +0000 (13:01 -0400)
commitbbd886c501ed38d1256cf5eb445737a25aeb28f2
treedb43ffbde3ebfb37f54cd993c055450022be6000
parent21980b981395ab64edabb1432feb9f15798c68e7
convert master_key to use a top level fixed array

Since we have a pre-defined list of keys, save some computation time
by just looking up by index rather than via a sparse array

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27794)
crypto/threads_common.c