aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-02-19 09:33:49 -0800
committerDavid Reid <dreid@dreid.org>2014-02-19 09:33:49 -0800
commitd750e9b3ded1bdae43a3bbd99b1f463c75317a2b (patch)
treebc47a5368f31e37f89cb14d8689d9d38892b7bcf /tests/hazmat/primitives
parentf8cf48bb4a751451ebb7571e91e1eda3b7345e88 (diff)
parent7d9c306cd6bd1a3250d7b85e812b9cb90aaa3fd3 (diff)
downloadcryptography-d750e9b3ded1bdae43a3bbd99b1f463c75317a2b.tar.gz
cryptography-d750e9b3ded1bdae43a3bbd99b1f463c75317a2b.tar.bz2
cryptography-d750e9b3ded1bdae43a3bbd99b1f463c75317a2b.zip
Merge pull request #636 from reaperhulk/rsa-signature-loader
Expand PKCS1 loader to load PKCS1 v1.5 and PSS signature examples
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r--tests/hazmat/primitives/test_rsa.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py
index a413f10b..e7787bdb 100644
--- a/tests/hazmat/primitives/test_rsa.py
+++ b/tests/hazmat/primitives/test_rsa.py
@@ -123,6 +123,7 @@ class TestRSA(object):
)
def test_load_pss_vect_example_keys(self, pkcs1_example):
secret, public = pkcs1_example
+ secret.pop("examples")
skey = rsa.RSAPrivateKey(**secret)
assert skey