TLSConfiguration_addCipherSuite

Function TLSConfiguration_addCipherSuite 

Source
pub unsafe extern "C" fn TLSConfiguration_addCipherSuite(
    self_: TLSConfiguration,
    ciphersuite: c_int,
)
Expand description

Add an allowed ciphersuite to the list of allowed ciphersuites

ยงArguments

  • self - the TLS configuration instance
  • ciphersuite - the ciphersuite to add (IANA cipher suite ID)