This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015年01月01日 11:55 by pitrou, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg233280 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2015年01月01日 11:55 | |
There's a lot of conditional code in _ssl.c, meant to address the unavailability of some features in old OpenSSL versions. I think for 3.5 we should require at least 0.9.8 (which is already old), and consequently remove some of those conditionals. |
|||
| msg233370 - (view) | Author: Donald Stufft (dstufft) * (Python committer) | Date: 2015年01月03日 22:11 | |
+1, This sounds completely reasonable to do to me. |
|||
| msg233371 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年01月03日 22:17 | |
New changeset e9f05a4a5f16 by Antoine Pitrou in branch 'default': Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. https://hg.python.org/cpython/rev/e9f05a4a5f16 |
|||
| msg233372 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年01月03日 22:21 | |
New changeset 37c6fd09f71f by Antoine Pitrou in branch 'default': Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. https://hg.python.org/cpython/rev/37c6fd09f71f |
|||
| msg233374 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2015年01月03日 22:26 | |
Thanks! Now done. |
|||
| msg233410 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2015年01月04日 10:31 | |
Note that this change causes _ssl.so builds to fail on at least one buildbot, the OS X Tiger one, where the system OpenSSL version is 0.9.7. I've asked the buildbot owner to consider installing a local copy of a current OpenSSL. There may be other buildbots affected. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:11 | admin | set | github: 67332 |
| 2015年01月04日 10:31:16 | ned.deily | set | nosy:
+ ned.deily messages: + msg233410 |
| 2015年01月03日 22:26:02 | pitrou | set | status: open -> closed resolution: fixed messages: + msg233374 stage: needs patch -> resolved |
| 2015年01月03日 22:21:28 | python-dev | set | messages: + msg233372 |
| 2015年01月03日 22:17:31 | python-dev | set | nosy:
+ python-dev messages: + msg233371 |
| 2015年01月03日 22:11:54 | dstufft | set | messages: + msg233370 |
| 2015年01月03日 21:57:06 | pitrou | set | nosy:
+ janssen, giampaolo.rodola, christian.heimes, alex, dstufft |
| 2015年01月01日 11:55:39 | pitrou | create | |