[issue22768] Add a way to get the peer certificate of a SSL Transport

Antoine Pitrou report at bugs.python.org
Thu Oct 30 19:56:36 CET 2014


Antoine Pitrou added the comment:

> some methods take parameters (like the offender getpeercert(bool), or 
> get_channel_binding() that takes an element of 
> ssl.CHANNEL_BINDING_TYPES, list that may grow in the future) that need 
> to be covered in the properties

That's a good point. I don't have any strong feelings either way. Perhaps other people want to chime in?

As for the patch, it will need to add a unit test as well.

----------
stage:  -> patch review
versions: +Python 3.5 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22768>
_______________________________________


More information about the Python-bugs-list mailing list