Re: M2Crypto 0.18 Roadmap
Keith Jackson <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
I'll go ahead and look at the proxy problem. I was already planning on spending some time on m2 this weekend, and I'm pretty familiar with proxy handling. --keith On Jun 8, 2007, at 11:29 AM, Heikki Toivonen wrote: >> * I have a question about the handling of proxy certificate DNs. >> X509_Name.CN will yield only one value even if there are multiple >> CN entries: > > This is bug https://bugzilla.osafoundation.org/show_bug.cgi?id=5380 > > There is an OpenSSL API for getting this, but so far I haven't been > able > to wrap that successfully yet; there are parts of the API that I don't > understand completely.