aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-24 20:30:00 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-24 20:30:00 -0600
commitb04385242e0c4d6aaef477b6130dad3fcea7632b (patch)
tree92f530a55bab5061a7e6aaeb501264a4cee2fc6a /tests/hazmat/backends
parentfa431ca54dd5686855264d82d77fa2dbb061fa23 (diff)
parentf96d8d522095285ac31cdd9728f9ca1a89e652ce (diff)
downloadcryptography-b04385242e0c4d6aaef477b6130dad3fcea7632b.tar.gz
cryptography-b04385242e0c4d6aaef477b6130dad3fcea7632b.tar.bz2
cryptography-b04385242e0c4d6aaef477b6130dad3fcea7632b.zip
Merge pull request #2567 from alex/this-is-america
Spell serialization consistently
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 6c824d27..c1fa653c 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -509,7 +509,7 @@ class TestOpenSSLSignX509CertificateRevocationList(object):
backend.create_x509_crl(object(), private_key, hashes.SHA256())
-class TestOpenSSLSerialisationWithOpenSSL(object):
+class TestOpenSSLSerializationWithOpenSSL(object):
def test_pem_password_cb_buffer_too_small(self):
ffi_cb, userdata = backend._pem_password_cb(b"aa")
handle = backend._ffi.new_handle(userdata)