parallaxsecond / parsec-openssl-provider

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

e2e_test: Add key type info to load_keys #41

Closed gowthamsk-arm closed 5 months ago

gowthamsk-arm commented 5 months ago

The load_key function currently uses RSA key type by default which is a bug. This patch adds an argument to the function to enable using key type of choice.

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