mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +00:00
X509: ignore certificate transparency extension
This commit is contained in:
parent
d80794b1d9
commit
da6e5211df
@ -1939,6 +1939,9 @@ class File_X509
|
|||||||
// "SET Secure Electronic Transaction Specification"
|
// "SET Secure Electronic Transaction Specification"
|
||||||
// http://www.maithean.com/docs/set_bk3.pdf
|
// http://www.maithean.com/docs/set_bk3.pdf
|
||||||
case '2.23.42.7.0': // id-set-hashedRootKey
|
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;
|
return true;
|
||||||
|
|
||||||
// CSR attributes
|
// CSR attributes
|
||||||
|
Loading…
Reference in New Issue
Block a user