summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/suppressions.valgrind17
1 files changed, 13 insertions, 4 deletions
diff --git a/tests/suppressions.valgrind b/tests/suppressions.valgrind
index a8ca52490b..ee096209e6 100644
--- a/tests/suppressions.valgrind
+++ b/tests/suppressions.valgrind
@@ -16,10 +16,6 @@
fun:_gnutls_epoch_set_keys
fun:_gnutls_write_connection_state_init
fun:_gnutls_send_handshake_final
- fun:_gnutls_handshake_common
- fun:gnutls_handshake
- fun:doit
- fun:main
}
{
@@ -201,3 +197,16 @@
fun:_gnutls_rnd_init
fun:gnutls_global_init
}
+
+{
+ ignore p11 leaks
+ Memcheck:Leak
+ fun:calloc
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ fun:p11_kit_initialize_registered
+ fun:gnutls_pkcs11_init
+ fun:gnutls_global_init
+}