Lines Matching defs:allow
948 * For a server we allow the certificate to not be in our list of supported
1307 * Some GOST ciphersuites allow more than one signature algorithms
1506 /* Only allow PSS for TLS 1.3 */
1673 * For historical reasons we will allow ECHDE to be selected by a server
2098 /* We never allow GOST sig algs on the server with TLSv1.3 */
2108 * We're a client that could negotiate TLSv1.3. We only allow GOST
2208 const uint16_t *allow, size_t allowlen)
2219 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) {
2234 const uint16_t *pref, *allow, *conf;
2256 allow = s->s3.tmp.peer_sigalgs;
2259 allow = conf;
2264 nmatch = tls12_shared_sigalgs(s, NULL, pref, preflen, allow, allowlen);
2270 nmatch = tls12_shared_sigalgs(s, salgs, pref, preflen, allow, allowlen);
2455 * We only allow SignatureSchemes listed in the sigalg_lookup_tbl;