diff options
author | beck <> | 1999-09-29 04:37:45 +0000 |
---|---|---|
committer | beck <> | 1999-09-29 04:37:45 +0000 |
commit | de8f24ea083384bb66b32ec105dc4743c5663cdf (patch) | |
tree | 1412176ae62a3cab2cf2b0b92150fcbceaac6092 /src/lib/libcrypto/x509v3/x509v3.h | |
parent | cb929d29896bcb87c2a97417fbd03e50078fc178 (diff) | |
download | openbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.tar.gz openbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.tar.bz2 openbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.zip |
OpenSSL 0.9.4 merge
Diffstat (limited to 'src/lib/libcrypto/x509v3/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/x509v3/x509v3.h | 607 |
1 files changed, 526 insertions, 81 deletions
diff --git a/src/lib/libcrypto/x509v3/x509v3.h b/src/lib/libcrypto/x509v3/x509v3.h index d7945bc9cd..4eb04a5a89 100644 --- a/src/lib/libcrypto/x509v3/x509v3.h +++ b/src/lib/libcrypto/x509v3/x509v3.h | |||
@@ -1,87 +1,532 @@ | |||
1 | /* crypto/x509v3/x509v3.h */ | 1 | /* x509v3.h */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL |
3 | * All rights reserved. | 3 | * project 1999. |
4 | */ | ||
5 | /* ==================================================================== | ||
6 | * Copyright (c) 1999 The OpenSSL Project. All rights reserved. | ||
4 | * | 7 | * |
5 | * This package is an SSL implementation written | ||
6 | * by Eric Young (eay@cryptsoft.com). | ||
7 | * The implementation was written so as to conform with Netscapes SSL. | ||
8 | * | ||
9 | * This library is free for commercial and non-commercial use as long as | ||
10 | * the following conditions are aheared to. The following conditions | ||
11 | * apply to all code found in this distribution, be it the RC4, RSA, | ||
12 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation | ||
13 | * included with this distribution is covered by the same copyright terms | ||
14 | * except that the holder is Tim Hudson (tjh@cryptsoft.com). | ||
15 | * | ||
16 | * Copyright remains Eric Young's, and as such any Copyright notices in | ||
17 | * the code are not to be removed. | ||
18 | * If this package is used in a product, Eric Young should be given attribution | ||
19 | * as the author of the parts of the library used. | ||
20 | * This can be in the form of a textual message at program startup or | ||
21 | * in documentation (online or textual) provided with the package. | ||
22 | * | ||
23 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
24 | * modification, are permitted provided that the following conditions | 9 | * modification, are permitted provided that the following conditions |
25 | * are met: | 10 | * are met: |
26 | * 1. Redistributions of source code must retain the copyright | 11 | * |
27 | * notice, this list of conditions and the following disclaimer. | 12 | * 1. Redistributions of source code must retain the above copyright |
13 | * notice, this list of conditions and the following disclaimer. | ||
14 | * | ||
28 | * 2. Redistributions in binary form must reproduce the above copyright | 15 | * 2. Redistributions in binary form must reproduce the above copyright |
29 | * notice, this list of conditions and the following disclaimer in the | 16 | * notice, this list of conditions and the following disclaimer in |
30 | * documentation and/or other materials provided with the distribution. | 17 | * the documentation and/or other materials provided with the |
31 | * 3. All advertising materials mentioning features or use of this software | 18 | * distribution. |
32 | * must display the following acknowledgement: | 19 | * |
33 | * "This product includes cryptographic software written by | 20 | * 3. All advertising materials mentioning features or use of this |
34 | * Eric Young (eay@cryptsoft.com)" | 21 | * software must display the following acknowledgment: |
35 | * The word 'cryptographic' can be left out if the rouines from the library | 22 | * "This product includes software developed by the OpenSSL Project |
36 | * being used are not cryptographic related :-). | 23 | * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" |
37 | * 4. If you include any Windows specific code (or a derivative thereof) from | 24 | * |
38 | * the apps directory (application code) you must include an acknowledgement: | 25 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
39 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" | 26 | * endorse or promote products derived from this software without |
40 | * | 27 | * prior written permission. For written permission, please contact |
41 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND | 28 | * licensing@OpenSSL.org. |
42 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 29 | * |
43 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 30 | * 5. Products derived from this software may not be called "OpenSSL" |
44 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 31 | * nor may "OpenSSL" appear in their names without prior written |
45 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 32 | * permission of the OpenSSL Project. |
46 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 33 | * |
47 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 34 | * 6. Redistributions of any form whatsoever must retain the following |
48 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 35 | * acknowledgment: |
49 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 36 | * "This product includes software developed by the OpenSSL Project |
50 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 37 | * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" |
51 | * SUCH DAMAGE. | 38 | * |
52 | * | 39 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
53 | * The licence and distribution terms for any publically available version or | 40 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
54 | * derivative of this code cannot be changed. i.e. this code cannot simply be | 41 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
55 | * copied and put under another distribution licence | 42 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
56 | * [including the GNU Public Licence.] | 43 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
44 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
45 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
46 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
47 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | ||
48 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
49 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | ||
50 | * OF THE POSSIBILITY OF SUCH DAMAGE. | ||
51 | * ==================================================================== | ||
52 | * | ||
53 | * This product includes cryptographic software written by Eric Young | ||
54 | * (eay@cryptsoft.com). This product includes software written by Tim | ||
55 | * Hudson (tjh@cryptsoft.com). | ||
56 | * | ||
57 | */ | 57 | */ |
58 | #define X509v3_N_KU_digitalSignature 0 | 58 | #ifndef HEADER_X509V3_H |
59 | #define X509v3_N_KU_nonRepudiation 1 | 59 | #define HEADER_X509V3_H |
60 | #define X509v3_N_KU_keyEncipherment 2 | 60 | |
61 | #define X509v3_N_KU_dataEncipherment 3 | 61 | #ifdef __cplusplus |
62 | #define X509v3_N_KU_keyAgreement 4 | 62 | extern "C" { |
63 | #define X509v3_N_KU_keyCertSign 5 | 63 | #endif |
64 | #define X509v3_N_KU_cRLSign 6 | 64 | |
65 | #define X509v3_N_KU_encipherOnly 7 | 65 | #include <openssl/bio.h> |
66 | #define X509v3_N_KU_decipherOnly 8 | 66 | #include <openssl/x509.h> |
67 | #define X509v3_N_KU_NUM 9 | 67 | #include <openssl/conf.h> |
68 | #define X509v3_S_KU_digitalSignature "digitalSignature" | 68 | |
69 | #define X509v3_S_KU_nonRepudiation "nonRepudiation" | 69 | /* Forward reference */ |
70 | #define X509v3_S_KU_keyEncipherment "keyEncipherment" | 70 | struct v3_ext_method; |
71 | #define X509v3_S_KU_dataEncipherment "dataEncipherment" | 71 | struct v3_ext_ctx; |
72 | #define X509v3_S_KU_keyAgreement "keyAgreement" | 72 | |
73 | #define X509v3_S_KU_keyCertSign "keyCertSign" | 73 | /* Useful typedefs */ |
74 | #define X509v3_S_KU_cRLSign "cRLSign" | 74 | |
75 | #define X509v3_S_KU_encipherOnly "encipherOnly" | 75 | typedef void * (*X509V3_EXT_NEW)(void); |
76 | #define X509v3_S_KU_decipherOnly "decipherOnly" | 76 | typedef void (*X509V3_EXT_FREE)(void *); |
77 | 77 | typedef void * (*X509V3_EXT_D2I)(void *, unsigned char ** , long); | |
78 | 78 | typedef int (*X509V3_EXT_I2D)(void *, unsigned char **); | |
79 | void X509_ex_clear(X509_EXTENSION *a); | 79 | typedef STACK_OF(CONF_VALUE) * (*X509V3_EXT_I2V)(struct v3_ext_method *method, void *ext, STACK_OF(CONF_VALUE) *extlist); |
80 | int X509_ex_get_bool(X509_EXTENSION *a,int num); | 80 | typedef void * (*X509V3_EXT_V2I)(struct v3_ext_method *method, struct v3_ext_ctx *ctx, STACK_OF(CONF_VALUE) *values); |
81 | int X509_ex_set_bool(X509_EXTENSION *a,int num,int value); | 81 | typedef char * (*X509V3_EXT_I2S)(struct v3_ext_method *method, void *ext); |
82 | int X509_ex_get_str(X509_EXTENSION *a,int index,char **p,int *len); | 82 | typedef void * (*X509V3_EXT_S2I)(struct v3_ext_method *method, struct v3_ext_ctx *ctx, char *str); |
83 | int X509_ex_set_str(X509_EXTENSION *a,int oid,int index,char *p,int len); | 83 | typedef int (*X509V3_EXT_I2R)(struct v3_ext_method *method, void *ext, BIO *out, int indent); |
84 | char *X509_ex_get_struct(X509_EXTENSION *a,int oid,int index,char **p); | 84 | typedef void * (*X509V3_EXT_R2I)(struct v3_ext_method *method, struct v3_ext_ctx *ctx, char *str); |
85 | int X509_ex_set_struct(X509_EXTENSION *a,int index,char *p); | 85 | |
86 | int a2i_X509_EXTENSION(BIO *bp,X509_EXTENSION *a,char *buf,int len); | 86 | /* V3 extension structure */ |
87 | int i2a_X509_EXTENSION(BIO *bp,X509_EXTENSION *a); | 87 | |
88 | struct v3_ext_method { | ||
89 | int ext_nid; | ||
90 | int ext_flags; | ||
91 | X509V3_EXT_NEW ext_new; | ||
92 | X509V3_EXT_FREE ext_free; | ||
93 | X509V3_EXT_D2I d2i; | ||
94 | X509V3_EXT_I2D i2d; | ||
95 | |||
96 | /* The following pair is used for string extensions */ | ||
97 | X509V3_EXT_I2S i2s; | ||
98 | X509V3_EXT_S2I s2i; | ||
99 | |||
100 | /* The following pair is used for multi-valued extensions */ | ||
101 | X509V3_EXT_I2V i2v; | ||
102 | X509V3_EXT_V2I v2i; | ||
103 | |||
104 | /* The following are used for raw extensions */ | ||
105 | X509V3_EXT_I2R i2r; | ||
106 | X509V3_EXT_R2I r2i; | ||
107 | |||
108 | void *usr_data; /* Any extension specific data */ | ||
109 | }; | ||
110 | |||
111 | typedef struct X509V3_CONF_METHOD_st { | ||
112 | char * (*get_string)(void *db, char *section, char *value); | ||
113 | STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section); | ||
114 | void (*free_string)(void *db, char * string); | ||
115 | void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section); | ||
116 | } X509V3_CONF_METHOD; | ||
117 | |||
118 | /* Context specific info */ | ||
119 | struct v3_ext_ctx { | ||
120 | #define CTX_TEST 0x1 | ||
121 | int flags; | ||
122 | X509 *issuer_cert; | ||
123 | X509 *subject_cert; | ||
124 | X509_REQ *subject_req; | ||
125 | X509_CRL *crl; | ||
126 | X509V3_CONF_METHOD *db_meth; | ||
127 | void *db; | ||
128 | /* Maybe more here */ | ||
129 | }; | ||
130 | |||
131 | typedef struct v3_ext_method X509V3_EXT_METHOD; | ||
132 | typedef struct v3_ext_ctx X509V3_CTX; | ||
133 | |||
134 | /* ext_flags values */ | ||
135 | #define X509V3_EXT_DYNAMIC 0x1 | ||
136 | #define X509V3_EXT_CTX_DEP 0x2 | ||
137 | #define X509V3_EXT_MULTILINE 0x4 | ||
138 | |||
139 | typedef struct BIT_STRING_BITNAME_st { | ||
140 | int bitnum; | ||
141 | const char *lname; | ||
142 | const char *sname; | ||
143 | } BIT_STRING_BITNAME; | ||
144 | |||
145 | typedef BIT_STRING_BITNAME ENUMERATED_NAMES; | ||
146 | |||
147 | typedef struct BASIC_CONSTRAINTS_st { | ||
148 | int ca; | ||
149 | ASN1_INTEGER *pathlen; | ||
150 | } BASIC_CONSTRAINTS; | ||
151 | |||
152 | |||
153 | typedef struct PKEY_USAGE_PERIOD_st { | ||
154 | ASN1_GENERALIZEDTIME *notBefore; | ||
155 | ASN1_GENERALIZEDTIME *notAfter; | ||
156 | } PKEY_USAGE_PERIOD; | ||
157 | |||
158 | typedef struct GENERAL_NAME_st { | ||
159 | |||
160 | #define GEN_OTHERNAME (0|V_ASN1_CONTEXT_SPECIFIC) | ||
161 | #define GEN_EMAIL (1|V_ASN1_CONTEXT_SPECIFIC) | ||
162 | #define GEN_DNS (2|V_ASN1_CONTEXT_SPECIFIC) | ||
163 | #define GEN_X400 (3|V_ASN1_CONTEXT_SPECIFIC) | ||
164 | #define GEN_DIRNAME (4|V_ASN1_CONTEXT_SPECIFIC) | ||
165 | #define GEN_EDIPARTY (5|V_ASN1_CONTEXT_SPECIFIC) | ||
166 | #define GEN_URI (6|V_ASN1_CONTEXT_SPECIFIC) | ||
167 | #define GEN_IPADD (7|V_ASN1_CONTEXT_SPECIFIC) | ||
168 | #define GEN_RID (8|V_ASN1_CONTEXT_SPECIFIC) | ||
169 | |||
170 | int type; | ||
171 | union { | ||
172 | char *ptr; | ||
173 | ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */ | ||
174 | ASN1_OCTET_STRING *ip; /* iPAddress */ | ||
175 | X509_NAME *dirn; /* dirn */ | ||
176 | ASN1_OBJECT *rid; /* registeredID */ | ||
177 | ASN1_TYPE *other; /* otherName, ediPartyName, x400Address */ | ||
178 | } d; | ||
179 | } GENERAL_NAME; | ||
180 | |||
181 | DECLARE_STACK_OF(GENERAL_NAME) | ||
182 | DECLARE_ASN1_SET_OF(GENERAL_NAME) | ||
183 | |||
184 | typedef struct DIST_POINT_NAME_st { | ||
185 | /* NB: this is a CHOICE type and only one of these should be set */ | ||
186 | STACK_OF(GENERAL_NAME) *fullname; | ||
187 | X509_NAME *relativename; | ||
188 | } DIST_POINT_NAME; | ||
189 | |||
190 | typedef struct DIST_POINT_st { | ||
191 | DIST_POINT_NAME *distpoint; | ||
192 | ASN1_BIT_STRING *reasons; | ||
193 | STACK_OF(GENERAL_NAME) *CRLissuer; | ||
194 | } DIST_POINT; | ||
195 | |||
196 | DECLARE_STACK_OF(DIST_POINT) | ||
197 | DECLARE_ASN1_SET_OF(DIST_POINT) | ||
198 | |||
199 | typedef struct AUTHORITY_KEYID_st { | ||
200 | ASN1_OCTET_STRING *keyid; | ||
201 | STACK_OF(GENERAL_NAME) *issuer; | ||
202 | ASN1_INTEGER *serial; | ||
203 | } AUTHORITY_KEYID; | ||
204 | |||
205 | /* Strong extranet structures */ | ||
206 | |||
207 | typedef struct SXNET_ID_st { | ||
208 | ASN1_INTEGER *zone; | ||
209 | ASN1_OCTET_STRING *user; | ||
210 | } SXNETID; | ||
211 | |||
212 | DECLARE_STACK_OF(SXNETID) | ||
213 | DECLARE_ASN1_SET_OF(SXNETID) | ||
214 | |||
215 | typedef struct SXNET_st { | ||
216 | ASN1_INTEGER *version; | ||
217 | STACK_OF(SXNETID) *ids; | ||
218 | } SXNET; | ||
219 | |||
220 | typedef struct NOTICEREF_st { | ||
221 | ASN1_STRING *organization; | ||
222 | STACK *noticenos; | ||
223 | } NOTICEREF; | ||
224 | |||
225 | typedef struct USERNOTICE_st { | ||
226 | NOTICEREF *noticeref; | ||
227 | ASN1_STRING *exptext; | ||
228 | } USERNOTICE; | ||
229 | |||
230 | typedef struct POLICYQUALINFO_st { | ||
231 | ASN1_OBJECT *pqualid; | ||
232 | union { | ||
233 | ASN1_IA5STRING *cpsuri; | ||
234 | USERNOTICE *usernotice; | ||
235 | ASN1_TYPE *other; | ||
236 | } d; | ||
237 | } POLICYQUALINFO; | ||
238 | |||
239 | DECLARE_STACK_OF(POLICYQUALINFO) | ||
240 | DECLARE_ASN1_SET_OF(POLICYQUALINFO) | ||
241 | |||
242 | typedef struct POLICYINFO_st { | ||
243 | ASN1_OBJECT *policyid; | ||
244 | STACK_OF(POLICYQUALINFO) *qualifiers; | ||
245 | } POLICYINFO; | ||
246 | |||
247 | DECLARE_STACK_OF(POLICYINFO) | ||
248 | DECLARE_ASN1_SET_OF(POLICYINFO) | ||
249 | |||
250 | #define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \ | ||
251 | ",name:", val->name, ",value:", val->value); | ||
252 | |||
253 | #define X509V3_set_ctx_test(ctx) \ | ||
254 | X509V3_set_ctx(ctx, NULL, NULL, NULL, NULL, CTX_TEST) | ||
255 | #define X509V3_set_ctx_nodb(ctx) ctx->db = NULL; | ||
256 | |||
257 | #define EXT_BITSTRING(nid, table) { nid, 0, \ | ||
258 | (X509V3_EXT_NEW)asn1_bit_string_new, \ | ||
259 | (X509V3_EXT_FREE)ASN1_STRING_free, \ | ||
260 | (X509V3_EXT_D2I)d2i_ASN1_BIT_STRING, \ | ||
261 | (X509V3_EXT_I2D)i2d_ASN1_BIT_STRING, \ | ||
262 | NULL, NULL, \ | ||
263 | (X509V3_EXT_I2V)i2v_ASN1_BIT_STRING, \ | ||
264 | (X509V3_EXT_V2I)v2i_ASN1_BIT_STRING, \ | ||
265 | NULL, NULL, \ | ||
266 | (char *)table} | ||
267 | |||
268 | #define EXT_IA5STRING(nid) { nid, 0, \ | ||
269 | (X509V3_EXT_NEW)ia5string_new, \ | ||
270 | (X509V3_EXT_FREE)ASN1_STRING_free, \ | ||
271 | (X509V3_EXT_D2I)d2i_ASN1_IA5STRING, \ | ||
272 | (X509V3_EXT_I2D)i2d_ASN1_IA5STRING, \ | ||
273 | (X509V3_EXT_I2S)i2s_ASN1_IA5STRING, \ | ||
274 | (X509V3_EXT_S2I)s2i_ASN1_IA5STRING, \ | ||
275 | NULL, NULL, NULL, NULL, \ | ||
276 | NULL} | ||
277 | |||
278 | #define EXT_END { -1, 0, NULL, NULL, NULL, NULL, NULL, NULL, \ | ||
279 | NULL, NULL, NULL, NULL, \ | ||
280 | NULL} | ||
281 | |||
282 | void ERR_load_X509V3_strings(void); | ||
283 | int i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **pp); | ||
284 | BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, unsigned char **pp, long length); | ||
285 | BASIC_CONSTRAINTS *BASIC_CONSTRAINTS_new(void); | ||
286 | void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a); | ||
287 | |||
288 | int i2d_GENERAL_NAME(GENERAL_NAME *a, unsigned char **pp); | ||
289 | GENERAL_NAME *d2i_GENERAL_NAME(GENERAL_NAME **a, unsigned char **pp, long length); | ||
290 | GENERAL_NAME *GENERAL_NAME_new(void); | ||
291 | void GENERAL_NAME_free(GENERAL_NAME *a); | ||
292 | STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret); | ||
293 | |||
294 | int i2d_SXNET(SXNET *a, unsigned char **pp); | ||
295 | SXNET *d2i_SXNET(SXNET **a, unsigned char **pp, long length); | ||
296 | SXNET *SXNET_new(void); | ||
297 | void SXNET_free(SXNET *a); | ||
298 | |||
299 | int i2d_SXNETID(SXNETID *a, unsigned char **pp); | ||
300 | SXNETID *d2i_SXNETID(SXNETID **a, unsigned char **pp, long length); | ||
301 | SXNETID *SXNETID_new(void); | ||
302 | void SXNETID_free(SXNETID *a); | ||
303 | |||
304 | int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen); | ||
305 | int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen); | ||
306 | int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen); | ||
307 | |||
308 | ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone); | ||
309 | ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone); | ||
310 | ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone); | ||
311 | |||
312 | int i2d_AUTHORITY_KEYID(AUTHORITY_KEYID *a, unsigned char **pp); | ||
313 | AUTHORITY_KEYID *d2i_AUTHORITY_KEYID(AUTHORITY_KEYID **a, unsigned char **pp, long length); | ||
314 | AUTHORITY_KEYID *AUTHORITY_KEYID_new(void); | ||
315 | void AUTHORITY_KEYID_free(AUTHORITY_KEYID *a); | ||
316 | |||
317 | int i2d_PKEY_USAGE_PERIOD(PKEY_USAGE_PERIOD *a, unsigned char **pp); | ||
318 | PKEY_USAGE_PERIOD *d2i_PKEY_USAGE_PERIOD(PKEY_USAGE_PERIOD **a, unsigned char **pp, long length); | ||
319 | PKEY_USAGE_PERIOD *PKEY_USAGE_PERIOD_new(void); | ||
320 | void PKEY_USAGE_PERIOD_free(PKEY_USAGE_PERIOD *a); | ||
321 | |||
322 | STACK_OF(GENERAL_NAME) *GENERAL_NAMES_new(void); | ||
323 | void GENERAL_NAMES_free(STACK_OF(GENERAL_NAME) *a); | ||
324 | STACK_OF(GENERAL_NAME) *d2i_GENERAL_NAMES(STACK_OF(GENERAL_NAME) **a, unsigned char **pp, long length); | ||
325 | int i2d_GENERAL_NAMES(STACK_OF(GENERAL_NAME) *a, unsigned char **pp); | ||
326 | STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, | ||
327 | STACK_OF(GENERAL_NAME) *gen, STACK_OF(CONF_VALUE) *extlist); | ||
328 | STACK_OF(GENERAL_NAME) *v2i_GENERAL_NAMES(X509V3_EXT_METHOD *method, | ||
329 | X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); | ||
330 | |||
331 | char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *ia5); | ||
332 | ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str); | ||
333 | |||
334 | int i2d_ext_ku(STACK_OF(ASN1_OBJECT) *a, unsigned char **pp); | ||
335 | STACK_OF(ASN1_OBJECT) *d2i_ext_ku(STACK_OF(ASN1_OBJECT) **a, | ||
336 | unsigned char **pp, long length); | ||
337 | void ext_ku_free(STACK_OF(ASN1_OBJECT) *a); | ||
338 | STACK_OF(ASN1_OBJECT) *ext_ku_new(void); | ||
339 | |||
340 | int i2d_CERTIFICATEPOLICIES(STACK_OF(POLICYINFO) *a, unsigned char **pp); | ||
341 | STACK_OF(POLICYINFO) *CERTIFICATEPOLICIES_new(void); | ||
342 | void CERTIFICATEPOLICIES_free(STACK_OF(POLICYINFO) *a); | ||
343 | STACK_OF(POLICYINFO) *d2i_CERTIFICATEPOLICIES(STACK_OF(POLICYINFO) **a, unsigned char **pp, long length); | ||
344 | |||
345 | int i2d_POLICYINFO(POLICYINFO *a, unsigned char **pp); | ||
346 | POLICYINFO *POLICYINFO_new(void); | ||
347 | POLICYINFO *d2i_POLICYINFO(POLICYINFO **a, unsigned char **pp, long length); | ||
348 | void POLICYINFO_free(POLICYINFO *a); | ||
349 | |||
350 | int i2d_POLICYQUALINFO(POLICYQUALINFO *a, unsigned char **pp); | ||
351 | POLICYQUALINFO *POLICYQUALINFO_new(void); | ||
352 | POLICYQUALINFO *d2i_POLICYQUALINFO(POLICYQUALINFO **a, unsigned char **pp, | ||
353 | long length); | ||
354 | void POLICYQUALINFO_free(POLICYQUALINFO *a); | ||
355 | |||
356 | int i2d_USERNOTICE(USERNOTICE *a, unsigned char **pp); | ||
357 | USERNOTICE *USERNOTICE_new(void); | ||
358 | USERNOTICE *d2i_USERNOTICE(USERNOTICE **a, unsigned char **pp, long length); | ||
359 | void USERNOTICE_free(USERNOTICE *a); | ||
360 | |||
361 | int i2d_NOTICEREF(NOTICEREF *a, unsigned char **pp); | ||
362 | NOTICEREF *NOTICEREF_new(void); | ||
363 | NOTICEREF *d2i_NOTICEREF(NOTICEREF **a, unsigned char **pp, long length); | ||
364 | void NOTICEREF_free(NOTICEREF *a); | ||
365 | |||
366 | int i2d_CRL_DIST_POINTS(STACK_OF(DIST_POINT) *a, unsigned char **pp); | ||
367 | STACK_OF(DIST_POINT) *CRL_DIST_POINTS_new(void); | ||
368 | void CRL_DIST_POINTS_free(STACK_OF(DIST_POINT) *a); | ||
369 | STACK_OF(DIST_POINT) *d2i_CRL_DIST_POINTS(STACK_OF(DIST_POINT) **a, | ||
370 | unsigned char **pp,long length); | ||
371 | |||
372 | int i2d_DIST_POINT(DIST_POINT *a, unsigned char **pp); | ||
373 | DIST_POINT *DIST_POINT_new(void); | ||
374 | DIST_POINT *d2i_DIST_POINT(DIST_POINT **a, unsigned char **pp, long length); | ||
375 | void DIST_POINT_free(DIST_POINT *a); | ||
376 | |||
377 | int i2d_DIST_POINT_NAME(DIST_POINT_NAME *a, unsigned char **pp); | ||
378 | DIST_POINT_NAME *DIST_POINT_NAME_new(void); | ||
379 | void DIST_POINT_NAME_free(DIST_POINT_NAME *a); | ||
380 | DIST_POINT_NAME *d2i_DIST_POINT_NAME(DIST_POINT_NAME **a, unsigned char **pp, | ||
381 | long length); | ||
382 | |||
383 | #ifdef HEADER_CONF_H | ||
384 | GENERAL_NAME *v2i_GENERAL_NAME(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf); | ||
385 | void X509V3_conf_free(CONF_VALUE *val); | ||
386 | X509_EXTENSION *X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid, char *value); | ||
387 | X509_EXTENSION *X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value); | ||
388 | int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert); | ||
389 | int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl); | ||
390 | int X509V3_add_value_bool_nf(char *name, int asn1_bool, | ||
391 | STACK_OF(CONF_VALUE) **extlist); | ||
392 | int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool); | ||
393 | int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint); | ||
394 | void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH *lhash); | ||
395 | #endif | ||
396 | |||
397 | char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section); | ||
398 | STACK_OF(CONF_VALUE) * X509V3_get_section(X509V3_CTX *ctx, char *section); | ||
399 | void X509V3_string_free(X509V3_CTX *ctx, char *str); | ||
400 | void X509V3_section_free( X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section); | ||
401 | void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject, | ||
402 | X509_REQ *req, X509_CRL *crl, int flags); | ||
403 | |||
404 | int X509V3_add_value(const char *name, const char *value, | ||
405 | STACK_OF(CONF_VALUE) **extlist); | ||
406 | int X509V3_add_value_uchar(const char *name, const unsigned char *value, | ||
407 | STACK_OF(CONF_VALUE) **extlist); | ||
408 | int X509V3_add_value_bool(const char *name, int asn1_bool, | ||
409 | STACK_OF(CONF_VALUE) **extlist); | ||
410 | int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint, | ||
411 | STACK_OF(CONF_VALUE) **extlist); | ||
412 | char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint); | ||
413 | ASN1_INTEGER * s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, char *value); | ||
414 | char * i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint); | ||
415 | char * i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint); | ||
416 | int X509V3_EXT_add(X509V3_EXT_METHOD *ext); | ||
417 | int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist); | ||
418 | int X509V3_EXT_add_alias(int nid_to, int nid_from); | ||
419 | void X509V3_EXT_cleanup(void); | ||
420 | |||
421 | X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext); | ||
422 | X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid); | ||
423 | int X509V3_add_standard_extensions(void); | ||
424 | STACK_OF(CONF_VALUE) *X509V3_parse_list(char *line); | ||
425 | void *X509V3_EXT_d2i(X509_EXTENSION *ext); | ||
426 | X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc); | ||
427 | |||
428 | char *hex_to_string(unsigned char *buffer, long len); | ||
429 | unsigned char *string_to_hex(char *str, long *len); | ||
430 | int name_cmp(const char *name, const char *cmp); | ||
431 | |||
432 | void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, | ||
433 | int ml); | ||
434 | int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, int flag, int indent); | ||
435 | int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent); | ||
436 | |||
437 | /* BEGIN ERROR CODES */ | ||
438 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
439 | * made after this point may be overwritten when the script is next run. | ||
440 | */ | ||
441 | |||
442 | /* Error codes for the X509V3 functions. */ | ||
443 | |||
444 | /* Function codes. */ | ||
445 | #define X509V3_F_COPY_EMAIL 122 | ||
446 | #define X509V3_F_COPY_ISSUER 123 | ||
447 | #define X509V3_F_DO_EXT_CONF 124 | ||
448 | #define X509V3_F_DO_EXT_I2D 135 | ||
449 | #define X509V3_F_HEX_TO_STRING 111 | ||
450 | #define X509V3_F_I2S_ASN1_ENUMERATED 121 | ||
451 | #define X509V3_F_I2S_ASN1_INTEGER 120 | ||
452 | #define X509V3_F_NOTICE_SECTION 132 | ||
453 | #define X509V3_F_NREF_NOS 133 | ||
454 | #define X509V3_F_POLICY_SECTION 131 | ||
455 | #define X509V3_F_R2I_CERTPOL 130 | ||
456 | #define X509V3_F_S2I_ASN1_IA5STRING 100 | ||
457 | #define X509V3_F_S2I_ASN1_INTEGER 108 | ||
458 | #define X509V3_F_S2I_ASN1_OCTET_STRING 112 | ||
459 | #define X509V3_F_S2I_ASN1_SKEY_ID 114 | ||
460 | #define X509V3_F_S2I_S2I_SKEY_ID 115 | ||
461 | #define X509V3_F_STRING_TO_HEX 113 | ||
462 | #define X509V3_F_SXNET_ADD_ASC 125 | ||
463 | #define X509V3_F_SXNET_ADD_ID_INTEGER 126 | ||
464 | #define X509V3_F_SXNET_ADD_ID_ULONG 127 | ||
465 | #define X509V3_F_SXNET_GET_ID_ASC 128 | ||
466 | #define X509V3_F_SXNET_GET_ID_ULONG 129 | ||
467 | #define X509V3_F_V2I_ASN1_BIT_STRING 101 | ||
468 | #define X509V3_F_V2I_AUTHORITY_KEYID 119 | ||
469 | #define X509V3_F_V2I_BASIC_CONSTRAINTS 102 | ||
470 | #define X509V3_F_V2I_CRLD 134 | ||
471 | #define X509V3_F_V2I_EXT_KU 103 | ||
472 | #define X509V3_F_V2I_GENERAL_NAME 117 | ||
473 | #define X509V3_F_V2I_GENERAL_NAMES 118 | ||
474 | #define X509V3_F_V3_GENERIC_EXTENSION 116 | ||
475 | #define X509V3_F_X509V3_ADD_VALUE 105 | ||
476 | #define X509V3_F_X509V3_EXT_ADD 104 | ||
477 | #define X509V3_F_X509V3_EXT_ADD_ALIAS 106 | ||
478 | #define X509V3_F_X509V3_EXT_CONF 107 | ||
479 | #define X509V3_F_X509V3_EXT_I2D 136 | ||
480 | #define X509V3_F_X509V3_GET_VALUE_BOOL 110 | ||
481 | #define X509V3_F_X509V3_PARSE_LIST 109 | ||
482 | |||
483 | /* Reason codes. */ | ||
484 | #define X509V3_R_BAD_IP_ADDRESS 118 | ||
485 | #define X509V3_R_BAD_OBJECT 119 | ||
486 | #define X509V3_R_BN_DEC2BN_ERROR 100 | ||
487 | #define X509V3_R_BN_TO_ASN1_INTEGER_ERROR 101 | ||
488 | #define X509V3_R_DUPLICATE_ZONE_ID 133 | ||
489 | #define X509V3_R_ERROR_CONVERTING_ZONE 131 | ||
490 | #define X509V3_R_ERROR_IN_EXTENSION 128 | ||
491 | #define X509V3_R_EXPECTED_A_SECTION_NAME 137 | ||
492 | #define X509V3_R_EXTENSION_NAME_ERROR 115 | ||
493 | #define X509V3_R_EXTENSION_NOT_FOUND 102 | ||
494 | #define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED 103 | ||
495 | #define X509V3_R_EXTENSION_VALUE_ERROR 116 | ||
496 | #define X509V3_R_ILLEGAL_HEX_DIGIT 113 | ||
497 | #define X509V3_R_INVALID_BOOLEAN_STRING 104 | ||
498 | #define X509V3_R_INVALID_EXTENSION_STRING 105 | ||
499 | #define X509V3_R_INVALID_NAME 106 | ||
500 | #define X509V3_R_INVALID_NULL_ARGUMENT 107 | ||
501 | #define X509V3_R_INVALID_NULL_NAME 108 | ||
502 | #define X509V3_R_INVALID_NULL_VALUE 109 | ||
503 | #define X509V3_R_INVALID_NUMBER 140 | ||
504 | #define X509V3_R_INVALID_NUMBERS 141 | ||
505 | #define X509V3_R_INVALID_OBJECT_IDENTIFIER 110 | ||
506 | #define X509V3_R_INVALID_OPTION 138 | ||
507 | #define X509V3_R_INVALID_POLICY_IDENTIFIER 134 | ||
508 | #define X509V3_R_INVALID_SECTION 135 | ||
509 | #define X509V3_R_ISSUER_DECODE_ERROR 126 | ||
510 | #define X509V3_R_MISSING_VALUE 124 | ||
511 | #define X509V3_R_NEED_ORGANIZATION_AND_NUMBERS 142 | ||
512 | #define X509V3_R_NO_CONFIG_DATABASE 136 | ||
513 | #define X509V3_R_NO_ISSUER_CERTIFICATE 121 | ||
514 | #define X509V3_R_NO_ISSUER_DETAILS 127 | ||
515 | #define X509V3_R_NO_POLICY_IDENTIFIER 139 | ||
516 | #define X509V3_R_NO_PUBLIC_KEY 114 | ||
517 | #define X509V3_R_NO_SUBJECT_DETAILS 125 | ||
518 | #define X509V3_R_ODD_NUMBER_OF_DIGITS 112 | ||
519 | #define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS 122 | ||
520 | #define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID 123 | ||
521 | #define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT 111 | ||
522 | #define X509V3_R_UNKNOWN_EXTENSION 129 | ||
523 | #define X509V3_R_UNKNOWN_EXTENSION_NAME 130 | ||
524 | #define X509V3_R_UNKNOWN_OPTION 120 | ||
525 | #define X509V3_R_UNSUPPORTED_OPTION 117 | ||
526 | #define X509V3_R_USER_TOO_LONG 132 | ||
527 | |||
528 | #ifdef __cplusplus | ||
529 | } | ||
530 | #endif | ||
531 | #endif | ||
532 | |||