- Added test coverage for X509parse

- Fixed segfault in rsa_check_privkey() and rsa_check_pubkey() and added test
This commit is contained in:
Paul Bakker 2009-07-10 22:38:58 +00:00
parent 7d8a100783
commit 37940d9ff6
12 changed files with 495 additions and 1 deletions

View file

@ -24,3 +24,4 @@ add_test_suite(des)
add_test_suite(rsa)
add_test_suite(xtea)
add_test_suite(dhm)
add_test_suite(x509parse)