-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
(Discussion forked off a sub-thread in #261)
I think there's case for adding global library init and free functions to do global (single) initializations and then the corresponding cleanups.
OpenSSL has an initialization that's only necessary to do once per process, not once per context as we do now. It is even discouraged to get called without using the OpenSSL mutex locks when using threads, so it is also a reliability concern.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels