/[base]
ViewVC logotype

Revision 359081


Jump to revision: Previous Next
Author: hrs
Date: Wed Mar 18 18:21:58 2020 UTC (4 years, 3 months ago)
Changed paths: 2
Log Message:
MFC of r358404, r358410, r358412, and r358413:

Fix broken STARTTLS when SharedMemoryKey is enabled.

OpenSSL 1.1 API patch for sendmail had a bug which
prevented 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.

This affects only if SM_CONF_SHM compile-time
option (enabled by default) and SharedMemoryKey
run-time option (not enabled by default) in a .cf file are
specified.  The latter corresponds to confSHARED_MEMORY_KEY in
a .mc file.

Fix style inconsistencies.

Do not free p and g parameters after calling DH_set0_pqg(3).

PR:		242861
Differential Revision:	https://reviews.freebsd.org/D23734


Changed paths

Path Details
Directorystable/12/ modified , props changed
Directorystable/12/contrib/sendmail/src/tls.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27