rustls_default_ciphersuites_get_entry

Get a pointer to a member of rustls' list of supported cipher suites. This will return non-NULL for i < rustls_default_ciphersuites_len(). The returned pointer is valid for the lifetime of the program and may be used directly when building a ClientConfig or ServerConfig.

extern (C)
rustls_default_ciphersuites_get_entry
(
size_t i
)

Meta