summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add minimal regress coverage for AES-XTSjsing2025-07-051-2/+183
|
* Add non-EVP tests for AES CFB128 and OFB128 modeskenjiro2025-06-031-8/+112
| | | | | | | | | 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@
* whitespacetb2023-09-281-3/+3
|
* Wrap long linesjoshua2022-11-071-3/+5
| | | | ok jsing@
* Add regress coverage for AESjoshua2022-11-072-0/+986
ok tb@