Sfoglia il codice sorgente

[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 anni fa
parent
commit
a33298dcda
2 ha cambiato i file con 1526 aggiunte e 0 eliminazioni
  1. 1525
    0
      src/tests/ocsp_test.c
  2. 1
    0
      src/tests/tests.c

+ 1525
- 0
src/tests/ocsp_test.c
File diff soppresso perché troppo grande
Vedi File


+ 1
- 0
src/tests/tests.c Vedi File

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

Loading…
Annulla
Salva