Go to the documentation of this file.
29 #ifndef WOLFSSL_USER_SETTINGS
30 #include <wolfssl/options.h>
32 #include <wolfssl/wolfcrypt/settings.h>
33 #include <wolfssl/ssl.h>
106 int he_wolf_tls_write(WOLFSSL *ssl,
char *buf,
int sz,
void *ctx);
112 int he_wolf_dtls_write_internal(WOLFSSL *ssl,
char *buf,
int sz,
void *ctx,
he_internal_write_buf_t *write_buffer);
113 int he_wolf_tls_write_internal(WOLFSSL *ssl,
char *buf,
int sz,
void *ctx,
he_internal_write_buf_t *write_buffer);
Internal functions for managing the connection.
int he_wolf_dtls_read(WOLFSSL *ssl, char *buf, int sz, void *ctx)
Callback function to handle WolfSSL read requests.
Definition: wolf.c:26
int he_wolf_dtls_write(WOLFSSL *ssl, char *buf, int sz, void *ctx)
Callback function to handle WolfSSL write requests.
Definition: wolf.c:106
The wire header format It is strongly discouraged to interact with this header structure,...
Definition: he.h:564
int he_wolf_tls_read(WOLFSSL *ssl, char *buf, int sz, void *ctx)
Callback function to handle TLS WolfSSL read requests.
Definition: wolf.c:182
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:74
Definition: he_internal.h:170
#define HE_MAX_WIRE_MTU
Default MTU sizes.
Definition: he.h:41