parallaxsecond / parsec-openssl-provider

Parsec OpenSSL Provider
Apache License 2.0
1 stars 1 forks source link

test: Add test for mismatched key and certificate #57

Closed gowthamsk-arm closed 4 months ago

gowthamsk-arm commented 4 months ago

The key management match function compares the private key and the public key extracted from the x509 certificate when configured. This test checks if the match function is able to report an error when a wrong certificate is configured for the client.

Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com