CVSROOT: /cvs Module name: src Changes by: kenj...@cvs.openbsd.org 2025/06/03 02:19:29
Modified files: regress/lib/libcrypto/aes: aes_test.c Log message: Add non-EVP tests for AES CFB128 and OFB128 modes Extend aes_test.c to include non-EVP tests for AES CFB128 and OFB128 modes using AES_cfb128_encrypt() and AES_ofb128_encrypt(). These additions improve test coverage by exercising the low-level interfaces with the same vectors used in the EVP-based tests. ok tb@