PER support for BMPString and UniversalString

This commit is contained in:
Lev Walkin 2006-11-24 11:27:37 +00:00
parent 53fbe33ce9
commit 1a83ec3156
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
0.9.22: 2006-Oct-20
0.9.22: 2006-Nov-24
* Added -pdu=all and -pdu=<type> switches to asn1c.
* Added PER support for most known-multiplier string types:
IA5String, VisibleString, PrintableString;
IA5String, VisibleString, PrintableString, BMPString, UniversalString;
useful types: GeneralizedTime, UTCTime, ObjectDescriptor;
as well as REAL and OBJECT IDENTIFIER.
TODO: SET, UniversalString and BMPString.
TODO: SET type.
* Multiple enhancements by Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Fixed explicit tagging of an in-lined constructed type.
(Severity: low; Security impact: none).