Function bearssl::br_ssl_server_zero [] [src]

pub unsafe extern "C" fn br_ssl_server_zero(cc: *mut br_ssl_server_context)

\brief Clear the complete contents of a SSL server context.

Everything is cleared, including the reference to the configured buffer, implementations, cipher suites and state. This is a preparatory step to assembling a custom profile.

\param cc server context to clear.