forked from cooperative-computing-lab/cctools
-
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.
wq: openssl support (cooperative-computing-lab#2733)
* update openssl compilation flags * Add D_SSL debug flag * allow extra worker args in test run_local_worker * wrap struct link with TLS * add SSL support to wq * add SSL support wq python bindings * adds work_queue/test/TR_work_queue_ssl.sh * add --ssl to work_queue_status HOST PORT * adds --ssl to wq factory * fix ubuntu image transport, add libssl-dev * correctly detect openssl headers * add CCTOOLS_EXTERNAL_LINKAGE when compiling .so targets * export all config.mk variables from make This makes them available in tests that themselves do a compilation (e.g. TR_jx_merge.sh) * adds CCTOOLS_EXTERNAL_LINKAGE to tests that need it * detect server/client method available * add ssl to wq manual * comments from review * warn about no ssl
- Loading branch information
Showing
23 changed files
with
740 additions
and
178 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
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
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
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.