mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 23:10:49 +02:00
9753bf627b
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.