Strophe
0.8
XMPP client library
|
TLS implementation with GNUTLS. More...
Data Structures | |
struct | tls_t |
Functions | |
void | tls_initialize (void) |
void | tls_shutdown (void) |
tls_t * | tls_new (xmpp_ctx_t *ctx, sock_t sock) |
void | tls_free (tls_t *tls) |
int | tls_set_credentials (tls_t *tls, const char *cafilename) |
int | tls_start (tls_t *tls) |
int | tls_stop (tls_t *tls) |
int | tls_error (tls_t *tls) |
int | tls_pending (tls_t *tls) |
int | tls_read (tls_t *tls, void *const buff, const size_t len) |
int | tls_write (tls_t *tls, const void *const buff, const size_t len) |
TLS implementation with GNUTLS.
void tls_initialize | ( | void | ) |
void tls_shutdown | ( | void | ) |
void tls_free | ( | tls_t * | tls | ) |
int tls_set_credentials | ( | tls_t * | tls, |
const char * | cafilename | ||
) |
int tls_start | ( | tls_t * | tls | ) |
int tls_stop | ( | tls_t * | tls | ) |
int tls_error | ( | tls_t * | tls | ) |
int tls_pending | ( | tls_t * | tls | ) |
int tls_read | ( | tls_t * | tls, |
void *const | buff, | ||
const size_t | len | ||
) |
int tls_write | ( | tls_t * | tls, |
const void *const | buff, | ||
const size_t | len | ||
) |