-
Notifications
You must be signed in to change notification settings - Fork 410
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenSSL: Create only one library context per provider configuration
We are currently creating one OSSL_LIB_CTX per Config object, leading to a proliferation of SSL library contexts that can, in theory, go above the pthread key limit imposed by OpenSSL 3.x and result in subsequent failures. This patch attempts to only create one SSL library context per provider configuration and cache it. Signed-off-by: Razvan Cojocaru <razvan.cojocaru@openvpn.com>
- Loading branch information
Razvan Cojocaru
authored and
Jenkins-dev
committed
Feb 11, 2025
1 parent
5ed0234
commit ac94cc3
Showing
1 changed file
with
111 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters