Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27156 > unrolled thread
| Started by | Antoine Pitrou <solipsis@pitrou.net> |
|---|---|
| First post | 2012-08-16 11:48 +0000 |
| Last post | 2012-08-16 11:48 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: SSLSocket.getpeercert() doesn't return issuer, serial number, etc Antoine Pitrou <solipsis@pitrou.net> - 2012-08-16 11:48 +0000
| From | Antoine Pitrou <solipsis@pitrou.net> |
|---|---|
| Date | 2012-08-16 11:48 +0000 |
| Subject | Re: SSLSocket.getpeercert() doesn't return issuer, serial number, etc |
| Message-ID | <mailman.3357.1345117736.4697.python-list@python.org> |
Hello, Gustavo Baratto <gbaratto <at> gmail.com> writes: > > SSL.Socket.getpeercert() doesn't return essential information present in the > client certificate (issuer, serial number, not before, etc), and it looks it is > by design: It does, in Python 3.2: http://docs.python.org/py3k/library/ssl.html#client-side-operation (although the getpeercert() doc should be updated to reflect this) If some information is still lacking from the returned value, please open an issue at http://bugs.python.org Regards Antoine. -- Software development and contracting: http://pro.pitrou.net
Back to top | Article view | comp.lang.python
csiph-web