Documentation
Includes
lwip/opt.h
#include "lwip/opt.h"
lwip/altcp.h
#include "lwip/altcp.h"
Macros
Marco LWIP_HDR_ALTCP_TLS_H
#define LWIP_HDR_ALTCP_TLS_H
Functions
Func altcp_tls_free_config
void altcp_tls_free_config(struct altcp_tls_config *conf);
Func altcp_tls_wrap
struct altcp_pcb *altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb);
Func altcp_tls_new
struct altcp_pcb *altcp_tls_new(struct altcp_tls_config *config, u8_t ip_type);
Func altcp_tls_alloc
struct altcp_pcb *altcp_tls_alloc(void *arg, u8_t ip_type);
Func altcp_tls_context
void *altcp_tls_context(struct altcp_pcb *conn);
Vars
Variable altcp_tls_config
struct altcp_tls_config;
Variable altcp_tls_config
struct altcp_tls_config *altcp_tls_create_config_server_privkey_cert(const u8_t *privkey, size_t privkey_len,
const u8_t *privkey_pass, size_t privkey_pass_len,
const u8_t *cert, size_t cert_len);
Variable altcp_tls_config
struct altcp_tls_config *altcp_tls_create_config_client(const u8_t *cert, size_t cert_len);
Variable altcp_tls_config
struct altcp_tls_config *altcp_tls_create_config_client_2wayauth(const u8_t *ca, size_t ca_len, const u8_t *privkey, size_t privkey_len,
const u8_t *privkey_pass, size_t privkey_pass_len,
const u8_t *cert, size_t cert_len);
Consts
Types
Typedefs