commit | 7bc03ded122f6538fbcc321db987ba4338f5e278 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Wed Jul 25 10:04:14 2001 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Wed Jul 25 10:04:14 2001 +0000 |
tree | 0b000298245828038b293a126ea01a2efc85f804 | |
parent | ea3b8af50ac7a757905317df1b0f662edcbda6a2 [diff] [blame] |
add a comment
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index 8d1041c..bc0d1cc 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c
@@ -270,6 +270,10 @@ && !(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;