﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
231	"hush ""missing service_identity"" warning from Twisted"	Brian Warner		"Modern Twisted complains if you use SSL but it cannot import the `service_identity` module. This module parses X.590 certificates to check things like `SubjectName` and `CommonName`. Foolscap doesn't use these (it just hashes the entire certificate), but the only sane way to suppress the warning is to install `service_identity`.

However doing this from `setup.py` `install_require=` runs into some sort of packaging bug: `python setup.py install` complains that it can't find pyasn1 (full install log attached). This is weird, because it found pyasn1 just fine when I omitted `service_identity` from the dependency list. Maybe something to do with the order in which the deps were searched and installed?
"	defect	closed	major	0.8.0	packaging	0.7.0	fixed		
