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