Verifies the cryptographic signature of a version file using RSA-PKCS1-v1.5 with SHA-256. This function ensures the integrity and authenticity of the version information by validating the digital signature against the provided public key.
The WALU configuration containing the RSA public key
The version file object containing hash, version, and signature
Promise that resolves if the signature is valid
If signature verification fails or any cryptographic operation fails
Verifies the cryptographic signature of a version file using RSA-PKCS1-v1.5 with SHA-256. This function ensures the integrity and authenticity of the version information by validating the digital signature against the provided public key.