On Tue, Jun 11, 2002 at 11:35:05AM -0400, Nadeem Hoda wrote:
> 
> Does anybody know what the appropriate OpenSSL call for the following RSA
> SSL call:
> 
> SSL_CTX_set_tmp_key_mode (ssl_ctx, SSL_TMP_512_RSA, SSL_TMP_GENERATE_LATER);
> 
> where ssl_ctx = SSL_CTX_new(SSLv23_server_method());

Search for tmp_rsa_cb in openssl/apps/s_server.c to find an example on
how the generation of temporary RSA keys is handled.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to