summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-05-14 19:25:00 +0200
committerMichael Brown2012-05-15 14:24:30 +0200
commita33298dcda4f9b6037e1c21f3d6f056dba77ab18 (patch)
tree346fbba037dba5e23244df02d4c2b2bec2f7cafb /src/tests/tests.c
parent[crypto] Add framework for OCSP (diff)
downloadipxe-a33298dcda4f9b6037e1c21f3d6f056dba77ab18.tar.gz
ipxe-a33298dcda4f9b6037e1c21f3d6f056dba77ab18.tar.xz
ipxe-a33298dcda4f9b6037e1c21f3d6f056dba77ab18.zip
[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>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index cfecff6e..1bf40418 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -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 );