Lines Matching refs:sent
42 The functions described here set and manage the list of CA names that are sent
45 For TLS versions 1.2 and earlier the list of CA names is only sent from the
47 names set is never sent from client to server and the list of CA names retrieved
50 For TLS 1.3 the list of CA names is sent using the B<certificate_authorities>
51 extension and may be sent by a client (in the ClientHello message) or by
55 of CA names that are acceptable to the client will be sent in plaintext to the
65 SSL_CTX_set_client_CA_list() sets the B<list> of CAs sent to the client when
69 SSL_set_client_CA_list() sets the B<list> of CAs sent to the client when
81 SSL_get_client_CA_list returns the list of client CAs sent from the server, if
85 list of CAs sent to the client when requesting a client certificate for
89 list of CAs sent to the client when requesting a client certificate for
93 has sent. This can be called on either the server or the client side. The
106 SSL_CTX_set0_CA_list() sets the list of CAs to be sent to the peer to
110 SSL_set0_CA_list() sets the list of CAs to be sent to the peer to B<name_list>
122 list of CAs sent to peer for B<ctx>.
125 list of CAs sent to the peer for B<s>, overriding the setting in the parent
164 SSL_get0_peer_CA_list() returns a stack of CA names sent by the peer or
165 B<NULL> or an empty stack if no list was sent.