Lines Matching refs:L
28 When the SSL_CTX object was created with L<SSL_CTX_new(3)>,
32 L<SSL_CTX_set_ssl_version(3)> or
33 L<SSL_set_ssl_method(3)>.)
40 When using the L<SSL_connect(3)> or
41 L<SSL_accept(3)> routines, the correct handshake
43 using L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, or L<SSL_read(3)>,
50 L<SSL_CTX_new(3)>. If a generic method or a dedicated server method was
51 passed to L<SSL_CTX_new(3)>, SSL_is_server() returns 1; otherwise, it returns 0.
62 L<ssl(7)>, L<SSL_new(3)>, L<SSL_CTX_new(3)>,
63 L<SSL_connect(3)>, L<SSL_accept(3)>,
64 L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, L<SSL_read(3)>,
65 L<SSL_do_handshake(3)>,
66 L<SSL_CTX_set_ssl_version(3)>
75 L<https://www.openssl.org/source/license.html>.