Add files from parent branch HEAD:
[pkgsrc.git] / security / py-asn1 / DESCR
1 ASN.1 tools for Python
2
3 Whenever data structures are described in some machine and programming
4 language independent and unambiguous way, such specification is called
5 abstract syntax, by contrast with machine/language specific methods,
6 which are called 'concrete' or 'transfer' syntaxes.
7
8 Abstract syntaxes appear useful in networking as a tool for engineering
9 protocols in a clear and portable way. Moreover, once a protocol is
10 described in some abstract language, protocol parsers and builders
11 could be automatically generated for various computing
12 architectures/programming languages, thus saving engineers from
13 implementing low-level transport details by hand.
14
15 Abstract Syntax Notation One (ASN.1) is a set of ITU standards
16 defining particular implementation of abstract data description
17 language accompanied by a collection of transfer encoding methods.
18 Perhaps the most widely used among these data serialization methods
19 is Basic Encoding Rules (BER) together with its derivatives (DER and
20 CER), while Packed Encoding Rules (PER) aims at most compact data
21 representation whilst in the wire.