diff options
| author | Michael Brown | 2012-03-18 18:27:07 +0100 |
|---|---|---|
| committer | Michael Brown | 2012-03-22 01:31:17 +0100 |
| commit | 9a03a8e3d23b993d4f4a475a9334cf29d8ce182b (patch) | |
| tree | fe7a5a7087ef811fdde695f7405461bda037717b /src/include/ipxe | |
| parent | [crypto] Validate path length constraint in certificate chain (diff) | |
| download | ipxe-9a03a8e3d23b993d4f4a475a9334cf29d8ce182b.tar.gz ipxe-9a03a8e3d23b993d4f4a475a9334cf29d8ce182b.tar.xz ipxe-9a03a8e3d23b993d4f4a475a9334cf29d8ce182b.zip | |
[test] Add X.509 self-tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index bfb738a4a..4b568840d 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -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 ) /** @} */ |
