ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/Changes
(Generate patch)

Comparing Convert-BER-XS/Changes (file contents):
Revision 1.12 by root, Sat Apr 20 13:49:27 2019 UTC vs.
Revision 1.25 by root, Sat Apr 20 21:51:40 2019 UTC

1Revision history for Perl extension Convert::BER::XS 1Revision history for Perl extension Convert::BER::XS
2 2
3TODO: testcases 3TODO: more longer document testcases
4TODO: documentation cleanup 4
51.0 Sat Apr 20 23:07:32 CEST 2019
6 - API seems stable enough.
7 - add ber_decode_prefix.
8 - fixed first component OID encoding.
9 - reject all kinds of illegal padding.
10 - add X.690 / RFC 2578 references to errors, when applicable.
11 - add SNMP_GAUGE32 alias.
12
130.9 Sat Apr 20 17:48:15 CEST 2019
14 - I always forget the (void) prototype in C.
15 - rename CONSTRUCTED to FLAGS and make it multi-valued.
16 - there is no ASN_INTEGER32 type, that's an SNMP thing, Nuke.
17 - documented and cleaned up export tags and constants.
18 - major cleanup of tghe overall documentation.
19 - fixed :encode/:decode tags.
20 - fixed synopsis.
21 - allow 64 bits for OID components and tags if perl supports them.
22 - allow up to 8 octet lengths (2**64 bytes), provided
23 perl supports 64 bit.
24 - ber_is_int/ber_int now handle 65 bits (IV + UV).
5 25
60.8 Sat Apr 20 15:48:21 CEST 2019 260.8 Sat Apr 20 15:48:21 CEST 2019
7 - confidence rises after some sleeping and fixing. 27 - confidence rises after some sleeping and fixing.
8 - add some basic tests. 28 - add some basic tests.
9 - ported it down to 5.8.9. 29 - ported it down to 5.8.9.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines