--- Convert-BER-XS/XS.pm 2019/04/21 02:43:03 1.44 +++ Convert-BER-XS/XS.pm 2019/04/21 02:45:12 1.45 @@ -748,7 +748,7 @@ 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,a nd is +much larger than e.g. the one imposed by SNMP or other protocols, and is about 4kB. Indefinite length encoding is not supported. @@ -759,7 +759,8 @@ REAL values are not supported and will currently croak. The encoder and decoder tend to accept more formats than should be -strictly supported. +strictly supported - security sensitive applications are strongly advised +to review the code first. This module has undergone little to no testing so far.