Re: [Twisted-Python] ssl APIs

2015-12-21 Thread Glyph Lefkowitz
> On Dec 18, 2015, at 4:13 PM, meejah wrote: > > > Just to follow-up on this, I have submitted a patch for #7671 and filed > two tickets for the other two issues I brought up. These are: > > #8150: twisted.internet.ssl.KeyPair should provide loadPEM > #8151: add

Re: [Twisted-Python] ssl APIs

2015-12-18 Thread meejah
Just to follow-up on this, I have submitted a patch for #7671 and filed two tickets for the other two issues I brought up. These are: #8150: twisted.internet.ssl.KeyPair should provide loadPEM #8151: add twisted.internet.ssl.optionsForServerTLS I will likely submit a patch for 8150 in the

Re: [Twisted-Python] ssl APIs

2015-12-04 Thread Glyph Lefkowitz
> On Dec 3, 2015, at 9:14 PM, meejah wrote: > > > I've been fooling around with the Twisted SSL APIs. > > I'd like to add a "loadPEM" and documentation to ssl.KeyPair; shall I > open a ticket and start this, or is there a reason it doesn't have a > loadPEM() like some of the

[Twisted-Python] ssl APIs

2015-12-03 Thread meejah
I've been fooling around with the Twisted SSL APIs. I'd like to add a "loadPEM" and documentation to ssl.KeyPair; shall I open a ticket and start this, or is there a reason it doesn't have a loadPEM() like some of the other classes (or any docstrings)? It is exported as a public class in "ssl".