ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/XS.pm
(Generate patch)

Comparing Convert-BER-XS/XS.pm (file contents):
Revision 1.26 by root, Sat Apr 20 15:23:55 2019 UTC vs.
Revision 1.27 by root, Sat Apr 20 15:27:28 2019 UTC

155=head2 ASN.1/BER/DER/... BASICS 155=head2 ASN.1/BER/DER/... BASICS
156 156
157ASN.1 is a strange language that can be used to describe protocols and 157ASN.1 is a strange language that can be used to describe protocols and
158data structures. It supports various mappings to JSON, XML, but most 158data structures. It supports various mappings to JSON, XML, but most
159importantly, to a various binary encodings such as BER, that is the topic 159importantly, to a various binary encodings such as BER, that is the topic
160of this module, and is used in SNMP or LDAP for example. 160of this module, and is used in SNMP, LDAP or X.509 for example.
161 161
162While ASN.1 defines a schema that is useful to interpret encoded data, 162While ASN.1 defines a schema that is useful to interpret encoded data,
163the BER encoding is actually somewhat self-describing: you might not know 163the BER encoding is actually somewhat self-describing: you might not know
164whether something is a string or a number or a sequence or something else, 164whether something is a string or a number or a sequence or something else,
165but you can nevertheless decode the overall structure, even if you end up 165but you can nevertheless decode the overall structure, even if you end up

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines