11573Srgrimes#
21573Srgrimes# Error messages for the asn.1 library
31573Srgrimes#
41573Srgrimes# This might look like a com_err file, but is not
51573Srgrimes#
61573Srgrimesid "$Id$"
71573Srgrimes
81573Srgrimeserror_table asn1
91573Srgrimesprefix ASN1
101573Srgrimeserror_code BAD_TIMEFORMAT,	"ASN.1 failed call to system time library"
111573Srgrimeserror_code MISSING_FIELD,	"ASN.1 structure is missing a required field"
121573Srgrimeserror_code MISPLACED_FIELD,	"ASN.1 unexpected field number"
131573Srgrimeserror_code TYPE_MISMATCH,	"ASN.1 type numbers are inconsistent"
141573Srgrimeserror_code OVERFLOW,		"ASN.1 value too large"
151573Srgrimeserror_code OVERRUN,		"ASN.1 encoding ended unexpectedly"
161573Srgrimeserror_code BAD_ID,		"ASN.1 identifier doesn't match expected value"
171573Srgrimeserror_code BAD_LENGTH,		"ASN.1 length doesn't match expected value"
181573Srgrimeserror_code BAD_FORMAT,		"ASN.1 badly-formatted encoding"
191573Srgrimeserror_code PARSE_ERROR,		"ASN.1 parse error"
201573Srgrimeserror_code EXTRA_DATA,		"ASN.1 extra data past end of end structure"
211573Srgrimeserror_code BAD_CHARACTER,	"ASN.1 invalid character in string"
221573Srgrimeserror_code MIN_CONSTRAINT,	"ASN.1 too few elements"
231573Srgrimeserror_code MAX_CONSTRAINT,	"ASN.1 too many elements"
241573Srgrimeserror_code EXACT_CONSTRAINT,	"ASN.1 wrong number of elements"
251573Srgrimeserror_code INDEF_OVERRUN,   	"ASN.1 BER indefinte encoding overrun"
261573Srgrimeserror_code INDEF_UNDERRUN,   	"ASN.1 BER indefinte encoding underun"
271573Srgrimeserror_code GOT_BER,		"ASN.1 got BER encoded when expected DER"
281573Srgrimeserror_code INDEF_EXTRA_DATA,	"ASN.1 EoC tag contained data"
291573Srgrimesend
301573Srgrimes