| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | revoke.c | 747 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 D | auth-bsdauth.c | 98 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 D | auth-skey.c | 79 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 D | padding.test | 92 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 D | root.db | 17 ; 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 D | filter-a.rst | 17 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 D | README | 17 responses. 20 responses of arbitrary size in arbitrary order.
|
| /netbsd-src/external/mpl/bind/dist/tests/dns/ |
| H A D | dispatch_test.c | 265 atomic_uint_fast32_t responses; global() member
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | fwd_minimal.rpl | 5 ; is fine for that, not removed by minimal-responses. 7 minimal-responses: yes 11 SCENARIO_BEGIN Test minimal-responses
|
| H A D | iter_resolve_minimised_refused.rpl | 5 minimal-responses: no 12 … www.refused.example.com. Simulate broken nameserver that gives REFUSED responses on QTYPE=NS quer…
|
| H A D | iter_resolve_minimised_nx.rpl | 5 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 D | rrl.c | 521 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 D | rrl.c | 19 * 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 D | ocsp_srv.c | 97 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 D | ocsp_prn.c | 187 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 D | ocsp_cl.c | 188 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 D | ocsp_prn.c | 187 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 D | ocsp_cl.c | 162 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 D | ocsp_srv.c | 96 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 D | cvsclient.texi | 71 @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 D | fwd_compress_c00c.conf | 12 minimal-responses: no
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | TODO | 4 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 D | differences.tex | 30 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 D | README.md | 47 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 D | 09-unbound-control.conf | 15 minimal-responses: yes
|