Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 8 of 8) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/.github/
Dpull_request_template.md2 * Pull requests cannot be accepted until the PR follows the [contributing guidelines](../CONTRIBUTI…
/openthread-3.6.0/third_party/mbedtls/repo/
DCONTRIBUTING.md5 … will be reviewed by the project team and community and may need some modifications to be accepted.
6 …justification for that. If there is an API change, the contribution, if accepted, will be merged o…
47 …to avoid the API change. API changes without very strong justification are unlikely to be accepted.
DChangeLog1232 mbedTLS configuration only SHA-2 signed certificates are accepted.
1451 adversary to construct non-primes that would be erroneously accepted as
2122 accepted. Generating these signatures required the private key.
2166 MBEDTLS_PADDING_ONE_AND_ZEROS that sometimes accepted invalid padding.
3162 RelativeDistinguishedName are not accepted any more.
3303 * Fix #include path in ecdsa.h which wasn't accepted by some compilers.
3521 * Client and server now filter sent and accepted ciphersuites on minimum
3627 RelativeDistinguishedName are not accepted any more.
3882 * Added option to add minimum accepted SSL/TLS protocol version
/openthread-3.6.0/src/core/net/
Dtcp6.cpp1056 bool accepted = true; in tcplp_sys_accepted_connection() local
1068 accepted = false; in tcplp_sys_accepted_connection()
1072 return accepted; in tcplp_sys_accepted_connection()
/openthread-3.6.0/src/cli/
DREADME_TCP.md196 …endpoint, then any incoming connections matching the specified name are accepted and associated wi…
/openthread-3.6.0/
DCONTRIBUTING.md28 …ck. Getting early feedback will help ensure your implementation work is accepted by the community.…
/openthread-3.6.0/third_party/tcplp/bsdtcp/
Dtcp_input.c2021 … bool accepted = tcplp_sys_accepted_connection(tp->accepted_from, tp, &ip6->ip6_src, th->th_sport); in tcp_do_segment() local
2022 if (!accepted) { in tcp_do_segment()
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pk.function225 * We do not document that NULL is accepted, so we may wish to change