pub unsafe extern "C" fn s2n_config_enable_cert_req_dss_legacy_compat(
    config: *mut s2n_config
) -> c_int
Expand description

s2n_config_enable_cert_req_dss_legacy_compat adds a dss cert type in the server certificate request when being called. It only sends the dss cert type in the cert request but does not succeed the handshake if a dss cert is received. Please DO NOT call this api unless you know you actually need legacy DSS certificate type compatibility @param config Config to enable legacy DSS certificates for