|
NAMESSL_CTX_set_tmp_rsa_callback ,
SSL_CTX_set_tmp_rsa ,
SSL_CTX_need_tmp_RSA ,
SSL_set_tmp_rsa_callback ,
SSL_set_tmp_rsa ,
SSL_need_tmp_RSA —
handle RSA keys for ephemeral key exchange
SYNOPSIS#include <openssl/ssl.h>
void
long
long
void
long
long
DESCRIPTIONSince they mattered only for deliberately insecure RSA authentication mandated by historical U.S. export restrictions, these functions are all deprecated and have no effect except thatSSL_CTX_set_tmp_rsa_callback (),
SSL_CTX_set_tmp_rsa (),
SSL_set_tmp_rsa_callback (), and
SSL_set_tmp_rsa () issue error messages when called.
RETURN VALUESThese functions always return 0, indicating failure.SEE ALSOssl(3), SSL_CTX_set_cipher_list(3), SSL_CTX_set_options(3), SSL_CTX_set_tmp_dh_callback(3), SSL_new(3), SSL_set_tmp_ecdh(3)HISTORYSSL_CTX_set_tmp_rsa_callback (),
SSL_CTX_set_tmp_rsa (), and
SSL_CTX_need_tmp_RSA () first appeared in SSLeay 0.8.0
and have been available since OpenBSD 2.4.
Visit the GSP FreeBSD Man Page Interface. |