Message190872
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, ezio.melotti, pitrou |
| Date | 2013-06-09.20:23:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1370809415.27.0.86116178172.issue18138@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New patch: * rename function to add_ca_cert() * only accept CA certs, no other certs * raise an error if extra data is found after cert (e.g. two certs). PEM_read_bio_X509() silently ignores extra data * fixes from Ezio's code review * documentation |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-06-09 20:23:35 | christian.heimes | set | recipients: + christian.heimes, pitrou, ezio.melotti |
| 2013-06-09 20:23:35 | christian.heimes | set | messageid: <1370809415.27.0.86116178172.issue18138@psf.upfronthosting.co.za> |
| 2013-06-09 20:23:35 | christian.heimes | link | issue18138 messages |
| 2013-06-09 20:23:35 | christian.heimes | create | |