--- Convert-BER-XS/Changes 2019/04/20 14:47:23 1.15 +++ Convert-BER-XS/Changes 2019/04/20 15:23:26 1.16 @@ -4,9 +4,15 @@ TODO: documentation cleanup - I always forget the (void) prototype in C. + - there is no ASN_INTEGER32 type, that's an SNMP thing, Nuke. - documented and cleaned up export tags and constants. + - major cleanup of tghe overall documentation. - fixed :encode/:decode tags. - fixed synopsis. + - allow 64 bits for OID components and tags if perl supports them. + - allow up to 8 octet lengths (2**64 bytes), provided + perl supports 64 bit. + - ber_is_int/ber_int now handle 65 bits (IV + UV). 0.8 Sat Apr 20 15:48:21 CEST 2019 - confidence rises after some sleeping and fixing.