From: Bodo Möller Date: Wed, 25 Jul 2001 10:04:14 +0000 (+0000) Subject: add a comment X-Git-Tag: OpenSSL_0_9_6c~147^2~73 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7bc03ded122f6538fbcc321db987ba4338f5e278 add a comment --- diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index 8d1041ce00..bc0d1cc9b6 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -270,6 +270,10 @@ int ssl3_accept(SSL *s) && !(l & SSL_KRB5) #endif /* OPENSSL_NO_KRB5 */ ) + /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key + * even when forbidden by protocol specs + * (handshake may fail as clients are not required to + * be able to handle this) */ s->s3->tmp.use_rsa_tmp=1; else s->s3->tmp.use_rsa_tmp=0;