Support for longer values and escaped strings
- Support in asn1Coding for longer values and whitespace in values
- Added support for processing backslash escape codes when values are written as null terminated strings with len zero
- Added asn1_remove_default to allow apps to remove default value exclusion behavior, put call in asn1Coding
Checklist
-
Code modified for feature -
Test suite updated with functionality tests -
Test suite updated with negative tests -
Documentation updated
Reviewer's checklist:
-
There is a test suite reasonably covering new functionality or modifications -
Function naming, parameters, return values, types, etc., are consistent with other code -
This feature/change has adequate documentation added -
No obvious mistakes in the code