mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 20:12:44 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
4c7cce54c3
@ -143,6 +143,16 @@ class ASN1
|
|||||||
*/
|
*/
|
||||||
var $filters;
|
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.
|
* Type mapping table for the ANY type.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user