Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd-10-stable/crypto/openssl/crypto/x509/
Dx509_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 …]
/freebsd-10-stable/crypto/heimdal/lib/hdb/
Dext.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 …]
Dprint.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()
/freebsd-10-stable/crypto/openssl/crypto/ts/
Dts_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 …]
Dts_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 …]
Dts_lib.c99 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) in TS_ext_print_bio() argument
106 n = X509v3_get_ext_count(extensions); in TS_ext_print_bio()
108 ex = X509v3_get_ext(extensions, i); in TS_ext_print_bio()
/freebsd-10-stable/contrib/tcsh/
Dtw.color.c159 static Extension *extensions = NULL; variable
228 xfree(extensions); in init()
232 extensions = NULL; in init()
235 extensions = xmalloc(colorlen + extnum * sizeof(*extensions)); in init()
236 colors = extnum * sizeof(*extensions) + (char *)extensions; in init()
352 e = extensions; in parseLS_COLORS()
403 nextensions = e - extensions; in parseLS_COLORS()
451 if (len >= extensions[i].extension.len in print_color()
452 && strncmp(last - extensions[i].extension.len, in print_color()
453 extensions[i].extension.s, in print_color()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DLangStandards.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",
114 "Working draft for ISO C++ 2014 with GNU extensions",
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Devconfig-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. */
/freebsd-10-stable/crypto/openssh/
DPROTOCOL.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
133 string extensions
181 extensions is a set of zero or more optional extensions. These extensions
186 access where extensions are used to enable features that grant access.
189 enabled via extensions without breaking certificates' backwards
[all …]
/freebsd-10-stable/crypto/openssl/doc/
Dopenssl.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 …]
/freebsd-10-stable/contrib/sqlite3/
Dconfigure.ac9 # --enable-dynamic-extensions
98 # --enable-dynamic-extensions
100 AC_ARG_ENABLE(dynamic-extensions, [AS_HELP_STRING(
101 [--enable-dynamic-extensions], [support loadable extensions [default=yes]])],
108 AC_MSG_CHECKING([for whether to support dynamic extensions])
DREADME7 and sqlite extensions against the installed libary.
17 --enable-dynamic-extensions support loadable extensions [default=yes]
/freebsd-10-stable/crypto/openssl/doc/apps/
Dx509v3_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 …]
Dx509.pod60 [B<-extensions section>]
130 any extensions present and any trust settings.
300 this option performs tests on the certificate extensions and outputs
322 by the B<-days> option. Any certificate extensions are retained unless
336 delete any extensions from a certificate. This option is used when a
338 the B<-signkey> or the B<-CA> options). Normally all extensions are
409 file containing certificate extensions to use. If not specified then
410 no extensions are added to the certificate.
412 =item B<-extensions section>
414 the section to add certificate extensions from. If this option is not
[all …]
Dca.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 …]
/freebsd-10-stable/crypto/heimdal/lib/hx509/
Dprint.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()
/freebsd-10-stable/contrib/openpam/
Dconfig.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. */
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
Dv3conf.c106 sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free); in main()
107 cert->cert_info->extensions = NULL; in main()
/freebsd-10-stable/crypto/heimdal/kdc/
Dmit_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()
/freebsd-10-stable/crypto/openssl/apps/
Dopenssl.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
Dreq.c185 char *extensions = NULL; in MAIN() local
362 extensions = *(++argv); in MAIN()
528 if (!extensions) { in MAIN()
529 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); in MAIN()
530 if (!extensions) in MAIN()
533 if (extensions) { in MAIN()
538 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) { in MAIN()
540 "Error Loading extension section %s\n", extensions); in MAIN()
790 if (extensions && !X509_set_version(x509ss, 2)) in MAIN()
820 if (extensions && !X509V3_EXT_add_nconf(req_conf, in MAIN()
[all …]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
Dt_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()
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r208987-format-extensions.diff68 + // FreeBSD format extensions
125 + // FreeBSD kernel extensions.
184 +LANGOPT(FormatExtensions , 1, 0, "FreeBSD format extensions")
212 +def fformat_extensions: Flag<["-"], "fformat-extensions">, Group<f_Group>, Flags<[CC1Option]>,
213 + HelpText<"Enable FreeBSD kernel specific format string extensions">;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticGroups.td160 def FlexibleArrayExtensions : DiagGroup<"flexible-array-extensions">;
550 // A warning group for warnings about using C++11 features as extensions in
552 def CXX11 : DiagGroup<"c++11-extensions", [CXX11ExtraSemi, CXX11LongLong]>;
554 // A warning group for warnings about using C++1y features as extensions in
556 def CXX1y : DiagGroup<"c++1y-extensions">;
558 def : DiagGroup<"c++0x-extensions", [CXX11]>;
562 // A warning group for warnings about using C11 features as extensions.
563 def C11 : DiagGroup<"c11-extensions">;
565 // A warning group for warnings about using C99 features as extensions.
566 def C99 : DiagGroup<"c99-extensions">;
[all …]

12345678910>>...19