gnutls_record_overhead_size - Man Page

API function

Synopsis

#include <gnutls/gnutls.h>

size_t gnutls_record_overhead_size(gnutls_session_t session);

Arguments

gnutls_session_t session

is gnutls_session_t

Description

This function will return the size in bytes of the overhead due to TLS (or DTLS) per record. On certain occasions (e.g., CBC ciphers) the returned value is the maximum possible overhead.

Since

3.2.2

Reporting Bugs

Report bugs to <bugs@gnutls.org>.
Home page: https://www.gnutls.org

See Also

The full documentation for gnutls is maintained as a Texinfo manual. If the /usr/share/doc/gnutls/ directory does not contain the HTML form visit

https://www.gnutls.org/manual/

Info

3.8.4 gnutls