Function rustls::suites::reduce_given_sigalg

source ยท
pub(crate) fn reduce_given_sigalg(
    all: &[SupportedCipherSuite],
    sigalg: SignatureAlgorithm,
) -> Vec<SupportedCipherSuite>
Expand description

Return a list of the ciphersuites in all with the suites incompatible with SignatureAlgorithm sigalg removed.