mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-31 03:38:41 +01:00
Add tests for the nist key wrapping feature
Add tests for Key wrapping. Test vectors taken from the standards.
This commit is contained in:
parent
9cf0d53adc
commit
8dd03cd1aa
4 changed files with 811 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ add_test_suite(md)
|
|||
add_test_suite(mdx)
|
||||
add_test_suite(memory_buffer_alloc)
|
||||
add_test_suite(mpi)
|
||||
add_test_suite(nist_kw)
|
||||
add_test_suite(pem)
|
||||
add_test_suite(pkcs1_v15)
|
||||
add_test_suite(pkcs1_v21)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue