asn1c/skeletons/PrintableString.c

110 lines
3.4 KiB
C
Raw Normal View History

2004-06-03 03:38:44 +00:00
/*-
2006-10-09 12:07:58 +00:00
* Copyright (c) 2003, 2004, 2006 Lev Walkin <vlm@lionet.info>.
* All rights reserved.
2004-06-03 03:38:44 +00:00
* Redistribution and modifications are permitted subject to BSD license.
*/
2004-09-22 16:06:28 +00:00
#include <asn_internal.h>
2004-06-03 03:38:44 +00:00
#include <PrintableString.h>
2006-10-09 12:07:58 +00:00
/*
* ASN.1:1984 (X.409)
*/
static int _PrintableString_alphabet[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
1, 0, 0, 0, 0, 0, 0, 2, 3, 4, 0, 5, 6, 7, 8, 9, /* . '() +,-./ */
10,11,12,13,14,15,16,17,18,19,20, 0, 0,21, 0,22, /* 0123456789: = ? */
0,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37, /* ABCDEFGHIJKLMNO */
38,39,40,41,42,43,44,45,46,47,48, 0, 0, 0, 0, 0, /* PQRSTUVWXYZ */
0,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63, /* abcdefghijklmno */
64,65,66,67,68,69,70,71,72,73,74, 0, 0, 0, 0, 0, /* pqrstuvwxyz */
};
static int _PrintableString_code2value[74] = {
32,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,
55,56,57,58,61,63,65,66,67,68,69,70,71,72,73,74,
75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,
97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,
113,114,115,116,117,118,119,120,121,122};
2004-06-03 03:38:44 +00:00
/*
* PrintableString basic type description.
*/
2004-09-29 13:26:15 +00:00
static ber_tlv_tag_t asn_DEF_PrintableString_tags[] = {
(ASN_TAG_CLASS_UNIVERSAL | (19 << 2)), /* [UNIVERSAL 19] IMPLICIT ...*/
(ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) /* ... OCTET STRING */
2004-06-03 03:38:44 +00:00
};
2006-10-09 12:07:58 +00:00
static int asn_DEF_PrintableString_v2c(unsigned int value) {
return _PrintableString_alphabet[value > 255 ? 0 : value] - 1;
}
static int asn_DEF_PrintableString_c2v(unsigned int code) {
if(code < 74)
return _PrintableString_code2value[code];
return -1;
}
static asn_per_constraints_t asn_DEF_PrintableString_constraints = {
{ APC_CONSTRAINED, 4, 4, 0x20, 0x39 }, /* Value */
{ APC_SEMI_CONSTRAINED, -1, -1, 0, 0 }, /* Size */
asn_DEF_PrintableString_v2c,
asn_DEF_PrintableString_c2v
};
2004-09-29 13:26:15 +00:00
asn_TYPE_descriptor_t asn_DEF_PrintableString = {
2004-10-20 15:50:55 +00:00
"PrintableString",
2004-06-03 03:38:44 +00:00
"PrintableString",
2004-09-22 16:06:28 +00:00
OCTET_STRING_free,
2004-10-20 15:50:55 +00:00
OCTET_STRING_print_utf8, /* ASCII subset */
2004-06-03 03:38:44 +00:00
PrintableString_constraint,
2004-10-20 15:50:55 +00:00
OCTET_STRING_decode_ber, /* Implemented in terms of OCTET STRING */
OCTET_STRING_encode_der,
OCTET_STRING_decode_xer_utf8,
OCTET_STRING_encode_xer_utf8,
2006-10-09 12:07:58 +00:00
OCTET_STRING_decode_uper,
OCTET_STRING_encode_uper,
2004-06-03 03:38:44 +00:00
0, /* Use generic outmost tag fetcher */
2004-09-29 13:26:15 +00:00
asn_DEF_PrintableString_tags,
sizeof(asn_DEF_PrintableString_tags)
/ sizeof(asn_DEF_PrintableString_tags[0]) - 1,
asn_DEF_PrintableString_tags,
sizeof(asn_DEF_PrintableString_tags)
/ sizeof(asn_DEF_PrintableString_tags[0]),
2006-10-09 12:07:58 +00:00
&asn_DEF_PrintableString_constraints,
2004-08-20 13:23:42 +00:00
0, 0, /* No members */
2004-06-05 08:17:50 +00:00
0 /* No specifics */
2004-06-03 03:38:44 +00:00
};
int
2004-09-29 13:26:15 +00:00
PrintableString_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
2006-07-13 11:19:01 +00:00
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
2004-08-11 09:07:36 +00:00
const PrintableString_t *st = (const PrintableString_t *)sptr;
2004-06-03 03:38:44 +00:00
if(st && st->buf) {
uint8_t *buf = st->buf;
uint8_t *end = buf + st->size;
/*
* Check the alphabet of the PrintableString.
* ASN.1:1984 (X.409)
*/
for(; buf < end; buf++) {
if(!_PrintableString_alphabet[*buf]) {
2006-10-16 12:18:41 +00:00
_ASN_CTFAIL(app_key, td, sptr,
2004-10-26 09:59:42 +00:00
"%s: value byte %ld (%d) "
2004-08-22 13:47:59 +00:00
"not in PrintableString alphabet "
"(%s:%d)",
2004-06-03 03:38:44 +00:00
td->name,
2004-10-26 09:59:42 +00:00
(long)((buf - st->buf) + 1),
2004-08-23 08:34:14 +00:00
*buf,
2004-08-22 13:47:59 +00:00
__FILE__, __LINE__);
2004-06-03 03:38:44 +00:00
return -1;
}
}
} else {
2006-10-16 12:18:41 +00:00
_ASN_CTFAIL(app_key, td, sptr,
2004-08-22 13:47:59 +00:00
"%s: value not given (%s:%d)",
td->name, __FILE__, __LINE__);
2004-06-03 03:38:44 +00:00
return -1;
}
return 0;
}