paramiko/tests
Alex Gaynor 6f211115f4 Switch from using PyCrypto's Random to using os.urandom.
There's several reasons for this change:

1) It's faster for reads up to 1024 bytes (nearly 10x faster for 16 byte reads)
2) It receives considerably more security review since it's in the kernel.
3) It's yet another step towards running on PyPy.
4) Using userspace CSPRNGs is considered something of an anti-pattern. See:
   http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/
   http://webcache.googleusercontent.com/search?q=cache:2nTvpCgKZXIJ:www.2uo.de/myths-about-urandom/+&cd=3&hl=en&ct=clnk&gl=us
2014-03-29 19:22:36 -07:00
..
__init__.py Add Py3.2 and Py3.3 to travis 2013-10-30 16:02:01 -07:00
loop.py Start in on star import eradication 2014-03-07 16:17:19 -08:00
stub_sftp.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_auth.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_buffered_pipe.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_client.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_dss.key [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_dss_password.key [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-19] 2005-06-28 07:24:10 +00:00
test_ecdsa.key Introduce ECDSA 2013-03-25 12:19:21 -04:00
test_ecdsa_password.key Introduce ECDSA 2013-03-25 12:19:21 -04:00
test_file.py Start in on star import eradication 2014-03-07 16:17:19 -08:00
test_hostkeys.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_kex.py Switch from using PyCrypto's Random to using os.urandom. 2014-03-29 19:22:36 -07:00
test_message.py Start in on star import eradication 2014-03-07 16:17:19 -08:00
test_packetizer.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_pkey.py Switch from using PyCrypto's Random to using os.urandom. 2014-03-29 19:22:36 -07:00
test_rsa.key [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_rsa_password.key [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-19] 2005-06-28 07:24:10 +00:00
test_sftp.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_sftp_big.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_transport.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_util.py Switch from using PyCrypto's Random to using os.urandom. 2014-03-29 19:22:36 -07:00
util.py Use test_path to avoid relative path issues 2013-10-30 16:22:52 -07:00