Home
last modified time | relevance | path

Searched refs:authority (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/crypto/openssl/doc/HOWTO/
H A Dcertificates.txt11 - 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 DADMISSIONS.pod112 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 DX509V3_set_ctx.pod20 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 DX509_get_extension_flags.pod134 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 DX509_verify.pod30 authority key identifier (if present) must match the subject key identifier etc.
H A DX509_STORE_CTX_get_error.pod250 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 D90-test_store.t549 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 Drequirements.txt98 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 DTODO28 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 Dgetrrsetbyname.c174 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 De_loader_attic.txt21 ATTIC_R_URI_AUTHORITY_UNSUPPORTED:110:uri authority unsupported
/freebsd/crypto/openssh/regress/unittests/hostkeys/testdata/
H A Dknown_hosts41 @cert-authority prometheus.example.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlz…
42 @cert-authority *.example.com ssh-dss AAAAB3NzaC1kc3MAAACBAKvjnFHm0VvMr5h2Zu3nURsxQKGoxm+DCzYDxRYci…
/freebsd/contrib/libpcap/
H A Dpcap.c1780 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 Dheim_err.et28 error_code NO_VALID_CA, "No valid certificate authority"
/freebsd/share/snmp/mibs/
H A DFREEBSD-MIB.txt21 core@FreeBSD.org is the final authority."
/freebsd/contrib/ntp/sntp/libevent/
H A Devdns.c293 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 Devdns.c293 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 DREADME.rst95 A good example is https://jamielinux.com/docs/openssl-certificate-authority/
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td92 // Extract and set extended authority.
285 // Branch and set authority.
/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh64 (printf "@cert-authority host_* " ; cat $OBJ/host_ca.pub) >> $OBJ/known_hosts
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_time.pod.in157 the clients certificate authority in its "acceptable CA list" when it
/freebsd/crypto/heimdal/doc/
H A Dhx509.texi292 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 Dexamples.txt361 defined classes and authority levels is supported. Currently, filtering on
362 16bit authority flags is not supported.
/freebsd/crypto/openssl/doc/man7/
H A Dproxy-certificates.pod63 # Usual authority key ID
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in59 * -- the authority indicated in the request is different from the

123