summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/rc4/rc4_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary sizeofjoshua2022-11-091-3/+3
| | | | ok jsing@ tb@
* Move division by two out of sizeof()tb2022-09-121-3/+3
|
* Add output length validation for EVPtb2022-09-071-6/+24
| | | | From Joshua Sing
* Fix copy-paste errortb2022-09-051-2/+2
|
* Plug leaks due to not resetting the EVP_CIPHER_CTXtb2022-09-051-1/+11
|
* New test coverage for RC4tb2022-09-031-0/+451
From Joshua Sing