Add tests for the nist key wrapping feature

Add tests for Key wrapping.
Test vectors taken from the standards.
This commit is contained in:
Ron Eldor 2018-07-15 09:37:28 +03:00 committed by Jaeden Amero
parent 9cf0d53adc
commit 8dd03cd1aa
4 changed files with 811 additions and 0 deletions

View file

@ -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)