X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;fp=pyderasn.py;h=e3ac23f2edac814ec2c6f806eadf8e40f012286f;hp=7ca25aab5779972c785a10c46bb4da9df8933ed1;hb=27a82ffe77ce79e494b3e46d1cb5843efd1e6483;hpb=44741873733949a977e18c0ae475fee04fa6e643 diff --git a/pyderasn.py b/pyderasn.py index 7ca25aa..e3ac23f 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -770,7 +770,7 @@ forcefully encoded in DER during CER encoding, by specifying class SignedAttributes(SetOf): schema = Attribute() - bounds = (1, 32) + bounds = (1, float("+inf")) der_forced = True .. _agg_octet_string: