mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 22:32:21 +01:00
1. Remove the function Word32ToString and replace with calls to XSNPRINTF(). 2. Simplify DecodePolicyOID(), which converts an ASN.1 OID to a text string in the form a.b.ccccc.d... Return an error if it gets too long.