aboutsummaryrefslogtreecommitdiff
path: root/test_digest.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-06API renamingDmitry Belyavskiy1-6/+6
2020-06-12EVP_MAC: APIs were renamed so they need to be fixed in here too. (#267)Pauli1-6/+6
2020-05-10test_digest: Add another carry test vector, also test GOST94Vitaly Chikunov1-2/+40
2020-05-10test_digest: Reduce arguments to tests, make concise loggingVitaly Chikunov1-52/+53
2020-05-10test_digest: Test CMAC using EVP_MAC (provider) APIVitaly Chikunov1-0/+67
2020-05-10test_digest: Test old and new APIsVitaly Chikunov1-14/+22
2020-05-10test: List untested digests and ciphersVitaly Chikunov1-0/+14
2020-05-09test_digest: Do HMAC using EVP_MAC APIVitaly Chikunov1-13/+51
2020-05-09test_digest: Add Magma OMAC1 testVitaly Chikunov1-3/+36
2020-05-09test_digest: Add HMAC tests for StreebogVitaly Chikunov1-24/+94
2020-05-09test_digest: Add more test vectors for StreebogVitaly Chikunov1-0/+139
2020-05-09test_digest: Move MAC tests from test_cipher to test_digestVitaly Chikunov1-146/+256
2020-03-01test_digest: Test all block sizes and alignmentsVitaly Chikunov1-1/+129
2019-04-10test_digest: simple digest testsVitaly Chikunov1-0/+219