Changes
Page history
add asn1rt liimtations
authored
Nov 12, 2017
by
mitshell
Show whitespace changes
Inline
Side-by-side
Compiling-asn1-specifications.md
View page @
06da8fa4
...
...
@@ -114,7 +114,9 @@ On the runtime side:
-
ECN is not supported either
-
some codecs for specific
*String*
types are not supported (mainly because Python does not
have support for them): TeletexString, VideotextString, GraphicString and GenericString,
all using the ISO-2022 encoding.
all using the ISO-2022 encoding
-
the runtime is not thread-safe: only a single thread must make use of an ASN.1 specification
at a time, otherwise, encoding / decoding values can get mixed
## How to
...
...
...
...