]> git.ipfire.org Git - thirdparty/tornado.git/commit
Validate SSL certs by default at the IOStream level.
authorBen Darnell <ben@bendarnell.com>
Sun, 15 Feb 2015 22:40:40 +0000 (17:40 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 15 Feb 2015 22:40:40 +0000 (17:40 -0500)
commit308d8724db48b3fe18d9a936d0b16b2ac0e0e1a3
tree295491b678e9e18e0dcd0f8a8a188aeb4c761038
parentd41d1609ae13010d2f524e31a802dd8c35bdaa73
Validate SSL certs by default at the IOStream level.

Use the system certificates instead of certifi when available.
Note that this does not change the behavior of simple_httpclient,
which always uses certifi but will be changing in a future commit.
tornado/iostream.py
tornado/test/iostream_test.py