Skip to content

Releases: adapik/PHPASN1

2.4.2

03 Nov 14:20
1085e08

Choose a tag to compare

What's Changed

  • performance improvement for integer by @adapik in #12

Full Changelog: 2.4.1...2.4.2

FEATURE: Integer: expose underlying gmp value

03 Nov 11:46
9818a33

Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

02 Aug 14:10

Choose a tag to compare

Library is adopted to a PHPUnit 9

2.3.1

22 Mar 13:54
aa15fb8

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

Choose a tag to compare

2.3

php and phpunit version up

Fix bug with replace child

06 Aug 08:09
e52cf46

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

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

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

Choose a tag to compare

Fix for malformed primitive object with indefinite length form

v2.0.2

28 Jul 10:18

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.