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.13 by root, Sat Apr 20 01:03:59 2019 UTC vs.
Revision 1.14 by root, Sat Apr 20 01:31:07 2019 UTC

419string. 419string.
420 420
421=item C<BER_TYPE_UCS2> 421=item C<BER_TYPE_UCS2>
422 422
423Similar to C<BER_TYPE_UTF8>, but treats the BER value as UCS-2 encoded 423Similar to C<BER_TYPE_UTF8>, but treats the BER value as UCS-2 encoded
424string. NOT IMPLEMENTED. 424string.
425 425
426=item C<BER_TYPE_UCS4> 426=item C<BER_TYPE_UCS4>
427 427
428Similar to C<BER_TYPE_UTF8>, but treats the BER value as UCS-4 encoded 428Similar to C<BER_TYPE_UTF8>, but treats the BER value as UCS-4 encoded
429string. NOT IMPLEMENTED. 429string.
430 430
431=item C<BER_TYPE_INT> 431=item C<BER_TYPE_INT>
432 432
433Encodes and decodes a BER integer value to a perl integer scalar. This 433Encodes and decodes a BER integer value to a perl integer scalar. This
434should correctly handle 64 bit signed and unsigned values. 434should correctly handle 64 bit signed and unsigned values.
500only when your perl supports those. 500only when your perl supports those.
501 501
502OBJECT IDENTIFIEERS cannot have unlimited length, although the limit is 502OBJECT IDENTIFIEERS cannot have unlimited length, although the limit is
503much larger than e.g. the one imposed by SNMP or other protocols. 503much larger than e.g. the one imposed by SNMP or other protocols.
504 504
505REAL values are not supported and will croak.
506
507This module has undergone little to no testing so far.
508
505=head1 AUTHOR 509=head1 AUTHOR
506 510
507 Marc Lehmann <schmorp@schmorp.de> 511 Marc Lehmann <schmorp@schmorp.de>
508 http://software.schmorp.de/pkg/Convert-BER-XS 512 http://software.schmorp.de/pkg/Convert-BER-XS
509 513

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines