]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - tests/test_cms.py
Raise copyright years
[pyderasn.git] / tests / test_cms.py
index 9ce038b99e73f9168c38514252b28b4f314357b5..04477a6534354fd03a8aedae02e4abb21ce385d9 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyDERASN -- Python ASN.1 DER/CER/BER codec with abstract structures
-# Copyright (C) 2017-2020 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2017-2021 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as
@@ -83,7 +83,7 @@ class SignatureAlgorithmIdentifier(AlgorithmIdentifier):
 
 class SignedAttributes(SetOf):
     schema = Attribute()
-    bounds = (1, 32)
+    bounds = (1, float("+inf"))
     der_forced = True