Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2022-11-27 21:37:15 -06:00
commit 4c7cce54c3

View File

@ -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.
*