aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-05 00:18:03 +0100
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-05 00:18:03 +0100
commit7d792fcf713927424e26e7cd1347cb197f658792 (patch)
tree2a74e20bcbd4a69e06ba641cf205effbc6add577 /tests/hazmat/backends
parent25f1922658fb3550d199486e2d05299d1454360f (diff)
downloadcryptography-7d792fcf713927424e26e7cd1347cb197f658792.tar.gz
cryptography-7d792fcf713927424e26e7cd1347cb197f658792.tar.bz2
cryptography-7d792fcf713927424e26e7cd1347cb197f658792.zip
fix a few tests that were missed
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 0f2c80a6..bd9aadb8 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -518,6 +518,8 @@ class TestOpenSSLSignX509Certificate(object):
private_key = RSA_KEY_2048.private_key(backend)
builder = x509.CertificateBuilder().subject_name(x509.Name([
x509.NameAttribute(x509.OID_COUNTRY_NAME, u'US'),
+ ])).issuer_name(x509.Name([
+ x509.NameAttribute(x509.OID_COUNTRY_NAME, u'US'),
])).public_key(
private_key.public_key()
).serial_number(