[OpenSIPS-Devel] [OpenSIPS/opensips] 582170: tls: fix certificate matching when reusing connect...
Vlad Pătrașcu
noreply at github.com
Fri Nov 13 15:15:43 EST 2020
Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: 582170270c3e0e41d539108b640552ae3cb23cfd
https://github.com/OpenSIPS/opensips/commit/582170270c3e0e41d539108b640552ae3cb23cfd
Author: Vlad Patrascu <vladp at opensips.org>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M modules/proto_tls/proto_tls.c
M modules/proto_wss/proto_wss.c
M modules/tls_mgm/tls_conn_ops.h
Log Message:
-----------
tls: fix certificate matching when reusing connections
The SSL_CTX pointers may not be equal for the same SSL pointer (connection)
after the rework that changed the storage of the context to be
per-process. The tls_domain saved in the SSL extra storage will now be
used for matching the certificates instead.
More information about the Devel
mailing list