[test] Add X.509 self-tests

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-03-18 17:27:07 +00:00
parent b1316ef276
commit 9a03a8e3d2
3 changed files with 920 additions and 0 deletions

View File

@@ -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 )
/** @} */