summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2012-03-18 18:27:07 +0100
committerMichael Brown2012-03-22 01:31:17 +0100
commit9a03a8e3d23b993d4f4a475a9334cf29d8ce182b (patch)
treefe7a5a7087ef811fdde695f7405461bda037717b /src/include/ipxe/errfile.h
parent[crypto] Validate path length constraint in certificate chain (diff)
downloadipxe-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/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index bfb738a4..4b568840 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 )
/** @} */