Skip the unused bits field of the ASN.1 BIT STRING encoding

This commit is contained in:
Andreas Steffen
2014-11-29 14:51:17 +01:00
parent 5a50e364e6
commit 7143667bdd
+1 -1
View File
@@ -1465,7 +1465,7 @@ static bool parse_certificate(private_x509_cert_t *this)
} }
break; break;
case X509_OBJ_SIGNATURE: case X509_OBJ_SIGNATURE:
this->signature = object; this->signature = chunk_skip(object, 1);
break; break;
default: default:
break; break;