X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Ffeatures.rst;h=463586ef80336f5b9a0de5e48b135bb328beb219;hb=d917b94f24e274ad2af0caccb1eaeb27bd90af60;hp=a0a75fa758c66c901f454e99138364cbbe31ea97;hpb=f3ba57cb41f98e5c60b70f2786ce897b081e6a28;p=pyderasn.git diff --git a/doc/features.rst b/doc/features.rst index a0a75fa..463586e 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -45,7 +45,7 @@ There are drawbacks: * PyDERASN does **not** have object recreation capable ``repr``-s:: pyderasn>>> repr(algo_id) - AlgorithmIdentifier SEQUENCE[OBJECT IDENTIFIER 1.3.14.3.2.26, [UNIV 5] ANY 0500 OPTIONAL] + AlgorithmIdentifier SEQUENCE[algorithm: OBJECT IDENTIFIER 1.3.14.3.2.26; parameters: [UNIV 5] ANY 0500 OPTIONAL] pyasn1>>> repr(algo_id) AlgorithmIdentifier().setComponents(ObjectIdentifier('1.3.14.3.2.26'), Any(hexValue='0500'))