validate_encrypted_extensions

Function validate_encrypted_extensions 

Source
fn validate_encrypted_extensions(
    common: &mut CommonState,
    hello: &ClientHelloDetails,
    exts: &ServerExtensions<'_>,
) -> Result<(), Error>