unittests: Adds unitests for ecdsa and rsa with PKCS11 URIs.

Signed-off-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Sahana Prasad
2019-12-10 22:40:53 +01:00
committed by Andreas Schneider
parent cc1175a9af
commit fa95fe3e1b
4 changed files with 810 additions and 1 deletions

View File

@@ -898,7 +898,6 @@ void torture_setup_tokens(const char *temp_dir,
assert_return_code(rc, errno);
}
/* Set the default interface for the server */
void torture_teardown_socket_dir(void **state)
{
struct torture_state *s = *state;