ytls_version()

ytls_version()#

Retrieves the version string of the TLS implementation used by ytls_version().

Prototype

const char *ytls_version(
    hytls ytls
);

Parameters

Key

Type

Description

ytls

hytls

Handle to the TLS context.


Return Value

A string representing the version of the TLS implementation.

Notes

The returned string is managed internally and should not be freed by the caller.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples