29 #ifndef WOLFSSL_USER_SETTINGS 30 #include <wolfssl/options.h> 32 #include <wolfssl/wolfcrypt/settings.h> 33 #include <wolfssl/ssl.h> 105 int he_wolf_tls_write(WOLFSSL *ssl,
char *buf,
int sz,
void *ctx);
The wire header format It is strongly discouraged to interact with this header structure, however, it is provided for specific use cases (such as a server rejecting a session, where by definition we don't have a connection object).
Definition: he.h:629
int he_internal_write_packet_header(he_conn_t *conn, he_wire_hdr_t *hdr)
Write the packet header into the header buffer.
Definition: wolf.c:62
int he_wolf_dtls_write(WOLFSSL *ssl, char *buf, int sz, void *ctx)
Callback function to handle WolfSSL write requests.
Definition: wolf.c:94
int he_wolf_tls_read(WOLFSSL *ssl, char *buf, int sz, void *ctx)
Callback function to handle TLS WolfSSL read requests.
Definition: wolf.c:160
int he_wolf_dtls_read(WOLFSSL *ssl, char *buf, int sz, void *ctx)
Callback function to handle WolfSSL read requests.
Definition: wolf.c:25