Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/NextBSD/crypto/openssl/crypto/x509/
HDx509_ext.c70 return (X509v3_get_ext_count(x->crl->extensions)); in X509_CRL_get_ext_count()
75 return (X509v3_get_ext_by_NID(x->crl->extensions, nid, lastpos)); in X509_CRL_get_ext_by_NID()
80 return (X509v3_get_ext_by_OBJ(x->crl->extensions, obj, lastpos)); in X509_CRL_get_ext_by_OBJ()
85 return (X509v3_get_ext_by_critical(x->crl->extensions, crit, lastpos)); in X509_CRL_get_ext_by_critical()
90 return (X509v3_get_ext(x->crl->extensions, loc)); in X509_CRL_get_ext()
95 return (X509v3_delete_ext(x->crl->extensions, loc)); in X509_CRL_delete_ext()
100 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx); in X509_CRL_get_ext_d2i()
106 return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags); in X509_CRL_add1_ext_i2d()
111 return (X509v3_add_ext(&(x->crl->extensions), ex, loc) != NULL); in X509_CRL_add_ext()
116 return (X509v3_get_ext_count(x->cert_info->extensions)); in X509_get_ext_count()
[all …]
/NextBSD/crypto/heimdal/lib/hdb/
HDext.c42 if (ent->extensions == NULL) in hdb_entry_check_mandatory()
49 for (i = 0; i < ent->extensions->len; i++) { in hdb_entry_check_mandatory()
50 if (ent->extensions->val[i].data.element != in hdb_entry_check_mandatory()
53 if (ent->extensions->val[i].mandatory) { in hdb_entry_check_mandatory()
68 if (entry->extensions == NULL) in hdb_find_extension()
71 for (i = 0; i < entry->extensions->len; i++) in hdb_find_extension()
72 if (entry->extensions->val[i].data.element == (unsigned)type) in hdb_find_extension()
73 return &entry->extensions->val[i]; in hdb_find_extension()
94 if (entry->extensions == NULL) { in hdb_replace_extension()
95 entry->extensions = calloc(1, sizeof(*entry->extensions)); in hdb_replace_extension()
[all …]
HDprint.c209 if(ent->extensions && ent->extensions->len > 0) { in entry2string_int()
210 for(i = 0; i < ent->extensions->len; i++) { in entry2string_int()
215 &ent->extensions->val[i], &sz, ret); in entry2string_int()
231 ent->extensions->len - 1 != i ? ":" : ""); in entry2string_int()
/NextBSD/crypto/openssl/crypto/ts/
HDts_req_utils.c183 return a->extensions; in STACK_OF()
190 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_REQ_ext_free()
191 a->extensions = NULL; in TS_REQ_ext_free()
196 return X509v3_get_ext_count(a->extensions); in TS_REQ_get_ext_count()
201 return X509v3_get_ext_by_NID(a->extensions, nid, lastpos); in TS_REQ_get_ext_by_NID()
206 return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos); in TS_REQ_get_ext_by_OBJ()
211 return X509v3_get_ext_by_critical(a->extensions, crit, lastpos); in TS_REQ_get_ext_by_critical()
216 return X509v3_get_ext(a->extensions, loc); in TS_REQ_get_ext()
221 return X509v3_delete_ext(a->extensions, loc); in TS_REQ_delete_ext()
226 return X509v3_add_ext(&a->extensions, ex, loc) != NULL; in TS_REQ_add_ext()
[all …]
HDts_rsp_utils.c347 return a->extensions; in STACK_OF()
354 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_TST_INFO_ext_free()
355 a->extensions = NULL; in TS_TST_INFO_ext_free()
360 return X509v3_get_ext_count(a->extensions); in TS_TST_INFO_get_ext_count()
365 return X509v3_get_ext_by_NID(a->extensions, nid, lastpos); in TS_TST_INFO_get_ext_by_NID()
370 return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos); in TS_TST_INFO_get_ext_by_OBJ()
375 return X509v3_get_ext_by_critical(a->extensions, crit, lastpos); in TS_TST_INFO_get_ext_by_critical()
380 return X509v3_get_ext(a->extensions, loc); in TS_TST_INFO_get_ext()
385 return X509v3_delete_ext(a->extensions, loc); in TS_TST_INFO_delete_ext()
390 return X509v3_add_ext(&a->extensions, ex, loc) != NULL; in TS_TST_INFO_add_ext()
[all …]
HDts_lib.c100 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) in TS_ext_print_bio() argument
107 n = X509v3_get_ext_count(extensions); in TS_ext_print_bio()
109 ex = X509v3_get_ext(extensions, i); in TS_ext_print_bio()
/NextBSD/contrib/tcsh/
HDtw.color.c106 static Extension *extensions = NULL; variable
187 xfree(extensions); in parseLS_COLORS()
191 extensions = NULL; in parseLS_COLORS()
203 extensions = xmalloc(len + i * sizeof(Extension)); in parseLS_COLORS()
204 colors = i * sizeof(Extension) + (char *)extensions; in parseLS_COLORS()
210 e = &extensions[0]; in parseLS_COLORS()
261 nextensions = e - extensions; in parseLS_COLORS()
309 if (len >= extensions[i].extension.len in print_color()
310 && strncmp(last - extensions[i].extension.len, in print_color()
311 extensions[i].extension.s, in print_color()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDLangStandards.def38 "ISO C 1990 with GNU extensions",
41 "ISO C 1990 with GNU extensions",
59 "ISO C 1999 with GNU extensions",
62 "ISO C 1999 with GNU extensions",
80 "ISO C 2011 with GNU extensions",
83 "ISO C 2011 with GNU extensions",
94 "ISO C++ 1998 with amendments and GNU extensions",
104 "ISO C++ 2011 with amendments and GNU extensions",
107 "ISO C++ 2011 with amendments and GNU extensions",
117 "ISO C++ 2014 with amendments and GNU extensions",
[all …]
/NextBSD/contrib/ntp/sntp/libevent/
HDevconfig-private.h.in6 /* Enable extensions on AIX 3, Interix. */
10 /* Enable GNU extensions on systems that have them. */
14 /* Enable threading extensions on Solaris. */
18 /* Enable extensions on HP NonStop. */
22 /* Enable general extensions on Solaris. */
/NextBSD/contrib/sqlite3/
HDconfigure.ac7 # --enable-dynamic-extensions
66 # --enable-dynamic-extensions
68 AC_ARG_ENABLE(dynamic-extensions, [AS_HELP_STRING(
69 [--enable-dynamic-extensions], [support loadable extensions [default=yes]])],
76 AC_MSG_CHECKING([for whether to support dynamic extensions])
HDREADME7 and sqlite extensions against the installed libary.
17 --enable-dynamic-extensions support loadable extensions [default=yes]
/NextBSD/crypto/openssh/
HDPROTOCOL.certkeys14 These protocol extensions build on the simple public key authentication
40 Protocol extensions
47 extensions will simply ignore them.
76 string extensions
96 string extensions
116 string extensions
161 extensions is a set of zero or more optional extensions. These extensions
166 access where extensions are used to enable features that grant access.
169 enabled via extensions without breaking certificates' backwards
228 The extensions section of the certificate specifies zero or more
[all …]
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_use_serverinfo.pod22 SSL_CTX_use_serverinfo() loads one or more serverinfo extensions from
23 a byte array into B<ctx>. The extensions must be concatenated into a
27 SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from
28 B<file> into B<ctx>. The extensions must be in PEM format. Each extension
HDSSL_CTX_new.pod58 cipher list does not) or extensions are required (for example server name)
59 a client will send out TLSv1 client hello messages including extensions and
64 If any SSLv2 ciphersuites are included in the cipher list and no extensions
68 prohibiting the use of extensions.
/NextBSD/crypto/openssl/doc/
HDopenssl.txt20 possible to add and print out common X509 V3 certificate and CRL extensions.
24 For most simple applications you don't need to know too much about extensions:
28 describing how the standard OpenSSL utilities display and add extensions and
29 then the list of supported extensions.
31 For more technical information about the meaning of extensions see:
38 Extension values are automatically printed out for supported extensions.
45 X509v3 extensions:
60 which certificate extensions to include. In each case a line:
64 indicates which section contains the extensions. In the case of 'req' the
68 The 'x509' utility also supports extensions when it signs a certificate.
[all …]
/NextBSD/crypto/openssl/doc/apps/
HDx509v3_config.pod11 Several of the OpenSSL utilities can add extensions to a certificate or
23 There are four main types of extension: I<string> extensions, I<multi-valued>
24 extensions, I<raw> and I<arbitrary> extensions.
26 String extensions simply have a string which contains either the value itself
33 Multi-valued extensions have a short form and a long form. The short form
49 The syntax of raw extensions is governed by the extension code: it can
104 This extensions consists of a list of usages indicating purposes for which
406 The following extensions are non standard, Netscape specific and largely
409 =head2 Netscape String extensions.
418 Other supported extensions in this category are: B<nsBaseUrl>,
[all …]
HDx509.pod61 [B<-extensions section>]
131 any extensions present and any trust settings.
301 this option performs tests on the certificate extensions and outputs
323 by the B<-days> option. Any certificate extensions are retained unless
337 delete any extensions from a certificate. This option is used when a
339 the B<-signkey> or the B<-CA> options). Normally all extensions are
410 file containing certificate extensions to use. If not specified then
411 no extensions are added to the certificate.
413 =item B<-extensions section>
415 the section to add certificate extensions from. If this option is not
[all …]
HDca.pod47 [B<-extensions section>]
202 the, eventually present, extensions. The B<email_in_dn> keyword can be
210 =item B<-extensions section>
212 the section of the configuration file containing certificate extensions
222 an additional configuration file to read certificate extensions from
223 (using the default section unless the B<-extensions> option is also
316 the section of the configuration file containing CRL extensions to
319 empty) then a V2 CRL is created. The CRL extensions specified are
320 CRL extensions and B<not> CRL entry extensions. It should be noted
439 the same as B<-extensions>.
[all …]
/NextBSD/crypto/heimdal/lib/hx509/
HDprint.c903 if ((t->version == NULL || *t->version < 2) && t->extensions) in hx509_validate_cert()
907 if (_hx509_cert_get_version(c) >= 3 && t->extensions == NULL) in hx509_validate_cert()
941 if (t->extensions) { in hx509_validate_cert()
944 if (t->extensions->len == 0) { in hx509_validate_cert()
951 for (i = 0; i < t->extensions->len; i++) { in hx509_validate_cert()
955 &t->extensions->val[i].extnID) == 0) in hx509_validate_cert()
959 if (t->extensions->val[i].critical) in hx509_validate_cert()
962 if (t->extensions->val[i].critical) in hx509_validate_cert()
965 hx509_oid_print(&t->extensions->val[i].extnID, in hx509_validate_cert()
977 &t->extensions->val[i]); in hx509_validate_cert()
/NextBSD/contrib/openpam/
HDconfig.h.in115 /* Enable extensions on AIX 3, Interix. */
119 /* Enable GNU extensions on systems that have them. */
123 /* Enable threading extensions on Solaris. */
127 /* Enable extensions on HP NonStop. */
131 /* Enable general extensions on Solaris. */
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparc.td31 "Enable UltraSPARC Visual Instruction Set extensions">;
34 "Enable Visual Instruction Set extensions II">;
37 "Enable Visual Instruction Set extensions III">;
/NextBSD/crypto/openssl/crypto/x509v3/
HDv3conf.c106 sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free); in main()
107 cert->cert_info->extensions = NULL; in main()
/NextBSD/crypto/heimdal/kdc/
HDmit_dump.c323 ALLOC(ent.entry.extensions); in mit_prop_dump()
324 ALLOC_SEQ(ent.entry.extensions, 1); in mit_prop_dump()
325 ent.entry.extensions->val[0].mandatory = 0; in mit_prop_dump()
326 ent.entry.extensions->val[0].data.element in mit_prop_dump()
328 ent.entry.extensions->val[0].data.u.last_pw_change = val; in mit_prop_dump()
/NextBSD/crypto/openssl/apps/
HDopenssl.cnf18 # X.509v3 extensions to use:
19 # extensions =
21 # X.509v3 extensions in its main [= default] section.)
126 # req_extensions = v3_req # The extensions to add to a certificate request
166 # These extensions are added when 'ca' signs a request.
238 # extensions.
264 # CRL extensions.
271 # These extensions should be added when creating a proxy certificate
/NextBSD/crypto/openssl/crypto/asn1/
HDt_crl.c110 X509V3_extensions_print(out, "CRL extensions", x->crl->extensions, 0, 8); in X509_CRL_print()
127 r->extensions, 0, 8); in X509_CRL_print()

12345678910>>...19