CANONICAL-XER

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@474 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-10-03 09:10:40 +00:00
parent 2601675ec7
commit 2955459824
2 changed files with 12 additions and 8 deletions

View File

@ -1,10 +1,12 @@
0.9.7: 2004-Oct-02
0.9.7: 2004-Oct-03
* Fixed unber limits controlling logic.
* Removed C99'izm from the x509dump, now understood by older compilers.
* Enhanced UTF8String constraint validation, now it checks
for the minimal encoding length; API of UTF8String_length() changed.
* Finished CANONICAL-XER implementation by adding SET and SET OF
canonical ordering support.
0.9.6: 2004-Sep-29

16
TODO
View File

@ -1,16 +1,18 @@
MAJOR:
1. Support for PER encoding. Requires advanced subtype constraints support,
1. Support for XER decoding.
Status: The BASIC-XER and CANONICAL-XER are implemented.
The XER decoding is not yet implemented.
2. Support for PER encoding. Requires advanced subtype constraints support,
which is already completed.
2. Support for XER decoding (the BASIC-XER encoding is already implemented).
3. Support for Information Object Classes.
Status: support for parsing IOCs is mostly present. Support for slicing
the IOCs to produce "views" is not yet designed.
Status: Support for parsing IOCs is mostly present.
Support for slicing the IOCs to produce "views"
is not yet designed.
MINOR:
1. Support for DEFAULT encoding and decoding, at least in INTEGER/ENUMERATED types.
2. Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.
3. Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.