Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242861

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=3D210203&action=
=3Dedit
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 =3D
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242861-227-XkAwgW77D6>