Changes between Initial Version and Version 1 of Ticket #2193, comment 28


Ignore:
Timestamp:
2014-04-15T01:52:02Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2193, comment 28

    initial v1  
    77* From Tahoe's `setup.py`, attempt `from OpenSSL import SSL`.
    88* 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).
    1010
    1111That would implement the following: