- First tests for x509_write_cert_req() compat with OpenSSL output

This commit is contained in:
Paul Bakker 2012-02-16 14:09:13 +00:00
parent 3cac5e012b
commit 6d6205091b
12 changed files with 237 additions and 2 deletions

View file

@ -50,3 +50,4 @@ add_test_suite(rsa)
add_test_suite(version)
add_test_suite(xtea)
add_test_suite(x509parse)
add_test_suite(x509write)