Skip to content

v2.0.2

Latest

Choose a tag to compare

@iyourshaw iyourshaw released this 20 Oct 17:35
f6c5847

v2.0.2

Use asn1_codec submodule from usdot repository.

Linux library:
libasnapplication.so

Windows library:
asnapplication.dll

Changelog: v2.0.1...v2.0.2

v2.0.1

Issues fixed in internal review

Changelog: v2.0.0...v2.0.1

v2.0.0

Refactor to use the existing C codec from asn1_codec, with a new C API, and backwards compatible Java API, except JER support is removed as noted below.

Includes a Linux native library and adds a Windows native library.

Adds unit tests which can be run in Windows or Linux.

Only UPER and XER are supported to match the current version of asn1_codec exactly. JER support is not included.

Adds the ability to specify the location of the native library.

Full Changelog: v1.0.5...v2.0.0