]> git.ipfire.org Git - thirdparty/openssl.git/commit
core_namemap.c: 2048 hashtable buckets should be sufficient
authorTomas Mraz <tomas@openssl.org>
Fri, 16 Aug 2024 13:54:15 +0000 (15:54 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 21 Aug 2024 13:21:26 +0000 (15:21 +0200)
commitf0b1d4d1b055bc87b26bb9bbfee437b12f0a4c89
tree86d18b7c7907ac9897bc15ab03d860a2c2f8c540
parent9f7489835d30d60e6a0365935c7009237710d96a
core_namemap.c: 2048 hashtable buckets should be sufficient

It is unlikely we would need more than 4000 names and even
with more names (up to 8192) it would still work, just
the performance fo the namemap would degrade.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24504)
crypto/core_namemap.c
fuzz/corpora