aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-17 20:50:03 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-17 20:50:03 -0700
commit38c42635490d24d7ee88041b52002156c6f5a676 (patch)
tree34606dbe780ec7704051f26b0f12ab8755fca812 /tests/utils.py
parent0380374fdae7bd744e46ad526af721fae11aa475 (diff)
parenta38e8e580c09cebcab528be7e806f63539498f94 (diff)
downloadcryptography-38c42635490d24d7ee88041b52002156c6f5a676.tar.gz
cryptography-38c42635490d24d7ee88041b52002156c6f5a676.tar.bz2
cryptography-38c42635490d24d7ee88041b52002156c6f5a676.zip
Merge pull request #792 from reaperhulk/rsa-pss-verify
RSA PSS Verify
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 720a9054..6a8a2b5e 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -329,7 +329,7 @@ def load_rsa_nist_vectors(vector_data):
"modulus": n,
"public_exponent": e,
"salt_length": salt_length,
- "algorithm": value.encode("ascii")
+ "algorithm": value
}
data.append(test_data)
continue