Skip to content

Commit

Permalink
[test] Add X.509 self-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 22, 2012
1 parent b1316ef commit 9a03a8e
Show file tree
Hide file tree
Showing 3 changed files with 920 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/include/ipxe/errfile.h
Expand Up @@ -248,6 +248,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_entropy ( ERRFILE_OTHER | 0x00260000 )
#define ERRFILE_rsa ( ERRFILE_OTHER | 0x00270000 )
#define ERRFILE_linux_entropy ( ERRFILE_OTHER | 0x00280000 )
#define ERRFILE_x509_test ( ERRFILE_OTHER | 0x00290000 )

/** @} */

Expand Down
1 change: 1 addition & 0 deletions src/tests/tests.c
Expand Up @@ -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 );

0 comments on commit 9a03a8e

Please sign in to comment.