inclavare-containers / rats-tls

RATS architecture based TLS using librats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrectly using verifier_type as argument to rtls_verifier_select()

imlk0 opened this issue · comments

The function rtls_verifier_select() need a verifier name str but verifier type str is provided currently.

rtls_verifier_select(tls_ctx->rtls_handle, evidence->type,

Same as inclavare-containers/librats#82