mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-01 12:19:19 +01:00
DER/BER encoding requires positive numbers to not have leading zeros. Sometimes customer's have examples that break the rules. In those cases define: WOLFSSL_ASN_INT_LEAD_0_ANY Define used in original ASN.1 implementation.