inclavare-containers / rats-tls

RATS architecture based TLS using librats
29 stars 32 forks source link

Incorrectly using verifier_type as argument to rtls_verifier_select() #181

Open imlk0 opened 1 year ago

imlk0 commented 1 year ago

The function rtls_verifier_select() need a verifier name str but verifier type str is provided currently. https://github.com/inclavare-containers/rats-tls/blob/bb1b40a8d2f7812fdc3e5dcd75ad714831ae5a5a/src/tls_wrappers/api/tls_wrapper_verify_certificate_extension.c#L42

Same as https://github.com/inclavare-containers/librats/pull/82