Explorar el Código

[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 hace 12 años
padre
commit
a33298dcda
Se han modificado 2 ficheros con 1526 adiciones y 0 borrados
  1. 1525
    0
      src/tests/ocsp_test.c
  2. 1
    0
      src/tests/tests.c

+ 1525
- 0
src/tests/ocsp_test.c
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 0
src/tests/tests.c Ver fichero

@@ -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…
Cancelar
Guardar