aboutsummaryrefslogtreecommitdiff
path: root/tests/test_rfc2986.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_rfc2986.py')
-rw-r--r--tests/test_rfc2986.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_rfc2986.py b/tests/test_rfc2986.py
index 8f3e80a..92834ee 100644
--- a/tests/test_rfc2986.py
+++ b/tests/test_rfc2986.py
@@ -60,7 +60,7 @@ fi6h7i9VVAZpslaKFfkNg12gLbbsCB1q36l5VXjHY/qe0FIUa9ogRrOi
algorithmIdentifierMapUpdate = {
univ.ObjectIdentifier('1.2.840.113549.1.1.1'): univ.Null(""),
univ.ObjectIdentifier('1.2.840.113549.1.1.5'): univ.Null(""),
- univ.ObjectIdentifier('1.2.840.113549.1.1.11'): univ.Null(""),
+ univ.ObjectIdentifier('1.2.840.113549.1.1.11'): univ.Null(""),
}
rfc5280.algorithmIdentifierMap.update(algorithmIdentifierMapUpdate)
@@ -70,6 +70,7 @@ fi6h7i9VVAZpslaKFfkNg12gLbbsCB1q36l5VXjHY/qe0FIUa9ogRrOi
decodeOpenTypes=True)
assert not rest
assert asn1Object.prettyPrint()
+
assert der_encoder.encode(asn1Object) == substrate
for rdn in asn1Object['certificationRequestInfo']['subject']['rdnSequence']: