[issue1583946] SSL "issuer" and "server" names cannot be parsed

Bill Janssen report at bugs.python.org
Thu Aug 30 00:54:31 CEST 2007


Bill Janssen added the comment:

Actually, looking at it further, I'm not sure that it is fixed by the new 
SSL code.  If in fact the issuer or subject field can contain multiple 
name-value pairs with the same name, the dictionary-based approach 
currently used won't work.  We'll need more of an alist approach, with 
name-value tuples in it.  I'd better look into this.

----------
assignee:  -> janssen

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1583946>
_____________________________________


More information about the Python-bugs-list mailing list