mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-18 11:15:12 +00:00
X509: CS adjustments
This commit is contained in:
parent
bdb6c08c35
commit
845a2275e8
@ -304,6 +304,18 @@ class X509
|
|||||||
*/
|
*/
|
||||||
private static $extensions = [];
|
private static $extensions = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var ?array
|
||||||
|
* @access private
|
||||||
|
*/
|
||||||
|
private $ipAddresses = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var ?array
|
||||||
|
* @access private
|
||||||
|
*/
|
||||||
|
private $domains = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Constructor.
|
* Default Constructor.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user