From da6e5211df61196a370d943b0f44f4d1fda488ef Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 17 Dec 2016 17:41:56 -0600 Subject: [PATCH] X509: ignore certificate transparency extension --- phpseclib/File/X509.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index 040551f0..932262a0 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -1939,6 +1939,9 @@ class File_X509 // "SET Secure Electronic Transaction Specification" // http://www.maithean.com/docs/set_bk3.pdf case '2.23.42.7.0': // id-set-hashedRootKey + // "Certificate Transparency" + // https://tools.ietf.org/html/rfc6962 + case '1.3.6.1.4.1.11129.2.4.2': return true; // CSR attributes