Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add minimal regress coverage for AES-XTS | jsing | 2025-07-05 | 1 | -2/+183 |
| | |||||
* | Add non-EVP tests for AES CFB128 and OFB128 modes | kenjiro | 2025-06-03 | 1 | -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@ | ||||
* | whitespace | tb | 2023-09-28 | 1 | -3/+3 |
| | |||||
* | Wrap long lines | joshua | 2022-11-07 | 1 | -3/+5 |
| | | | | ok jsing@ | ||||
* | Add regress coverage for AES | joshua | 2022-11-07 | 2 | -0/+986 |
ok tb@ |