Page MenuHomeFreeBSD

Fix broken STARTTLS when SharedMemoryKey is enabled
ClosedPublic

Authored by hrs on Feb 17 2020, 7:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 5 2024, 12:35 AM
Unknown Object (File)
Sep 22 2024, 9:33 AM
Unknown Object (File)
Sep 18 2024, 1:33 AM
Unknown Object (File)
Sep 5 2024, 8:52 PM
Unknown Object (File)
Aug 30 2024, 11:29 PM
Unknown Object (File)
Aug 19 2024, 6:46 AM
Unknown Object (File)
Aug 17 2024, 10:27 PM
Unknown Object (File)
Jul 7 2024, 2:37 PM
Subscribers

Details

Summary

OpenSSL 1.1 API patch for sendmail has a bug which
prevents sm_RSA_generate_key() function from working.
This function is used to generate a temporary RSA key
for a shared memory region used for TLS processing.
Note that 12.0 and 12.1-RELEASE include this bug.

To trigger this bug, SM_CONF_SHM compile-time
option (enabled by default) and SharedMemoryKey
run-time option (not enabled by default) in a .cf file
are required. The latter corresponds to
confSHARED_MEMORY_KEY in a .mc file. See also Bug 242861.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable