X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=tests%2Ftest_cms.py;h=04477a6534354fd03a8aedae02e4abb21ce385d9;hb=941eba18c136b2a70e97edc4e8b86134e27021ca;hp=9ce038b99e73f9168c38514252b28b4f314357b5;hpb=2d7da5e1403e4713085b08d109b932490f0b5d63;p=pyderasn.git diff --git a/tests/test_cms.py b/tests/test_cms.py index 9ce038b..04477a6 100644 --- a/tests/test_cms.py +++ b/tests/test_cms.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyDERASN -- Python ASN.1 DER/CER/BER codec with abstract structures -# Copyright (C) 2017-2020 Sergey Matveev +# Copyright (C) 2017-2021 Sergey Matveev # # 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