Skip to content

Tags: FreeDSx/ASN1

Tags

0.4.8

Toggle 0.4.8's commit message
Update the changelog.

0.4.7

Toggle 0.4.7's commit message
Update the changelog.

0.4.6

Toggle 0.4.6's commit message
Update the changelog.

0.4.5

Toggle 0.4.5's commit message
* Support PHP 8.0 / 8.1.

* Fix non-optional params on some objects and return type declarations.

0.4.4

Toggle 0.4.4's commit message
* Fix an OID encoding case when the second component would be near or…

… over the max int as defined by PHP.

0.4.3

Toggle 0.4.3's commit message
* Fix the encoding / decoding of OIDs when the first / second compone…

…nt is more than one byte (found by @danielmarschall)

0.4.2

Toggle 0.4.2's commit message
* Fix the length-of-length check for a partial PDU with long definite…

… encoding under certain circumstances.

0.4.1

Toggle 0.4.1's commit message
More performance optimizations in the encoding / decoding process for…

… large amounts of data structures.

0.4.0

Toggle 0.4.0's commit message
* Performance and memory improvements.

* Removed the 'trailing data' aspect of decoded types.
* Added a 'getLastPosition' method for encoders. Returns the last position in the byte stream the decoder stopped at.
* Removed the 'constructed_only' and 'primitive_only' options for the encoder.

0.3.1

Toggle 0.3.1's commit message
Additional minor performance improvements.