| /freebsd-12.1/crypto/openssl/crypto/x509/ |
| H A D | x509_ext.c | 21 return X509v3_get_ext_count(x->crl.extensions); in X509_CRL_get_ext_count() 42 return X509v3_get_ext(x->crl.extensions, loc); in X509_CRL_get_ext() 47 return X509v3_delete_ext(x->crl.extensions, loc); in X509_CRL_delete_ext() 68 return X509v3_get_ext_count(x->cert_info.extensions); in X509_get_ext_count() 84 (x->cert_info.extensions, crit, lastpos)); in X509_get_ext_by_critical() 89 return X509v3_get_ext(x->cert_info.extensions, loc); in X509_get_ext() 94 return X509v3_delete_ext(x->cert_info.extensions, loc); in X509_delete_ext() 116 return X509v3_get_ext_count(x->extensions); in X509_REVOKED_get_ext_count() 137 return X509v3_get_ext(x->extensions, loc); in X509_REVOKED_get_ext() 142 return X509v3_delete_ext(x->extensions, loc); in X509_REVOKED_delete_ext() [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/hdb/ |
| H A D | ext.c | 42 if (ent->extensions == NULL) in hdb_entry_check_mandatory() 95 entry->extensions = calloc(1, sizeof(*entry->extensions)); in hdb_replace_extension() 96 if (entry->extensions == NULL) { in hdb_replace_extension() 161 (entry->extensions->len+1)*sizeof(entry->extensions->val[0])); in hdb_replace_extension() 169 &entry->extensions->val[entry->extensions->len]); in hdb_replace_extension() 171 entry->extensions->len++; in hdb_replace_extension() 193 sizeof(entry->extensions->val[i]) * (entry->extensions->len - i - 1)); in hdb_clear_extension() 194 entry->extensions->len--; in hdb_clear_extension() 198 free(entry->extensions->val); in hdb_clear_extension() 199 free(entry->extensions); in hdb_clear_extension() [all …]
|
| H A D | print.c | 209 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-12.1/crypto/openssl/crypto/ts/ |
| H A D | ts_req_utils.c | 134 return a->extensions; in STACK_OF() 141 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_REQ_ext_free() 142 a->extensions = NULL; in TS_REQ_ext_free() 147 return X509v3_get_ext_count(a->extensions); in TS_REQ_get_ext_count() 152 return X509v3_get_ext_by_NID(a->extensions, nid, lastpos); in TS_REQ_get_ext_by_NID() 157 return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos); in TS_REQ_get_ext_by_OBJ() 162 return X509v3_get_ext_by_critical(a->extensions, crit, lastpos); in TS_REQ_get_ext_by_critical() 167 return X509v3_get_ext(a->extensions, loc); in TS_REQ_get_ext() 172 return X509v3_delete_ext(a->extensions, loc); in TS_REQ_delete_ext() 177 return X509v3_add_ext(&a->extensions, ex, loc) != NULL; in TS_REQ_add_ext() [all …]
|
| H A D | ts_rsp_utils.c | 295 return a->extensions; in STACK_OF() 302 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_TST_INFO_ext_free() 303 a->extensions = NULL; in TS_TST_INFO_ext_free() 308 return X509v3_get_ext_count(a->extensions); in TS_TST_INFO_get_ext_count() 313 return X509v3_get_ext_by_NID(a->extensions, nid, lastpos); in TS_TST_INFO_get_ext_by_NID() 318 return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos); in TS_TST_INFO_get_ext_by_OBJ() 323 return X509v3_get_ext_by_critical(a->extensions, crit, lastpos); in TS_TST_INFO_get_ext_by_critical() 328 return X509v3_get_ext(a->extensions, loc); in TS_TST_INFO_get_ext() 333 return X509v3_delete_ext(a->extensions, loc); in TS_TST_INFO_delete_ext() 338 return X509v3_add_ext(&a->extensions, ex, loc) != NULL; in TS_TST_INFO_add_ext() [all …]
|
| H A D | ts_lib.c | 48 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) in TS_ext_print_bio() argument 55 n = X509v3_get_ext_count(extensions); in TS_ext_print_bio() 57 ex = X509v3_get_ext(extensions, i); in TS_ext_print_bio()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tw.color.c | 159 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() 453 extensions[i].extension.s, in print_color() 454 extensions[i].extension.len) == 0) { in print_color() [all …]
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | evconfig-private.h.in | 6 /* 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-12.1/contrib/ntp/sntp/libevent/ |
| H A D | evconfig-private.h.in | 6 /* 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-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | OpenCLExtensions.def | 10 // This file defines the list of supported OpenCL extensions. 15 // OpenCL extensions listed in this file. 17 // If the extensions are to be enumerated without the supported OpenCL version, 20 // If the extensions are to be enumerated with supported OpenCL version, 81 // AMD OpenCL extensions 85 // Intel OpenCL extensions
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | X509V3_get_d2i.pod | 41 X509V3_get_ext_d2i() looks for an extension with OID B<nid> in the extensions 62 X509_get_ext_d2i() and X509_add1_ext_i2d() operate on the extensions of 71 extensions of B<X509_REVOKED> structure B<r> (i.e for CRL entry extensions), 75 X509_REVOKED_get0_extensions() return a stack of all the extensions 113 The following sections contain a list of all supported extensions 118 The following certificate extensions are defined in PKIX standards such as 147 The following are (largely obsolete) Netscape certificate extensions. 165 The following are CRL extensions from PKIX standards such as RFC5280. 191 The following extensions are used by certificate transparency, RFC6962 210 X509_REVOKED_get0_extensions() return a stack of extensions. They return [all …]
|
| H A D | SSL_CTX_use_serverinfo.pod | 25 These functions load "serverinfo" TLS extensions into the SSL_CTX. A 29 SSL_CTX_use_serverinfo_ex() loads one or more serverinfo extensions from 33 If B<version> is B<SSL_SERVERINFOV2> then the extensions in the array must 37 extensions to be added to a Certificate message, then the extension will only 41 If B<version> is B<SSL_SERVERINFOV1> then the extensions in the array must 54 SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from 55 B<file> into B<ctx>. The extensions must be in PEM format. Each extension
|
| H A D | X509v3_get_ext_by_NID.pod | 60 X509v3_get_ext_count() retrieves the number of extensions in B<x>. 88 and X509_add_ext() operate on the extensions of certificate B<x> they are 93 X509_CRL_delete_ext() and X509_CRL_add_ext() operate on the extensions of 99 X509_REVOKED_add_ext() operate on the extensions of CRL entry B<x> 104 These functions are used to examine stacks of extensions directly. Many 125 X509v3_add_ext() returns a stack of extensions or B<NULL> on error.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | LangStandards.def | 50 C, "ISO C 1990 with GNU extensions", 63 C, "ISO C 1999 with GNU extensions", 76 C, "ISO C 2011 with GNU extensions", 88 C, "ISO C 2017 with GNU extensions", 99 CXX, "ISO C++ 1998 with amendments and GNU extensions", 109 "ISO C++ 2011 with amendments and GNU extensions", 119 CXX, "ISO C++ 2014 with amendments and GNU extensions", 131 CXX, "ISO C++ 2017 with amendments and GNU extensions", 142 CXX, "Working draft for ISO C++ 2020 with GNU extensions",
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | PROTOCOL.certkeys | 14 These protocol extensions build on the simple public key authentication 52 Protocol extensions 59 extensions will simply ignore them. 88 string extensions 108 string extensions 128 string extensions 145 string extensions 193 extensions is a set of zero or more optional extensions. These extensions 201 enabled via extensions without breaking certificates' backwards 265 The extensions section of the certificate specifies zero or more [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man5/ |
| H A D | x509v3_config.pod | 9 Several of the OpenSSL utilities can add extensions to a certificate or 21 There are four main types of extension: I<string> extensions, I<multi-valued> 22 extensions, I<raw> and I<arbitrary> extensions. 24 String extensions simply have a string which contains either the value itself 31 Multi-valued extensions have a short form and a long form. The short form 47 The syntax of raw extensions is governed by the extension code: it can 427 =head2 Netscape String extensions. 436 Other supported extensions in this category are: B<nsBaseUrl>, 459 There are two ways to encode arbitrary extensions. 491 not recognize or honour the values of the relevant extensions. [all …]
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | configure.ac | 9 # --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])
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | x509.pod | 57 [B<-ext extensions>] 63 [B<-extensions section>] 161 =item B<-ext extensions> 363 key identifier extensions. 452 =item B<-extensions section> 670 Don't print out any X509V3 extensions. 675 certificate extensions. 683 ASN1 parse unsupported extensions. 687 Hex dump unsupported extensions. 743 extensions for a CA: [all …]
|
| H A D | ca.pod | 49 [B<-extensions section>] 227 =item B<-extensions section> 365 The section of the configuration file containing CRL extensions to 368 empty) then a V2 CRL is created. The CRL extensions specified are 369 CRL extensions and B<not> CRL entry extensions. It should be noted 493 The same as B<-extensions>. 533 multicharacter string types and does not display extensions. 547 values for certain extensions such as subjectAltName. 597 Sign a certificate request, using CA extensions: 599 openssl ca -in req.pem -extensions v3_ca -out newcert.pem [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | print.c | 903 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-12.1/contrib/openpam/ |
| H A D | config.h.in | 117 /* Enable extensions on AIX 3, Interix. */ 121 /* Enable GNU extensions on systems that have them. */ 125 /* Enable threading extensions on Solaris. */ 129 /* Enable extensions on HP NonStop. */ 133 /* Enable general extensions on Solaris. */
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | openssl.cnf | 21 # X.509v3 extensions to use: 22 # extensions = 24 # X.509v3 extensions in its main [= default] section.) 61 x509_extensions = usr_cert # The extensions to add to the cert 113 x509_extensions = v3_ca # The extensions to add to the self signed cert 128 # req_extensions = v3_req # The extensions to add to a certificate request 168 # These extensions are added when 'ca' signs a request. 262 # CRL extensions. 269 # These extensions should be added when creating a proxy certificate
|
| /freebsd-12.1/crypto/heimdal/kdc/ |
| H A D | mit_dump.c | 323 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-12.1/crypto/openssl/crypto/include/internal/ |
| H A D | x509_int.h | 83 STACK_OF(X509_EXTENSION) *extensions; /* extensions: optional */ 117 STACK_OF(X509_EXTENSION) *extensions; /* CRL entry extensions: optional */ 154 STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 42 "Enable UltraSPARC Visual Instruction Set extensions">; 45 "Enable Visual Instruction Set extensions II">; 48 "Enable Visual Instruction Set extensions III">; 51 "Enable LEON extensions">;
|