From f49311ef9ee76c2e4cce402e377867eff308aca0 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 22 May 2012 03:56:06 -0700 Subject: Add better certificate handling. Certificate host names are now matched (using DNS, SRV, XMPPAddr, and Common Name), along with expiration check. Scheduled event to reset the stream once the server's cert expires. Handle invalid cert trust chains gracefully now. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4bb77bd9..de89021b 100755 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ setup( license = 'MIT', platforms = [ 'any' ], packages = packages, - requires = [ 'dnspython' ], + requires = [ 'dnspython', 'pyasn1', 'pyasn1_modules' ], classifiers = CLASSIFIERS, cmdclass = {'test': TestCommand} ) -- cgit v1.2.3