Lines Matching defs:client
604 /* Can't do anything on client side */
962 * is compatible with the client extensions.
1371 * and sending a certificate request or if we're a client and
1604 * by the client.
1617 /* with PSK there must be client callback set */
1653 * in SSLv3 if we are a client
1727 * Gets the ticket information supplied by the client if any.
1770 * a new session ticket to the client because the client indicated support
1771 * (and s->tls_session_secret_cb is NULL) but the client either doesn't have
1773 * s->ctx->ext.ticket_key_cb asked to renew the client's ticket.
1800 * The client will accept a ticket but doesn't currently have
2087 * We're a client that could negotiate TLSv1.3. We only allow GOST
2223 /* If client use client signature algorithms if not NULL */
2486 int tls1_set_sigalgs_list(CERT *c, const char *str, int client)
2494 return tls1_set_raw_sigalgs(c, sig.sigalgs, sig.sigalgcnt, client);
2498 int client)
2508 if (client) {
2521 int tls1_set_sigalgs(CERT *c, const int *psig_nids, size_t salglen, int client)
2550 if (client) {
2641 /* idx == -2 means checking client certificate chains */