Merge branch 'master' into ti

This commit is contained in:
toddouska 2014-05-17 16:24:44 -07:00
commit d7a08de9de

View File

@ -3501,8 +3501,8 @@ static int DecodeAuthKeyId(byte* input, int sz, DecodedCert* cert)
}
if (input[idx++] != (ASN_CONTEXT_SPECIFIC | 0)) {
CYASSL_MSG("\tfail: wanted OPTIONAL item 0, not available\n");
return ASN_PARSE_E;
CYASSL_MSG("\tinfo: OPTIONAL item 0, not available\n");
return 0;
}
if (GetLength(input, &idx, &length, sz) < 0) {