Function rustls::suites::compatible_sigscheme_for_suites

source ยท
pub(crate) fn compatible_sigscheme_for_suites(
    sigscheme: SignatureScheme,
    common_suites: &[SupportedCipherSuite],
) -> bool
Expand description

Return true if sigscheme is usable by any of the given suites.