Skip to content

asn1_decode_simple_ber: added support for constructed definite octet string

Nikos Mavrogiannopoulos requested to merge tmp-ber-constructed-octet-string into master

This allows to decode the whole set of BER encodings for OCTET STRINGs.

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
Edited by Nikos Mavrogiannopoulos

Merge request reports