Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions phpseclib/File/ASN1.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@ class ASN1
*/
var $filters;

/**
* Current Location of most recent ASN.1 encode process
*
* Useful for debug purposes
*
* @var array
* @see self::encode_der()
*/
var $location;

/**
* Type mapping table for the ANY type.
*
Expand Down