parallaxsecond / parsec-openssl-provider

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

Configure handshake tests to use Parsec keys #59

Closed gowthamsk-arm closed 4 months ago

gowthamsk-arm commented 4 months ago

The keyname set in the client structure is used to load the Parsec key for the handshake tests. The tests are currently going to fail as the RSA-PSS support is still not added. This will be added in future PRs.

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

gowthamsk-arm commented 4 months ago

Had cargo fmt errors. Pushed the changes now.