Skip to content

Commit

Permalink
X509: CS adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Jan 25, 2021
1 parent bdb6c08 commit 845a227
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions phpseclib/File/X509.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,18 @@ class X509
*/
private static $extensions = [];

/**
* @var ?array
* @access private
*/
private $ipAddresses = null;

/**
* @var ?array
* @access private
*/
private $domains = null;

/**
* Default Constructor.
*
Expand Down

0 comments on commit 845a227

Please sign in to comment.