]> git.ipfire.org Git - thirdparty/strongswan.git/blob - Source/lib/asn1/oid.h
- renamed get_block_size of hasher
[thirdparty/strongswan.git] / Source / lib / asn1 / oid.h
1 /* Object identifiers (OIDs) used by FreeS/WAN
2 * Copyright (C) 2003-2004 Andreas Steffen, Zuercher Hochschule Winterthur
3 *
4 * This file has been automatically generated by the script oid.pl
5 * Do not edit manually!
6 */
7
8 #ifndef OID_H_
9 #define OID_H_
10
11 typedef struct {
12 u_char octet;
13 u_int next;
14 u_int down;
15 const u_char *name;
16 } oid_t;
17
18 extern const oid_t oid_names[];
19
20 #define OID_UNKNOWN -1
21 #define OID_ROLE 35
22 #define OID_SUBJECT_KEY_ID 38
23 #define OID_SUBJECT_ALT_NAME 41
24 #define OID_BASIC_CONSTRAINTS 43
25 #define OID_CRL_REASON_CODE 44
26 #define OID_CRL_DISTRIBUTION_POINTS 45
27 #define OID_AUTHORITY_KEY_ID 47
28 #define OID_EXTENDED_KEY_USAGE 48
29 #define OID_TARGET_INFORMATION 49
30 #define OID_NO_REV_AVAIL 50
31 #define OID_RSA_ENCRYPTION 59
32 #define OID_MD2_WITH_RSA 60
33 #define OID_MD5_WITH_RSA 61
34 #define OID_SHA1_WITH_RSA 62
35 #define OID_SHA256_WITH_RSA 63
36 #define OID_SHA384_WITH_RSA 64
37 #define OID_SHA512_WITH_RSA 65
38 #define OID_PKCS7_DATA 67
39 #define OID_PKCS7_SIGNED_DATA 68
40 #define OID_PKCS7_ENVELOPED_DATA 69
41 #define OID_PKCS7_SIGNED_ENVELOPED_DATA 70
42 #define OID_PKCS7_DIGESTED_DATA 71
43 #define OID_PKCS7_ENCRYPTED_DATA 72
44 #define OID_PKCS9_EMAIL 74
45 #define OID_PKCS9_CONTENT_TYPE 76
46 #define OID_PKCS9_MESSAGE_DIGEST 77
47 #define OID_PKCS9_SIGNING_TIME 78
48 #define OID_MD2 84
49 #define OID_MD5 85
50 #define OID_3DES_EDE_CBC 87
51 #define OID_AUTHORITY_INFO_ACCESS 109
52 #define OID_OCSP_SIGNING 119
53 #define OID_XMPP_ADDR 121
54 #define OID_AUTHENTICATION_INFO 123
55 #define OID_ACCESS_IDENTITY 124
56 #define OID_CHARGING_IDENTITY 125
57 #define OID_GROUP 126
58 #define OID_OCSP 128
59 #define OID_BASIC 129
60 #define OID_NONCE 130
61 #define OID_CRL 131
62 #define OID_RESPONSE 132
63 #define OID_NO_CHECK 133
64 #define OID_ARCHIVE_CUTOFF 134
65 #define OID_SERVICE_LOCATOR 135
66 #define OID_DES_CBC 139
67 #define OID_SHA1 140
68 #define OID_SHA1_WITH_RSA_OIW 141
69 #define OID_NS_REVOCATION_URL 165
70 #define OID_NS_CA_REVOCATION_URL 166
71 #define OID_NS_CA_POLICY_URL 167
72 #define OID_NS_COMMENT 168
73 #define OID_PKI_MESSAGE_TYPE 177
74 #define OID_PKI_STATUS 178
75 #define OID_PKI_FAIL_INFO 179
76 #define OID_PKI_SENDER_NONCE 180
77 #define OID_PKI_RECIPIENT_NONCE 181
78 #define OID_PKI_TRANS_ID 182
79
80 #endif /* OID_H_ */