summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-03-18 18:27:07 +0100
committerMichael Brown2012-03-22 01:31:17 +0100
commit9a03a8e3d23b993d4f4a475a9334cf29d8ce182b (patch)
treefe7a5a7087ef811fdde695f7405461bda037717b /src/tests/tests.c
parent[crypto] Validate path length constraint in certificate chain (diff)
downloadipxe-9a03a8e3d23b993d4f4a475a9334cf29d8ce182b.tar.gz
ipxe-9a03a8e3d23b993d4f4a475a9334cf29d8ce182b.tar.xz
ipxe-9a03a8e3d23b993d4f4a475a9334cf29d8ce182b.zip
[test] Add X.509 self-tests
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 3f4d5b4b..78a18a6c 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -36,3 +36,4 @@ REQUIRE_OBJECT ( hmac_drbg_test );
REQUIRE_OBJECT ( hash_df_test );
REQUIRE_OBJECT ( bigint_test );
REQUIRE_OBJECT ( rsa_test );
+REQUIRE_OBJECT ( x509_test );