]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - tests/test_cms.py
Fix example SignedAttributes bounds
[pyderasn.git] / tests / test_cms.py
index 9ce038b99e73f9168c38514252b28b4f314357b5..e9ccf2198c93cd0955a29209c5041e6b8674eb87 100644 (file)
@@ -83,7 +83,7 @@ class SignatureAlgorithmIdentifier(AlgorithmIdentifier):
 
 class SignedAttributes(SetOf):
     schema = Attribute()
-    bounds = (1, 32)
+    bounds = (1, float("+inf"))
     der_forced = True