david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[test] Add self-tests for OCSP

Add self-tests for OCSP using test vectors generated with the openssl
tools.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2012-05-14 18:25:00 +01:00
parent 39ac285a8a
commit a33298dcda
2 changed files with 1526 additions and 0 deletions

1525
src/tests/ocsp_test.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -39,4 +39,5 @@ REQUIRE_OBJECT ( hash_df_test );
REQUIRE_OBJECT ( bigint_test );
REQUIRE_OBJECT ( rsa_test );
REQUIRE_OBJECT ( x509_test );
REQUIRE_OBJECT ( ocsp_test );
REQUIRE_OBJECT ( cms_test );