Re: SSL module needs issuer information

2011-09-03 Thread Gelonida N
Hi John, On 09/03/2011 08:10 PM, John Nagle wrote: > The SSL module still doesn't return much information from the > certificate. SSLSocket.getpeercert only returns a few basic items > about the certificate subject. You can't retrieve issuer information, > and you can't get the extensions need

Re: SSL module needs issuer information

2011-09-03 Thread Terry Reedy
On 9/3/2011 2:10 PM, John Nagle wrote: The SSL module still doesn't return much information from the certificate. SSLSocket.getpeercert only returns a few basic items about the certificate subject. You can't retrieve issuer information, and you can't get the extensions needed to check if a cert i

SSL module needs issuer information

2011-09-03 Thread John Nagle
The SSL module still doesn't return much information from the certificate. SSLSocket.getpeercert only returns a few basic items about the certificate subject. You can't retrieve issuer information, and you can't get the extensions needed to check if a cert is an EV cert. With the latest fla