I'm finding it difficult to find out if ASN.1 null-terminates an IA5String.
If I create an IA5String as follows;
dcType ::= IA5String (SIZE(32))
then;
If I fill up the string, is character 32 a null termination character or just a normal character; and if it is just a normal character do I therefore have to put a null termination character in place.
I am right in presuming that if I only use 10 characters that the remaining characters (11-32) are zero padded and that no null termination character is included?
Regards,
Simon Kearn
*simon.kearn@xxxxxxxx