python-tuf/tests/ssl_certs
Sebastien Awwad b163caa29b
Test: add https test with expired server certificate
in test_download.py. In the process, added another test cert
and generalized the server process killer in test_download.py.

Additionally, I added another expected-to-be-good certificate
that was generated in the same way as the new bad certificates
(but for their individual flaws of course). This is because
the new certs aren't exactly like the old good cert, so that
we have another cert to test against in case the way the
certs were generated turns out to matter at some point in the
future.

Also slightly increased a start-servers delay in the test
in response to one test system taking too long and seeing
connection issues. Probably not helped by the number of
processes. Clarified a related comment in the test code.

Also made a note that environment variable cleanup would be
good to add to test_download.py, either copied from or moved
somewhere accessible from test_proxy_use.py

Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2018-09-26 14:15:36 -04:00
..
proxy_ca.crt Test: add proxy certs and reorganize certs in test data dir 2018-09-21 13:13:52 -04:00
proxy_ca.key Test: add proxy certs and reorganize certs in test data dir 2018-09-21 13:13:52 -04:00
proxy_cert.key Test: add proxy certs and reorganize certs in test data dir 2018-09-21 13:13:52 -04:00
ssl_cert.crt Test: add proxy certs and reorganize certs in test data dir 2018-09-21 13:13:52 -04:00
ssl_cert.key Test: add proxy certs and reorganize certs in test data dir 2018-09-21 13:13:52 -04:00
ssl_cert_2.crt Test: add https test with expired server certificate 2018-09-26 14:15:36 -04:00
ssl_cert_expired.crt Test: add https test with expired server certificate 2018-09-26 14:15:36 -04:00
ssl_cert_wronghost.crt Test: add proxy certs and reorganize certs in test data dir 2018-09-21 13:13:52 -04:00