mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
[tls] Use our own ASN.1 routines for certificate parsing
Use our own, more robust, ASN.1 parsing routines to extract the RSA public key from a server certificate. Remove the now-unused AXTLS ASN.1 parser.
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
#define ERRFILE_smbios_settings ( ERRFILE_OTHER | 0x00130000 )
|
||||
#define ERRFILE_efi_smbios ( ERRFILE_OTHER | 0x00140000 )
|
||||
#define ERRFILE_pxemenu ( ERRFILE_OTHER | 0x00150000 )
|
||||
#define ERRFILE_x509 ( ERRFILE_OTHER | 0x00160000 )
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user