Lines Matching refs:ASN

2 ASN.1 library for Python
8 Abstract Syntax Notation One (`ASN.1
12 applications heavily rely on ASN.1.
15 ASN.1 support in pure-Python.
17 What is ASN.1
20 ASN.1 is a large, arguably over-engineered and extremely old data modelling and
24 ASN.1 started its life over 30 years ago as a serialisation mechanism for the first
29 Since then ASN.1 is sort of haunted by its relations with the OSI model -- the
37 far from ASN.1 from technical perspective. It's more of a matter of striking
41 Looking at what ASN.1 has to offer, it has three loosely coupled parts:
52 * Schema language: ASN.1 data structures could be described in terms
53 of a schema language for ASN.1 compiler to turn it into platform-specific
56 ASN.1 applications
59 Being an old and generally successful standard, ASN.1 is widely
61 use ASN.1 for their data exchange needs:
73 ASN.1 gotchas
76 Apparently, ASN.1 is hard to implement properly. Quality open-source
77 ASN.1 tools are rare, but ad-hoc implementations are numerous. Judging from the
78 `statistics <http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=ASN.1>`_ on discovered
79 security vulnerabilities, many people have implemented ASN.1 parsers
82 On the bright side, ASN.1 has been around for a long time, it is well understood
142 Books on ASN.1
148 * `ASN.1 - Communication between heterogeneous systems <http://www.oss.com/asn1/dubuisson.html>`_ by Olivier Dubuisson
149 * `ASN.1 Complete <http://www.oss.com/asn1/resources/books-whitepapers-pubs/larmouth-asn1-book.pdf>`_ by Prof John Larmouth
157 * `A Layman's Guide to a Subset of ASN.1, BER, and DER <ftp://ftp.rsasecurity.com/pub/pkcs/ascii/layman.asc>`_ by Burton S. Kaliski
159 If you are working with ASN.1, we'd highly recommend reading a proper