Date: Tue, 24 Dec 2019 16:03:13 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 242861] Sendmail's STARTTLS broken for 12.1-RELEASE/12.0-RELEASE/12-STABLE/HEAD Message-ID: <bug-242861-227-XkAwgW77D6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242861-227@https.bugs.freebsd.org/bugzilla/> References: <bug-242861-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242861 Dan Lukes <dan+freebsd.org@obluda.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #210201|0 |1 is obsolete| | --- Comment #1 from Dan Lukes <dan+freebsd.org@obluda.cz> --- Created attachment 210203 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210203&action=edit tls.c::sm_RSA_generate_key() patch, simpler version Further analysis has discovered all bugs mentioned are caused by two forgotten/excessive lines. The duplicate call of BN_set_word (rc = BN_set_word(bn_rsa_r4, RSA_F4)) and the excessive "return NULL" that should not be here at all. This version of patch proposes much smaller change than the previous one. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242861-227-XkAwgW77D6>
