Fixed DecodeAltNames extension falling through to next case.

pull/1/head
John Safranek 2013-06-25 13:37:43 -07:00
parent 7fd3b8a993
commit f3af0124e4
1 changed files with 1 additions and 0 deletions

View File

@ -2703,6 +2703,7 @@ static void DecodeCertExtensions(DecodedCert* cert)
case ALT_NAMES_OID:
DecodeAltNames(&input[idx], length, cert);
break;
case AUTH_KEY_OID:
DecodeAuthKeyId(&input[idx], length, cert);