]> git.ipfire.org Git - thirdparty/openssl.git/commit
alternate collision checking support
authorNeil Horman <nhorman@openssl.org>
Wed, 15 May 2024 13:20:30 +0000 (09:20 -0400)
committerTomas Mraz <tomas@openssl.org>
Wed, 21 Aug 2024 13:21:25 +0000 (15:21 +0200)
commit435531ec24ecdf00a5904f277bf3d2d9c6d63dd9
tree823f3ce0dec86fc07792f78578886b96cc11eca5
parent772481cf7c3f95e5c8d82ef4094d9030f8432460
alternate collision checking support

Add full key matching to hashtable

the idea is that on a hash value match we do a full memory comparison of
the unhashed key to validate that its actually the key we're looking for

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24504)
crypto/hashtable/hashtable.c
fuzz/hashtable.c
include/internal/hashtable.h
test/lhash_test.c