mirror of https://github.com/ipxe/ipxe.git
[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>pull/6/head
parent
39ac285a8a
commit
a33298dcda
File diff suppressed because it is too large
Load Diff
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue