Lines Matching defs:allow
927 * For a server we allow the certificate to not be in our list of supported
1286 * Some GOST ciphersuites allow more than one signature algorithms
1485 /* Only allow PSS for TLS 1.3 */
1652 * For historical reasons we will allow ECHDE to be selected by a server
2077 /* We never allow GOST sig algs on the server with TLSv1.3 */
2087 * We're a client that could negotiate TLSv1.3. We only allow GOST
2187 const uint16_t *allow, size_t allowlen)
2198 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) {
2213 const uint16_t *pref, *allow, *conf;
2235 allow = s->s3.tmp.peer_sigalgs;
2238 allow = conf;
2243 nmatch = tls12_shared_sigalgs(s, NULL, pref, preflen, allow, allowlen);
2249 nmatch = tls12_shared_sigalgs(s, salgs, pref, preflen, allow, allowlen);
2434 * We only allow SignatureSchemes listed in the sigalg_lookup_tbl;