From: Sergey Matveev Date: Wed, 29 Jul 2020 12:33:41 +0000 (+0300) Subject: pdb's pp1 mention X-Git-Tag: 8.2~6 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=44741873733949a977e18c0ae475fee04fa6e643 pdb's pp1 mention --- 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