rustls::suites

Function 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.