Sets the list of available ciphers
Sets the list of available ciphers (TLS v1.2 and below). For TLSv1.3, this function has no effect; call SSL_set_ciphersuites instead.
the SSL object to set the cipher list for
a colon-delimited sequence of cipher names
1 if any cipher could be selected, 0 on complete failure
See Implementation
Sets the list of available ciphers
Sets the list of available ciphers (TLS v1.2 and below). For TLSv1.3, this function has no effect; call SSL_set_ciphersuites instead.