[Bug 242861] Sendmail's STARTTLS broken for 12.1-RELEASE/12.0-RELEASE/12-STABLE/HEAD

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 24 16:03:13 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242861

Dan Lukes <dan+freebsd.org at obluda.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #210201|0                           |1
        is obsolete|                            |

--- Comment #1 from Dan Lukes <dan+freebsd.org at 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.


More information about the freebsd-bugs mailing list