mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 00:49:56 +01:00
decoded cert for self-signed CA certs. The bit of code that does this copy was previously inside a conditional that's only entered if the certificate is not self-signed. The primary purpose of this conditional is to set the maxPathLen field. It's possible that the copying of the issuerKeyHash was mistakenly included in the "else" block here, when it should be outside.