Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

gnutls_record_overhead_size - API function

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.

Name

gnutls_record_overhead_size - API function

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/ gnutls 3.8.9 gnutls_record_overhead_size(3)

Since

3.2.2

Synopsis

#include<gnutls/gnutls.h>size_tgnutls_record_overhead_size(gnutls_session_tsession);

See Also