Use Botan 3.10.0 for tests
Clean up leak-detective whitelist for newer Botan versions but add `botan_private_key_load` as `botan_privkey_load*` won't show up anymore without bfd-backtraces due to inlining if we don't call it directly. Ref: https://github.com/randombit/botan/discussions/4868
This commit is contained in:
@@ -663,12 +663,10 @@ static char *whitelist[] = {
|
||||
"TNC_IMC_NotifyConnectionChange",
|
||||
"TNC_IMV_NotifyConnectionChange",
|
||||
/* Botan */
|
||||
"botan_public_key_load",
|
||||
"botan_privkey_create",
|
||||
"botan_privkey_load_ecdh",
|
||||
"botan_privkey_load",
|
||||
"botan_privkey_load_rsa_pkcs1",
|
||||
"botan_kdf",
|
||||
"botan_privkey_load",
|
||||
"botan_private_key_load",
|
||||
/* C++ due to Botan */
|
||||
"__cxa_get_globals",
|
||||
"__cxa_thread_atexit",
|
||||
|
||||
Reference in New Issue
Block a user