1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Keep EXTENSION_MARKERS in the tree. This (will) allow the decoder to assign all unknown items to this pseudo-item More... over 13 years ago
Added safegard in case our assumptions aren't true More... over 13 years ago
Use cEXT when decoding, this effectively enables backward compatibility (i.e. a v2 decoder won't fail on a v1 message). More... over 13 years ago
Mark all items following an EXTENSION_MARKER as being extensions (i.e. set cEXT), and remove the EXTENSION_MARKER from the list More... over 13 years ago
Added extra field for items: cEXT. This (will) behave as 'OPTIONAL' when decoding, and is ignored when encoding. More... over 13 years ago
Added EXTENSION_MARKER to the parser as a sequence item More... over 13 years ago
Added EXTENSION_MARKER token in lexer More... over 13 years ago
Release 0.22 More... about 17 years ago
Fix typos More... about 17 years ago
Revert "allow for more than one type registered to the same oid" More... about 17 years ago
Add Module::Install More... over 17 years ago
OID decoding patch More... over 17 years ago
update MANIFEST More... over 17 years ago
allow for more than one type registered to the same oid More... over 17 years ago
fix typos; extend docs: mark functions/methods with braces, add args, and description More... over 17 years ago
add option to allow decoding ASN.1 NULL to a given Perl value More... over 17 years ago
void undef in die arguments when cVAR is missing More... over 17 years ago
Support for empty SEQUENCEs More... almost 19 years ago
Release 0.21 More... almost 19 years ago
Fix bug in indefinite length decode cache More... about 19 years ago
[no comment] More... over 19 years ago
Add support type-local ANY DEFINED BY patch from Leif Johansson More... over 19 years ago
Release 0.20 More... almost 20 years ago
fix decoding issue issue when debugging using asn_dump() while the user's script contains "use encoding 'utf8'". More... almost 20 years ago
Use >>3 instead of /8 as we don't need fractions More... about 20 years ago
make PODs podchecker-clean More... about 20 years ago
Update Copyright More... about 20 years ago
Fix issue where decode would fail if users script has use encoding 'utf8' More... about 20 years ago
Add more tests More... about 20 years ago
Support encoding bigint's as BCD More... about 20 years ago