-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Test TLS with EdDSA and extend the ttls test
The EdDSA signature verification causes infinite recursion in softhsm when the OPENSSL_CONF is used to force all operations to token because the SoftHSM Is using the EVP_PKEY API to implement the EdDSA signature and verification which is recursively routed back to the pkcs11-provider. The workaround is to set the propquery on the openssl cli, which will not propagate to the softhsm context. Signed-off-by: Jakub Jelen <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters