xref: /minix3/crypto/external/bsd/heimdal/dist/lib/hx509/char_map.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /*	$NetBSD: char_map.h,v 1.1.1.2 2014/04/24 12:45:41 pettai Exp $	*/
2ebfedea0SLionel Sambuc 
3ebfedea0SLionel Sambuc #define Q_CONTROL_CHAR		1
4ebfedea0SLionel Sambuc #define Q_PRINTABLE		2
5ebfedea0SLionel Sambuc #define Q_RFC2253_QUOTE_FIRST	4
6ebfedea0SLionel Sambuc #define Q_RFC2253_QUOTE_LAST	8
7ebfedea0SLionel Sambuc #define Q_RFC2253_QUOTE		16
8ebfedea0SLionel Sambuc #define Q_RFC2253_HEX		32
9ebfedea0SLionel Sambuc 
10ebfedea0SLionel Sambuc #define Q_RFC2253		(Q_RFC2253_QUOTE_FIRST|Q_RFC2253_QUOTE_LAST|Q_RFC2253_QUOTE|Q_RFC2253_HEX)
11ebfedea0SLionel Sambuc 
12ebfedea0SLionel Sambuc 
13ebfedea0SLionel Sambuc 
14ebfedea0SLionel Sambuc unsigned char char_map[] = {
15ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
16ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
17ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
18ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
19ebfedea0SLionel Sambuc 	0x06 ,  0x00 ,  0x00 ,  0x10 ,  0x00 ,  0x00 ,  0x00 ,  0x00 ,
20ebfedea0SLionel Sambuc 	0x00 ,  0x00 ,  0x00 ,  0x12 ,  0x12 ,  0x02 ,  0x02 ,  0x02 ,
21ebfedea0SLionel Sambuc 	0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,
22ebfedea0SLionel Sambuc 	0x02 ,  0x02 ,  0x02 ,  0x10 ,  0x10 ,  0x12 ,  0x10 ,  0x02 ,
23ebfedea0SLionel Sambuc 	0x00 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,
24ebfedea0SLionel Sambuc 	0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,
25ebfedea0SLionel Sambuc 	0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,
26ebfedea0SLionel Sambuc 	0x02 ,  0x02 ,  0x02 ,  0x00 ,  0x00 ,  0x00 ,  0x00 ,  0x00 ,
27ebfedea0SLionel Sambuc 	0x00 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,
28ebfedea0SLionel Sambuc 	0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,
29ebfedea0SLionel Sambuc 	0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,  0x02 ,
30ebfedea0SLionel Sambuc 	0x02 ,  0x02 ,  0x02 ,  0x00 ,  0x00 ,  0x00 ,  0x00 ,  0x21 ,
31ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
32ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
33ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
34ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
35ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
36ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
37ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
38ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
39ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
40ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
41ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
42ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
43ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
44ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
45ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,
46ebfedea0SLionel Sambuc 	0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21 ,  0x21
47ebfedea0SLionel Sambuc };
48