summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/md/md_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* md_test: switch from 2<<28 to 1<<29tb2025-01-191-2/+2
| | | | discussed with jsing
* Add regress coverage that checks the MD5 message bit counter handling.jsing2025-01-191-1/+66
|
* New md4/md5 regress teststb2022-09-021-0/+301
These exercise MD4 and MD5 with the test vectors from RFCs 1320 and 1321. From Joshua Sing <joshua () hypera ! dev>