mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 16:00:48 +02:00
c17fb7498b
1. The ASN.1 parser wasn't handling the OCSP response correctly when there was a revocation reason included in the response. The encoded reason value is constructed, and was getting marked as not constructed in the parser. Changed the flag to mark it as constructed.