| /freebsd-12-stable/crypto/openssl/doc/HOWTO/ |
| D | certificates.txt | 11 - Certificate authority 48 policies). A certificate request is sent to a certificate authority 50 yourself if you have your own certificate authority or create a 57 Now, cert.csr can be sent to the certificate authority, if they can 65 The certificate authority performs various checks (according to their 76 with a certificate authority, or if you just want to create a test 87 If you created everything yourself, or if the certificate authority
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | ADMISSIONS.pod | 112 The B<NAMING_AUTHORITY> type has an authority ID and URL, and text fields. 122 The B<ADMISSION_SYNTAX> type has an authority name and a stack of 132 The B<ADMISSION> type has an authority name, authority object, and a 143 The B<PROFESSION_INFO> type has a name authority, stacks of
|
| D | X509_get_extension_flags.pod | 134 X509_get0_authority_key_id() returns an internal pointer to the authority key 138 X509_get0_authority_issuer() returns an internal pointer to the authority 142 X509_get0_authority_serial() returns an internal pointer to the authority
|
| D | X509_STORE_CTX_get_error.pod | 227 =item B<X509_V_ERR_AKID_SKID_MISMATCH: authority and subject key identifier mismatch> 230 identifier was present and did not match the authority key identifier current 234 =item B<X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH: authority and issuer serial number mismatch> 237 and serial number was present and did not match the authority key identifier of
|
| /freebsd-12-stable/contrib/unbound/doc/ |
| D | requirements.txt | 98 present in the NS record in the authority section is let through. 162 o authority features. 163 This is a recursive server, and authority features are out of scope. 164 However, some authority features are expected in a recursor. Things like 169 Adding full authority support, requires much more code, and more complex 175 You can put authority data on a separate server, and set the server in 204 Unbound preserves the casing received from authority servers as best 207 of the authority server. This is the same as BIND. RFC4343 allows either 212 authority servers do not respond, then the requestlist for unbound 237 middleboxes, and can detect the occasional authority that drops EDNS.
|
| D | TODO | 28 o add local-file: config with authority features. 58 o local-zone directive with authority service, full authority server
|
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| D | getrrsetbyname.c | 168 struct dns_rr *authority; member 428 resp->authority = parse_dns_rrsection(answer, size, &cp, in parse_dns_response() 430 if (resp->header.nscount && resp->authority == NULL) { in parse_dns_response() 590 free_dns_rr(p->authority); in free_dns_response()
|
| /freebsd-12-stable/crypto/openssh/regress/unittests/hostkeys/testdata/ |
| D | known_hosts | 41 @cert-authority prometheus.example.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlz… 42 @cert-authority *.example.com ssh-dss AAAAB3NzaC1kc3MAAACBAKvjnFHm0VvMr5h2Zu3nURsxQKGoxm+DCzYDxRYci…
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | pcap.c | 1572 char *authority; 1712 authority = get_substring(colonp + 3, authority_len, ebuf); 1713 if (authority == NULL) { 1725 parsep = authority; 1743 free(authority); 1794 free(authority); 1807 free(authority); 1818 free(authority); 1836 free(authority); 1861 free(authority); [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/krb5/ |
| D | heim_err.et | 28 error_code NO_VALID_CA, "No valid certificate authority"
|
| /freebsd-12-stable/share/snmp/mibs/ |
| D | FREEBSD-MIB.txt | 23 core@FreeBSD.org is the final authority."
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | evdns.c | 293 struct server_reply_item *authority; /* linked list of authority RRs */ member 1041 u16 trans_id, questions, answers, authority, additional, datalength; in reply_parse() local 1054 GET16(authority); in reply_parse() 1056 (void) authority; /* suppress "unused variable" warnings. */ in reply_parse() 1189 for (i = 0; i < authority; ++i) { in reply_parse() 1240 u16 trans_id, flags, questions, answers, authority, additional; in request_parse() local 1250 GET16(authority); in request_parse() 1254 (void)authority; in request_parse() 1792 itemp = &req->authority; in evdns_server_request_add_reply() 1951 item = req->authority; in evdns_server_request_format_response() [all …]
|
| D | http.c | 4816 char *authority; in evhttp_uri_parse_with_flags() local 4818 authority = readp; in evhttp_uri_parse_with_flags() 4820 if (parse_authority(uri, authority, path) < 0) in evhttp_uri_parse_with_flags()
|
| /freebsd-12-stable/contrib/libevent/ |
| D | evdns.c | 293 struct server_reply_item *authority; /* linked list of authority RRs */ member 1041 u16 trans_id, questions, answers, authority, additional, datalength; in reply_parse() local 1054 GET16(authority); in reply_parse() 1056 (void) authority; /* suppress "unused variable" warnings. */ in reply_parse() 1189 for (i = 0; i < authority; ++i) { in reply_parse() 1240 u16 trans_id, flags, questions, answers, authority, additional; in request_parse() local 1250 GET16(authority); in request_parse() 1254 (void)authority; in request_parse() 1792 itemp = &req->authority; in evdns_server_request_add_reply() 1951 item = req->authority; in evdns_server_request_format_response() [all …]
|
| D | http.c | 4816 char *authority; in evhttp_uri_parse_with_flags() local 4818 authority = readp; in evhttp_uri_parse_with_flags() 4820 if (parse_authority(uri, authority, path) < 0) in evhttp_uri_parse_with_flags()
|
| /freebsd-12-stable/contrib/unbound/testdata/ |
| D | subnet_prezero.crpl | 21 ; The authority server is then going to use the resolver's IP, if any, to
|
| /freebsd-12-stable/lib/libsecureboot/ |
| D | README.rst | 90 A good example is https://jamielinux.com/docs/openssl-certificate-authority/
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrSystem.td | 92 // Extract and set extended authority. 285 // Branch and set authority.
|
| /freebsd-12-stable/crypto/openssl/doc/man5/ |
| D | x509v3_config.pod | 143 The authority key identifier extension permits two options. keyid and issuer: 213 The authority information access extension gives details about how to access
|
| /freebsd-12-stable/crypto/openssh/regress/ |
| D | agent-restrict.sh | 64 (printf "@cert-authority host_* " ; cat $OBJ/host_ca.pub) >> $OBJ/known_hosts
|
| /freebsd-12-stable/crypto/heimdal/doc/ |
| D | hx509.texi | 292 Certificate authority certificates have the right to issue additional 349 Certificate authority and the process to get new certificates should be simple. 420 This example below creates a new subordinate certificate authority.
|
| /freebsd-12-stable/crypto/openssl/doc/man1/ |
| D | s_time.pod | 178 the clients certificate authority in its "acceptable CA list" when it
|
| /freebsd-12-stable/share/examples/ipfilter/ |
| D | examples.txt | 361 defined classes and authority levels is supported. Currently, filtering on 362 16bit authority flags is not supported.
|
| /freebsd-12-stable/crypto/openssl/doc/man7/ |
| D | proxy-certificates.pod | 64 # Usual authority key ID
|
| /freebsd-12-stable/crypto/openssh/ |
| D | PROTOCOL.certkeys | 23 allow specification of certification authority keys in addition to
|