Home
last modified time | relevance | path

Searched refs:responses (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c747 for (j = 0; j < ocsp->ocsp.tbsResponseData.responses.len; j++) { in hx509_revoke_verify()
750 ret = der_heim_integer_cmp(&ocsp->ocsp.tbsResponseData.responses.val[j].certID.serialNumber, in hx509_revoke_verify()
758 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_revoke_verify()
760 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.issuerNameHash); in hx509_revoke_verify()
769 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.hashAlgorithm, in hx509_revoke_verify()
771 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.issuerKeyHash); in hx509_revoke_verify()
775 switch (ocsp->ocsp.tbsResponseData.responses.val[j].certStatus.element) { in hx509_revoke_verify()
788 if (ocsp->ocsp.tbsResponseData.responses.val[j].thisUpdate > in hx509_revoke_verify()
793 if (ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate) { in hx509_revoke_verify()
794 if (*ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate < now) in hx509_revoke_verify()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-bsdauth.c98 bsdauth_respond(void *ctx, u_int numresponses, char **responses) in bsdauth_respond() argument
112 authok = auth_userresponse(authctxt->as, responses[0], 0); in bsdauth_respond()
114 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok); in bsdauth_respond()
H A Dauth-skey.c79 skey_respond(void *ctx, u_int numresponses, char **responses) in skey_respond() argument
86 skey_passcheck(authctxt->pw->pw_name, responses[0]) != -1) in skey_respond()
/netbsd-src/external/bsd/unbound/dist/testdata/padding.tdir/
H A Dpadding.test92 echo "> disable padding of responses."
93 $PRE/unbound-control -c ub2.conf set_option pad-responses: no
101 echo "> enable padding of responses."
102 $PRE/unbound-control -c ub2.conf set_option pad-responses: yes
103 echo "> set pad responses block size to 64"
104 $PRE/unbound-control -c ub2.conf set_option pad-responses-block-size: 64
125 echo "> set pad responses block size to 512"
126 $PRE/unbound-control -c ub2.conf set_option pad-responses-block-size: 512
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/ns1/
H A Droot.db17 ; rewrite responses from this zone
21 ; rewrite responses from this secure zone unless dnssec requested (DO=1)
28 ; rewrite responses from this zone
/netbsd-src/external/mpl/bind/dist/bin/plugins/
H A Dfilter-a.rst17 filter-a.so - filter A in DNS responses when AAAA is present
64 filtering applies to all responses, not only authoritative
79 This option is identical to ``filter-a-on-v6``, except that it filters A responses
81 responses, set both options to ``yes``.
/netbsd-src/external/mpl/bind/dist/bin/tests/system/chain/
H A DREADME17 responses.
20 responses of arbitrary size in arbitrary order.
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Ddispatch_test.c265 atomic_uint_fast32_t responses; global() member
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dfwd_minimal.rpl5 ; is fine for that, not removed by minimal-responses.
7 minimal-responses: yes
11 SCENARIO_BEGIN Test minimal-responses
H A Diter_resolve_minimised_refused.rpl5 minimal-responses: no
12 … www.refused.example.com. Simulate broken nameserver that gives REFUSED responses on QTYPE=NS quer…
H A Diter_resolve_minimised_nx.rpl5 minimal-responses: no
12 … of www.ent.example.com. Simulate broken nameserver that gives NXDOMAIN responses on empty-non-ter…
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c521 balance = e->responses + age * rate; in response_balance()
648 hash_key(&e->key), age_str, e->responses, action); in debit_log()
713 e->responses = rate; in debit_rrl_entry()
716 e->responses += rate * age; in debit_rrl_entry()
717 if (e->responses > rate) { in debit_rrl_entry()
718 e->responses = rate; in debit_rrl_entry()
744 if (--e->responses >= 0) { in debit_rrl_entry()
751 if (e->responses < min) { in debit_rrl_entry()
752 e->responses = min; in debit_rrl_entry()
1134 e->responses = -(rrl->window + 1); in dns_rrl()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drrl.c19 * Rate limit DNS responses.
392 * Collisions result in legitimate rate limiting responses for one in key_cmp()
393 * query name also limiting responses for other names to the in key_cmp()
416 * referral and NODATA responses, count them as the same.
499 balance = e->responses + age * rate; in get_rate()
625 DNS_RRL_LOG_DEBUG3, "rrl %08x %6s responses=%-3d %s", in get_entry()
626 hash_key(&e->key), age_str, e->responses, action); in get_entry()
691 e->responses = rate; in debit_rrl_entry()
694 e->responses += rate * age; in debit_rrl_entry()
695 if (e->responses > rat in debit_rrl_entry()
[all...]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_srv.c97 if (rsp->tbsResponseData.responses == NULL in OCSP_basic_add1_status()
98 && (rsp->tbsResponseData.responses in OCSP_basic_add1_status()
149 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData.responses, single))) in OCSP_basic_add1_status()
H A Docsp_prn.c187 for (i = 0; i < sk_OCSP_SINGLERESP_num(rd->responses); i++) { in OCSP_RESPONSE_print()
188 if (!sk_OCSP_SINGLERESP_value(rd->responses, i)) in OCSP_RESPONSE_print()
190 single = sk_OCSP_SINGLERESP_value(rd->responses, i); in OCSP_RESPONSE_print()
H A Docsp_cl.c188 return sk_OCSP_SINGLERESP_num(bs->tbsResponseData.responses); in OCSP_resp_count()
197 return sk_OCSP_SINGLERESP_value(bs->tbsResponseData.responses, idx); in OCSP_resp_get0()
261 sresp = bs->tbsResponseData.responses; in OCSP_resp_find()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_prn.c187 for (i = 0; i < sk_OCSP_SINGLERESP_num(rd->responses); i++) { in OCSP_RESPONSE_print()
188 if (!sk_OCSP_SINGLERESP_value(rd->responses, i)) in OCSP_RESPONSE_print()
190 single = sk_OCSP_SINGLERESP_value(rd->responses, i); in OCSP_RESPONSE_print()
H A Docsp_cl.c162 return sk_OCSP_SINGLERESP_num(bs->tbsResponseData.responses); in OCSP_resp_count()
170 return sk_OCSP_SINGLERESP_value(bs->tbsResponseData.responses, idx); in OCSP_resp_get0()
234 sresp = bs->tbsResponseData.responses; in OCSP_resp_find()
H A Docsp_srv.c96 if (rsp->tbsResponseData.responses == NULL in OCSP_basic_add1_status()
97 && (rsp->tbsResponseData.responses in OCSP_basic_add1_status()
148 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData.responses, single))) in OCSP_basic_add1_status()
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dcvsclient.texi71 @code{Valid-responses} mechanism (@pxref{Protocol}), which is more
107 client sends all its requests (without waiting for server responses),
108 and then waits for the server to send back all responses (without
191 The possible server responses (each of which is followed by a linefeed)
210 provide a series of @samp{E} responses followed by @samp{error}.
250 the responses described above (@samp{I LOVE YOU}, etc.).
307 @dfn{responses} are what the server sends. In general, the connection is
308 governed by the client---the server does not send responses without
313 @code{Valid-responses} request, containing all the responses it
331 * Strings:: Strings in various requests and responses
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/
H A Dfwd_compress_c00c.conf12 minimal-responses: no
/netbsd-src/external/bsd/unbound/dist/doc/
H A DTODO4 will result in proper negative responses.
53 of responses over a time interval is collected, and each is validated.
73 [2] more logging about stuff like SERVFAIL and REFUSED responses
/netbsd-src/external/bsd/nsd/dist/doc/
H A Ddifferences.tex30 This note describes observed differences in responses between NSD and
52 particular zone. Then the responses from the name server are recorded.
104 \subsection{Comparison of responses to root queries}
145 \subsection{Comparison of responses to NL TLD queries}
190 of that RFC the DO bit is shown for signed dig responses, although this could
413 since responses to those requests are within protocol specs.
627 \subsection{Comparison of responses in root trace}
630 Note that apart from the 26 packets that are different, all responses are
646 \subsection{Comparison of responses in NL TLD trace}
649 Note that apart from the 311 packets that are different, all responses are
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A DREADME.md47 requests to the builder, then waits for a block of responses to all of
52 When multiple requests are in a block, the responses are also in a
53 block, and in corresponding order. The responses must not be
57 communication to listen for incoming responses (or new requests) until
62 Requests and responses are user-readable text. It is not intended as
139 Boolean responses use:
164 the block will fail (producing error responses).
388 and responses are returned.
391 for, and responses made. Builders that serve multiple concurrent
/netbsd-src/external/bsd/unbound/dist/testdata/09-unbound-control.tdir/
H A D09-unbound-control.conf15 minimal-responses: yes

12345678910>>...16