mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 10:22:57 +00:00
use mbedtls_pk_check_pair to verify if issuer certificate and issuer key match, instad of explicitely comparing RSA public component. Raised and fix suggested by dbedev in #777