https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242861
Dan Lukes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #210201|0 |1 is obsolete| | --- Comment #1 from Dan Lukes <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
