CTaps 0.3.0
A C implementation of the Transport Services API (RFC 9621 - 9623)
Loading...
Searching...
No Matches
ct_security_parameters_t Struct Reference

Opaque handle representing a security parameters used to configure security settings for connections and listeners. More...

#include <ctaps.h>

Detailed Description

Opaque handle representing a security parameters used to configure security settings for connections and listeners.

Security Parameters Ownership Model

Passing to Preconnections and Connections

When you pass security parameters to ct_preconnection_new() or similar functions:

  • You retain ownership of your original security_parameters
  • CTaps makes a deep copy internally
  • You can free your security_parameters after the function returns
  • Multiple preconnections can share the same source security_parameters safely

Lifecycle


The documentation for this struct was generated from the following file: