pub unsafe extern "C" fn s2n_config_set_async_pkey_validation_mode(
    config: *mut s2n_config,
    mode: Type
) -> c_int
Expand description

Configures whether or not s2n-tls will perform potentially expensive validation of the results of a private key operation.

@param config Config to set the validation mode for @param mode What level of validation to perform