![]() |
![]()
| ![]() |
![]()
NAMEgnutls_ext_raw_parse - API function SYNOPSIS#include <gnutls/gnutls.h> int gnutls_ext_raw_parse(void * ctx, gnutls_ext_raw_process_func cb, const gnutls_datum_t * data, unsigned int flags); ARGUMENTS
DESCRIPTIONThis function iterates through the TLS extensions as passed in
If flags is GNUTLS_EXT_RAW_TLS_FLAG_CLIENT_HELLO then this
function will parse the extension data from the position, as if the packet
in
The return value of the callback will be propagated. RETURNSGNUTLS_E_SUCCESS on success, or an error code. On unknown flags it returns GNUTLS_E_INVALID_REQUEST. SINCE3.6.3 REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|