Skip to content

Commit

Permalink
use chacha20 test
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Sep 7, 2023
1 parent 4510592 commit f818675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/ptls_mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ int main(int argc, char **argv)
subtest("aes128ctr", test_aes128ctr);
subtest("aes256ecb", test_aes256ecb);
subtest("aes256ctr", test_aes256ctr);
subtest("chacha20", test_chacha20);
subtest("aes128gcm_sha256", test_aes128gcm_sha256);
#if defined(MBEDTLS_SHA384_C)
subtest("aes256gcm_sha384", test_aes256gcm_sha384);
Expand Down

0 comments on commit f818675

Please sign in to comment.