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.60 by root, Thu Feb 6 11:51:40 2020 UTC vs.
Revision 1.61 by root, Thu Feb 6 12:33:34 2020 UTC

729dot, e.g. C<1.3.6.1.213>. 729dot, e.g. C<1.3.6.1.213>.
730 730
731=item C<BER_TYPE_RELOID> 731=item C<BER_TYPE_RELOID>
732 732
733Same as C<BER_TYPE_OID> but uses relative object identifier 733Same as C<BER_TYPE_OID> but uses relative object identifier
734encoding: ASN.1 has this hack of encoding the first two OID components 734encoding: ASN.1 uses some hack encoding of the first two OID components
735into a single integer in a weird attempt to save an insignificant amount 735into a single integer in a weird attempt to save an insignificant amount
736of space in an otherwise wasteful encoding, and relative OIDs are 736of space in an otherwise wasteful encoding, and relative OIDs are
737basically OIDs without this hack. The practical difference is that the 737basically OIDs without this hack. The practical difference is that the
738second component of an OID can only have the values 1..40, while relative 738second component of an OID can only have the values 1..40, while relative
739OIDs do not have this restriction. 739OIDs do not have this restriction.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines