forked from wolfSSL/wolfssl
Fixed DecodeAltNames extension falling through to next case.
This commit is contained in:
@ -2703,6 +2703,7 @@ static void DecodeCertExtensions(DecodedCert* cert)
|
|||||||
|
|
||||||
case ALT_NAMES_OID:
|
case ALT_NAMES_OID:
|
||||||
DecodeAltNames(&input[idx], length, cert);
|
DecodeAltNames(&input[idx], length, cert);
|
||||||
|
break;
|
||||||
|
|
||||||
case AUTH_KEY_OID:
|
case AUTH_KEY_OID:
|
||||||
DecodeAuthKeyId(&input[idx], length, cert);
|
DecodeAuthKeyId(&input[idx], length, cert);
|
||||||
|
Reference in New Issue
Block a user