Lines Matching refs:ASN
10 Grab ASN.1 schema for SSH keys
13 ASN.1 is widely used in many Internet protocols. Frequently, whenever ASN.1 is employed,
14 data structures are described in ASN.1 schema language right in the RFC.
39 Compile ASN.1 schema into Python
42 In the best case, you should be able to automatically compile ASN.1 spec into
51 all ASN.1 language constructs.
54 package to see if it already has the ASN.1 spec you are looking for compiled and shipped
61 As a last resort, you could express ASN.1 in Python by hand. The end result
62 should be a declarative Python code resembling original ASN.1 syntax like
109 Once we have Python ASN.1 structures initialized, we could inspect them:
149 ASN.1 data structures exhibit a way more complicated behaviour compared to
164 You can do vice-versa: initialize ASN.1 structure from a dict:
176 any part of the ASN.1 data structure and serialise it back into the same or other