Message203522
I think the patch in #16487 does too many things at once. The new patch is a draft for a new patch that adds SSLContext.load_verify_locations(cadata) to the SSL module. cadata can be a bunch of PEM encoded certs (ASCII) or DER encoded certs (bytes-like). The patch may contain bugs as I haven't verified all error paths yet. |
|
| Date |
User |
Action |
Args |
| 2013-11-20 19:24:21 | christian.heimes | set | recipients:
+ christian.heimes, jcea, pitrou, ezio.melotti |
| 2013-11-20 19:24:21 | christian.heimes | set | messageid: <[email protected]> |
| 2013-11-20 19:24:21 | christian.heimes | link | issue18138 messages |
| 2013-11-20 19:24:21 | christian.heimes | create | |
|