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.

Author pitrou
Recipients asvetlov, brandon-rhodes, christian.heimes, dstufft, giampaolo.rodola, jcea, kristjan.jonsson, martius, pitrou, vstinner
Date 2015-07-09.13:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436447652.1.0.126682643363.issue16487@psf.upfronthosting.co.za>
In-reply-to
Content
I thing adding "keydata" and "certdata" makes things more complicated, on the contrary. You start having an API with many optional arguments but some of them are exclusive with each other (because you can only specify a single key and cert chain).

The "cafile", "capath", "cadata" in load_verify_locations() are cumulative, but they would be exclusive in load_cert_chain(): there's not much symmetry.
History
Date User Action Args
2015-07-09 13:14:12pitrousetrecipients: + pitrou, jcea, kristjan.jonsson, vstinner, giampaolo.rodola, christian.heimes, asvetlov, brandon-rhodes, dstufft, martius
2015-07-09 13:14:12pitrousetmessageid: <1436447652.1.0.126682643363.issue16487@psf.upfronthosting.co.za>
2015-07-09 13:14:12pitroulinkissue16487 messages
2015-07-09 13:14:11pitroucreate