ソースを参照

[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 );

読み込み中…
キャンセル
保存