[issue18207] OpenSSL may ignore seconds in notAfter

2013-06-17 Thread Christian Heimes
Christian Heimes added the comment: Additional versions of OpenSSL may be affected by the issue. We can add these versions whenever we run into the issue again. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python

[issue18207] OpenSSL may ignore seconds in notAfter

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset c484ca129288 by Christian Heimes in branch 'default': Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds http://hg.python.org/cpython/rev/c484ca129288 -- nosy: +python-dev ___ Pyt

[issue18207] OpenSSL may ignore seconds in notAfter

2013-06-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: I'm not sure we should care much about this, but feel free to improve the tests of course :-) -- components: +Tests -Extension Modules priority: normal -> low type: -> behavior ___ Python tracker

[issue18207] OpenSSL may ignore seconds in notAfter

2013-06-13 Thread Christian Heimes
New submission from Christian Heimes: I'm doing some testing with old versions of OpenSSL. Some versions like 0.9.8i from 15 Sep 2008 ignore seconds in notAfter field: ./python -m test test_ssl test_hashlib [1/2] test_ssl test test_ssl failed -- Traceback (most recent call last): File "/home/