Message203522
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, ezio.melotti, jcea, pitrou |
| Date | 2013-11-20.19:24:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1384975461.62.0.88434315391.issue18138@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1384975461.62.0.88434315391.issue18138@psf.upfronthosting.co.za> |
| 2013-11-20 19:24:21 | christian.heimes | link | issue18138 messages |
| 2013-11-20 19:24:21 | christian.heimes | create | |