You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- wp_drbg_reseed: Replace parentClearSeed callback with OPENSSL_clear_free(seed, seedLen)
- wp_drbg_reseed: Same fix as above — securely wipes and frees the seed buffer
- wp_ecx_dup: Remove dead ok variable; when private key not selected, re-init the key and import only public part to avoid leaking private material
- wp_rsa_kmgmt.c: SHA1 fallback replaced with ok = 0 error — unknown digest is now a failure, not a silent fallback
- wp_hmac.c: Remove unused rc variable and (void)rc
- wp_cmac.c: Add keyLen <= sizeof(dst->key) bounds check before XMEMCPY
- test_tls_cbc.c: Check RAND_bytes() return value
0 commit comments