Releases: adapik/PHPASN1
Releases · adapik/PHPASN1
2.4.2
FEATURE: Integer: expose underlying gmp value
2.4.0
2.3.1
What's Changed
- getDecoratedObject does not enforce proper use of end-of-content (EOC) markers by @bashkarev in #8
New Contributors
- @bashkarev made their first contribution in #8
Full Changelog: 2.3...2.3.1
Bump php and phpunit versions
2.3 php and phpunit version up
Fix bug with replace child
Merge pull request #7 from Falseclock/master Raplaced child doesn't have parent
Fix bug the detach method
The detach method now do not modify current obejct and return a cloned obejct istead.
Add methods to manipulate ASN.1 tree structure
- Added methods to manipulate ASN.1 tree structure
- Bump PHP and Phpunit versions
Fix for malformed primitive object with indefinite length form
Fix for malformed primitive object with indefinite length form