X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;fp=pyderasn.py;h=7ca25aab5779972c785a10c46bb4da9df8933ed1;hp=4b690f72b1ed1ec2c1c20e59b6f3acdd7620f262;hb=44741873733949a977e18c0ae475fee04fa6e643;hpb=1b29294806f89cf69e8abba937a26790358e25f9 diff --git a/pyderasn.py b/pyderasn.py index 4b690f7..7ca25aa 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -355,6 +355,11 @@ Let's parse that output, human:: (and its derivatives), ``SET``, ``SET OF``, ``UTCTime``, ``GeneralizedTime`` could be BERed. +Also it could be helpful to add quick ASN.1 pprinting command in your +pdb's configuration file:: + + alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get("OID_STR_TO_NAME", {}),))) + .. _definedby: DEFINED BY