Skip to content

Releases: adapik/PHPASN1

2.3.1

22 Mar 13:54
aa15fb8
Compare
Choose a tag to compare

What's Changed

  • getDecoratedObject does not enforce proper use of end-of-content (EOC) markers by @bashkarev in #8

New Contributors

Full Changelog: 2.3...2.3.1

Bump php and phpunit versions

20 Apr 06:41
Compare
Choose a tag to compare
2.3

php and phpunit version up

Fix bug with replace child

06 Aug 08:09
e52cf46
Compare
Choose a tag to compare
Merge pull request #7 from Falseclock/master

Raplaced child doesn't have parent

Fix bug the detach method

05 Aug 08:10
3ce7adf
Compare
Choose a tag to compare

The detach method now do not modify current obejct and return a cloned obejct istead.

Add methods to manipulate ASN.1 tree structure

16 Jul 09:28
Compare
Choose a tag to compare
  • Added methods to manipulate ASN.1 tree structure
  • Bump PHP and Phpunit versions

Fix for malformed primitive object with indefinite length form

05 Mar 13:30
Compare
Choose a tag to compare

Fix for malformed primitive object with indefinite length form

v2.0.2

28 Jul 10:18
Compare
Choose a tag to compare

Mapper class added. It allows create structure from ASN1 Objects based on provided mapping files. TemplateParser class marked as deprecated.

v2.0.1

26 Jul 12:39
Compare
Choose a tag to compare

Fixed issue with BitString enocding.
Class AbstractTaggedObject added.
Pseudo-types ANY and CHOICE added.

v2.0.0

13 Jul 11:44
Compare
Choose a tag to compare

New version includes massive refactoring of original library.

New object model introduced
Added support of indefinite length encoding/decoding
This version is PHP 7.2 ready and breaks compatibility with PHP 5.6 and version 1.5 of original library.

dev-parser

02 Nov 08:09
Compare
Choose a tag to compare
time fix