]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
SET OF can contain bered attribute
authorSergey Matveev <stargrave@stargrave.org>
Wed, 12 Sep 2018 18:51:07 +0000 (21:51 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 12 Sep 2018 20:05:58 +0000 (23:05 +0300)
doc/examples.rst
pyderasn.py

index 25e2cf4a2e740b04fde0bb4fbb8b9339697518b0..546748251a159a51e815621c149984a06383b264 100644 (file)
@@ -278,7 +278,7 @@ Let's parse that output, human::
  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
 -----------------------
index df639eb9ffef8ece9ce95660464b91bbddb8b285..607ca50cf68331f8d62938b89947c7a6fba138a5 100755 (executable)
@@ -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