A Hettinger added the comment:
The specific thing I'm interested in is the custom extension
"1.3.6.1.4.43167.0.0", but all of the X509 data should be imported.
Client shows both the openssl and python outputs. I would expect anything the
ssl system doesn't explicitly know
Changes by A Hettinger :
Added file: http://bugs.python.org/file34625/cert.pem
___
Python tracker
<http://bugs.python.org/issue20469>
___
___
Python-bugs-list mailin
Changes by A Hettinger :
Added file: http://bugs.python.org/file34624/Server.py
___
Python tracker
<http://bugs.python.org/issue20469>
___
___
Python-bugs-list mailin
Changes by A Hettinger :
Added file: http://bugs.python.org/file34623/Client.py
___
Python tracker
<http://bugs.python.org/issue20469>
___
___
Python-bugs-list mailin
A Hettinger added the comment:
There was a request on the python-dev to check this on windows 8.
I confirm the same behavior.
Windows 8.1 Pro 64bit
Python 3.4.0 32bit (release)
Installed current user:
Does not show up in Add/Remove Programs
Installer correctly sees installation and can remove
Changes by A Hettinger :
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issue20469>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from A Hettinger:
I have crafted an ssl cert which contains a custom extension, when I check the
cert using OpenSSL on the commandline, I clearly see the extension, but when I
have the server try to pprint.pprint(s.getpeercert()), I do not see these
fields.
Overall, I think it