Files
wolfssl/wolfcrypt
Mark Atwood f9d6a0339f fix: add CFB128 and OFB cases to wolfSSL_EVP_get_cipherbynid
The iv_length test used EVP_get_cipherbynid(NID_aes_128_cfb128) which
returned NULL because the switch had no CFB128 or OFB cases, causing
a segfault in EVP_CIPHER_iv_length(NULL).
2026-04-30 13:57:51 -07:00
..