mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 09:08:24 +00:00
Whitelist OID 1.3.6.1.4.1.11129.2.4.2
This OID is used in some intermediate certificates from the Dutch government and allows for parsing and saving/validating these certificates with phpseclib.
This commit is contained in:
parent
5b795c18ab
commit
9a0a9a0096
@ -1958,6 +1958,9 @@ class File_X509
|
|||||||
// "Certificate Transparency"
|
// "Certificate Transparency"
|
||||||
// https://tools.ietf.org/html/rfc6962
|
// https://tools.ietf.org/html/rfc6962
|
||||||
case '1.3.6.1.4.1.11129.2.4.2':
|
case '1.3.6.1.4.1.11129.2.4.2':
|
||||||
|
// "Qualified Certificate statements"
|
||||||
|
// https://tools.ietf.org/html/rfc3739#section-3.2.6
|
||||||
|
case '1.3.6.1.5.5.7.1.3':
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// CSR attributes
|
// CSR attributes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user