commit | 7583f7ff3a2d655aa1f58fde1fa13da7e8b40f57 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jul 03 10:56:49 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jul 03 10:56:49 2015 -0400 |
tree | 6f4bcb664feac725f4cc184e1aa1ea9e586d4542 | |
parent | 41ca5dc240fd04928980cb85144138f579805f32 [diff] |
add this part of the test back
diff --git a/tests/test_x509.py b/tests/test_x509.py index 32f29ff..3975d5b 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py
@@ -878,6 +878,9 @@ x509.NameAttribute(x509.OID_COUNTRY_NAME, u'US'), ]) ).add_extension( + x509.SubjectAlternativeName([x509.DNSName(u"cryptography.io")]), + critical=False, + ).add_extension( x509.KeyUsage( digital_signature=True, content_commitment=True,