forked from openenclave/openenclave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build OpenSSL with threading support.
This allows OpenSSL to be used in multi-threaded enclaves. - Remove no-threads configuration option. - Implement pthread_atfork API which is used by OpenSSL initialization only if OPENSSL_INIT_ATFORK option is used to initialize OpenSSL. Enclaves don't support forking. - Implement pthread_create API so that threads_test passes. Signed-off-by: Anand Krishnamoorthi <[email protected]>
- Loading branch information
Showing
9 changed files
with
612 additions
and
111 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
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
Oops, something went wrong.