--- Convert-BER-XS/XS.pm 2019/04/23 21:03:12 1.54 +++ Convert-BER-XS/XS.pm 2019/04/23 21:20:25 1.55 @@ -744,26 +744,18 @@ map the C tag to something other than C). This module does not generally care about ranges, i.e. it will happily -de-/encode 64 bit integers into an C value, or a negative +de-/encode 64 bit integers into an C value, or a negative number into an C. OBJECT IDENTIFIEERs cannot have unlimited length, although the limit is much larger than e.g. the one imposed by SNMP or other protocols, and is about 4kB. -Indefinite length encoding is not supported. - Constructed strings are decoded just fine, but there should be a way to join them for convenience. REAL values are not supported and will currently croak. -The encoder and decoder tend to accept more formats than should be -strictly supported - security sensitive applications are strongly advised -to review the code first. - -This module has undergone little to no testing so far. - =head2 ITHREADS SUPPORT This module is unlikely to work when the (officially discouraged) ithreads