Changes between Initial Version and Version 1 of Ticket #2193, comment 28
- Timestamp:
- 2014-04-15T01:52:02Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2193, comment 28
initial v1 7 7 * From Tahoe's `setup.py`, attempt `from OpenSSL import SSL`. 8 8 * If that succeeds and passes version sanity checks (including checks on the linked OpenSSL version for #2215), then use the requirement `pyOpenSSL == $WHATEVER_VERSION_WAS_IMPORTED`. 9 * If that does not succeed , then use the requirement `pyOpenSSL == 0.13` (or `== 0.13.1` if we decide to do the OpenSSL version check that way).9 * If that does not succeed or does not pass version santy checks, then use the requirement `pyOpenSSL == 0.13` (or `== 0.13.1` if we decide to do the OpenSSL version check that way). 10 10 11 11 That would implement the following: