doc/examples.rst | 2 +- pyderasn.py | 2 +- diff --git a/doc/examples.rst b/doc/examples.rst index 55cc012d630dbbb12d15fb8755edd155ff6e4e2d566f80e0248e7bdaad0ad693..054db65d31f08f7d55f1629b9a38f6cf065881d40ecfa4bf90eb276ecd9b11a1 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -278,7 +278,7 @@ :13: Only applicable to BER encoded data. If object has BER-specific encoding, then ``BER`` will be shown. It does not depend on indefinite length encoding. ``EOC``, ``BOOLEAN``, ``BIT STRING``, ``OCTET STRING`` - (and its derivatives) could be BERed. + (and its derivatives), ``SET``, ``SET OF`` could be BERed. As command line utility ----------------------- diff --git a/pyderasn.py b/pyderasn.py index 44469de0788f915aac1939b9349a5d0e9ae4b63562bc797dbb54215e5858311e..e0c13419315f963ab1d263957292f1c29f0369928200e8a7e8419e258b4f6fc2 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -384,7 +384,7 @@ constructed primitive types should be parsed successfully. * If object is encoded in BER form (not the DER one), then ``bered`` attribute is set to True. Only ``BOOLEAN``, ``BIT STRING``, ``OCTET - STRING``, ``SEQUENCE``, ``SET`` can contain it. + STRING``, ``SEQUENCE``, ``SET``, ``SET OF`` can contain it. * If object has an indefinite length encoding, then its ``lenindef`` attribute is set to True. Only ``BIT STRING``, ``OCTET STRING``, ``SEQUENCE``, ``SET``, ``SEQUENCE OF``, ``SET OF``, ``ANY`` can