浏览代码

[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>
tags/v1.20.1
Michael Brown 12 年前
父节点
当前提交
a33298dcda
共有 2 个文件被更改,包括 1526 次插入0 次删除
  1. 1525
    0
      src/tests/ocsp_test.c
  2. 1
    0
      src/tests/tests.c

+ 1525
- 0
src/tests/ocsp_test.c
文件差异内容过多而无法显示
查看文件


+ 1
- 0
src/tests/tests.c 查看文件

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

正在加载...
取消
保存