/freebsd/crypto/openssl/doc/HOWTO/ |
H A 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/crypto/openssl/doc/man3/ |
H A 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
|
H A D | X509V3_set_ctx.pod | 20 e.g., to look up values for filling in authority key identifiers. 28 for instance to help generating an authority key identifier extension. 41 or not) to provide fallback data for the authority key identifier extension.
|
H A 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
|
H A D | X509_verify.pod | 30 authority key identifier (if present) must match the subject key identifier etc.
|
H A D | X509_STORE_CTX_get_error.pod | 250 authority and subject key identifier mismatch> 253 identifier was present and did not match the authority key identifier current 257 authority and issuer serial number mismatch> 260 and serial number was present and did not match the authority key identifier of
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 90-test_store.t | 549 my ($file, $isdir, $authority) = @_; 589 return "file://$authority$file" if defined $authority; 600 my ($file, $isdir, $authority) = @_; 603 return to_file_uri(to_abs_file($file), $isdir, $authority);
|
/freebsd/contrib/unbound/doc/ |
H A 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.
|
H A D | TODO | 28 o add local-file: config with authority features. 58 o local-zone directive with authority service, full authority server
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getrrsetbyname.c | 174 struct dns_rr *authority; member 438 resp->authority = parse_dns_rrsection(answer, size, &cp, in parse_dns_response() 440 if (resp->header.nscount && resp->authority == NULL) { in parse_dns_response() 629 free_dns_rr(p->authority); in free_dns_response()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.txt | 21 ATTIC_R_URI_AUTHORITY_UNSUPPORTED:110:uri authority unsupported
|
/freebsd/crypto/openssh/regress/unittests/hostkeys/testdata/ |
H A D | known_hosts | 41 @cert-authority prometheus.example.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlz… 42 @cert-authority *.example.com ssh-dss AAAAB3NzaC1kc3MAAACBAKvjnFHm0VvMr5h2Zu3nURsxQKGoxm+DCzYDxRYci…
|
/freebsd/contrib/libpcap/ |
H A D | pcap.c | 1780 char *authority; local 1921 authority = get_substring(colonp + 3, authority_len, ebuf); 1922 if (authority == NULL) { 1934 parsep = authority; 1952 free(authority); 2003 free(authority); 2016 free(authority); 2027 free(authority); 2045 free(authority); 2070 free(authority); [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | heim_err.et | 28 error_code NO_VALID_CA, "No valid certificate authority"
|
/freebsd/share/snmp/mibs/ |
H A D | FREEBSD-MIB.txt | 21 core@FreeBSD.org is the final authority."
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A 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 …]
|
/freebsd/contrib/libevent/ |
H A 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 …]
|
/freebsd/lib/libsecureboot/ |
H A D | README.rst | 95 A good example is https://jamielinux.com/docs/openssl-certificate-authority/
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 92 // Extract and set extended authority. 285 // Branch and set authority.
|
/freebsd/crypto/openssh/regress/ |
H A D | agent-restrict.sh | 64 (printf "@cert-authority host_* " ; cat $OBJ/host_ca.pub) >> $OBJ/known_hosts
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-s_time.pod.in | 157 the clients certificate authority in its "acceptable CA list" when it
|
/freebsd/crypto/heimdal/doc/ |
H A 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/share/examples/ipfilter/ |
H A D | examples.txt | 361 defined classes and authority levels is supported. Currently, filtering on 362 16bit authority flags is not supported.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | proxy-certificates.pod | 63 # Usual authority key ID
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | cmp.h.in | 59 * -- the authority indicated in the request is different from the
|