Lines Matching refs:list
12 - get list of available SSL_CIPHERs
38 The list depends on settings like the cipher list, the supported protocol
42 The list of ciphers that would be sent in a ClientHello can differ from
43 the list of ciphers that would be acceptable when acting as a server.
45 a gap in the list of supported protocols, and some ciphers may not be
50 list received from the client on B<ssl>. If B<ssl> is NULL, no ciphers are
66 SSL_get_shared_ciphers() creates a colon separated and NUL terminated list of
68 the buffer that should be populated with the list of names and B<size> is the
70 error. If the supplied buffer is not large enough to contain the complete list
71 of names then a truncated list of names will be returned. Note that just because
72 a ciphersuite is available (i.e. it is configured in the cipher list) and shared
86 sorted list of available ciphers, until NULL is returned.