lsan_suppressions.txt 333 B

1234567
  1. # OpenSSL 3.x internal caches (provider, cipher, keymgmt) are allocated
  2. # lazily and intentionally kept until process exit. These are not real leaks.
  3. leak:libcrypto
  4. # wolfSSL keeps ECC point/scratch buffers alive across handshakes; they are
  5. # released only at library shutdown which the test binaries do not invoke.
  6. leak:libwolfssl