Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd-11-stable/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 …]
/freebsd-11-stable/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()
/freebsd-11-stable/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.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-11-stable/contrib/tcsh/
HDtw.color.c155 static Extension *extensions = NULL; variable
224 xfree(extensions); in init()
228 extensions = NULL; in init()
231 extensions = xmalloc(colorlen + extnum * sizeof(*extensions)); in init()
232 colors = extnum * sizeof(*extensions) + (char *)extensions; in init()
348 e = extensions; in parseLS_COLORS()
399 nextensions = e - extensions; in parseLS_COLORS()
447 if (len >= extensions[i].extension.len in print_color()
448 && strncmp(last - extensions[i].extension.len, in print_color()
449 extensions[i].extension.s, in print_color()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenCLExtensions.def9 // This file defines the list of supported OpenCL extensions.
14 // OpenCL extensions listed in this file.
16 // If the extensions are to be enumerated without the supported OpenCL version,
19 // If the extensions are to be enumerated with supported OpenCL version,
80 // AMD OpenCL extensions
84 // ARM OpenCL extensions
90 // Intel OpenCL extensions
HDLangStandards.def49 C, "ISO C 1990 with GNU extensions",
62 C, "ISO C 1999 with GNU extensions",
75 C, "ISO C 2011 with GNU extensions",
87 C, "ISO C 2017 with GNU extensions",
96 C, "Working Draft for ISO C2x with GNU extensions",
106 CXX, "ISO C++ 1998 with amendments and GNU extensions",
116 "ISO C++ 2011 with amendments and GNU extensions",
126 CXX, "ISO C++ 2014 with amendments and GNU extensions",
138 CXX, "ISO C++ 2017 with amendments and GNU extensions",
150 CXX, "ISO C++ 2020 DIS with GNU extensions",
HDFeatures.def9 // This file defines features exposed via __has_feature and extensions exposed
21 // features, whereas EXTENSION(...) should be used for clang extensions. Note
226 // C11 features supported by other languages as extensions.
233 // C++11 features supported by other languages as extensions.
246 // C++14 features supported by other languages as extensions.
250 // Miscellaneous language extensions
/freebsd-11-stable/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. */
/freebsd-11-stable/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
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-11-stable/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 …]
/freebsd-11-stable/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
/freebsd-11-stable/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.pod62 [B<-extensions section>]
132 any extensions present and any trust settings.
305 this option performs tests on the certificate extensions and outputs
327 by the B<-days> option. Any certificate extensions are retained unless
341 delete any extensions from a certificate. This option is used when a
343 the B<-signkey> or the B<-CA> options). Normally all extensions are
414 file containing certificate extensions to use. If not specified then
415 no extensions are added to the certificate.
417 =item B<-extensions section>
419 the section to add certificate extensions from. If this option is not
[all …]
HDca.pod48 [B<-extensions section>]
203 the, eventually present, extensions. The B<email_in_dn> keyword can be
211 =item B<-extensions section>
213 the section of the configuration file containing certificate extensions
223 an additional configuration file to read certificate extensions from
224 (using the default section unless the B<-extensions> option is also
317 the section of the configuration file containing CRL extensions to
320 empty) then a V2 CRL is created. The CRL extensions specified are
321 CRL extensions and B<not> CRL entry extensions. It should be noted
444 the same as B<-extensions>.
[all …]
/freebsd-11-stable/contrib/sqlite3/
HDconfigure.ac9 # --enable-dynamic-extensions
100 # --enable-dynamic-extensions
102 AC_ARG_ENABLE(dynamic-extensions, [AS_HELP_STRING(
103 [--enable-dynamic-extensions], [support loadable extensions [default=yes]])],
110 AC_MSG_CHECKING([for whether to support dynamic extensions])
/freebsd-11-stable/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()
/freebsd-11-stable/contrib/openpam/
HDconfig.h.in114 /* Enable extensions on AIX 3, Interix. */
118 /* Enable GNU extensions on systems that have them. */
122 /* Enable threading extensions on Solaris. */
126 /* Enable extensions on HP NonStop. */
130 /* Enable general extensions on Solaris. */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZFeatures.td116 "miscellaneous-extensions", "MiscellaneousExtensions",
117 "Assume that the miscellaneous-extensions facility is installed"
197 "miscellaneous-extensions-2", "MiscellaneousExtensions2",
198 "Assume that the miscellaneous-extensions facility 2 is installed"
249 "miscellaneous-extensions-3", "MiscellaneousExtensions3",
250 "Assume that the miscellaneous-extensions facility 3 is installed"
/freebsd-11-stable/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()
/freebsd-11-stable/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()
/freebsd-11-stable/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
/freebsd-11-stable/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>>...27