support of SHA224-based certificate signatures
This commit is contained in:
@@ -143,6 +143,8 @@ static bool verify(private_openssl_rsa_public_key_t *this, signature_scheme_t sc
|
||||
return verify_emsa_pkcs1_signature(this, NID_undef, data, signature);
|
||||
case SIGN_RSA_EMSA_PKCS1_SHA1:
|
||||
return verify_emsa_pkcs1_signature(this, NID_sha1, data, signature);
|
||||
case SIGN_RSA_EMSA_PKCS1_SHA224:
|
||||
return verify_emsa_pkcs1_signature(this, NID_sha224, data, signature);
|
||||
case SIGN_RSA_EMSA_PKCS1_SHA256:
|
||||
return verify_emsa_pkcs1_signature(this, NID_sha256, data, signature);
|
||||
case SIGN_RSA_EMSA_PKCS1_SHA384:
|
||||
|
||||
Reference in New Issue
Block a user