cryptography/tests
Marko Kreen 0f8626093c
Support OpenSSH private key serialization format (#5146)
* ssh.py contains load/serialize code.
* Add PrivateFormat.OpenSSH to .private_bytes() format.
* Add load_ssh_private_key().
* Use new code for PublicFormat.OpenSSH too.
* load_ssh_public_key() now supports reading signed public keys.
* Supported algorithms: rsa, dsa, ec, ed25519.
* Optional dependency on 'bcrypt' package via [ssh] extra
2020-06-20 19:06:26 -05:00
..
hazmat Support OpenSSH private key serialization format (#5146) 2020-06-20 19:06:26 -05:00
hypothesis turn off hypothesis deadlines, enforced by default in 4.0 (#4696) 2019-01-16 00:56:42 -05:00
wycheproof Added wycheproof hmac vectors (#5238) 2020-04-26 15:53:58 -05:00
x509 Unify X.509 signature algorithm validation (#5276) 2020-06-14 16:12:06 -05:00
__init__.py
conftest.py Simplify string formatting (#4757) 2019-02-20 12:38:32 +08:00
doubles.py standard future import 2016-03-06 09:54:23 -05:00
test_cryptography_utils.py Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077) 2018-01-10 08:17:09 -05:00
test_fernet.py Add a way to pass current time to Fernet (#5256) 2020-06-14 13:30:18 -05:00
test_interfaces.py Add a register_interface_if decorator. (#3120) 2016-08-29 08:21:28 -04:00
test_utils.py HTTPS a bunch of links in random places (#4666) 2018-12-31 10:10:09 -06:00
test_warnings.py Test deleting deprecated attributes. 2016-03-21 11:38:20 +00:00
utils.py Refs #5075 -- use hkdf_*.json from wycheproof (#5190) 2020-04-12 09:58:07 -05:00