#include <sslc.h>#include "basic/basic.h"#include "emf/emf.h"Defines | |
| #define | _h_websSSL 1 |
Functions | |
| int | websSSLOpen () |
| int | websSSLIsOpen () |
| void | websSSLClose () |
| int | websSSLWrite (websSSL_t *wsp, char_t *buf, int nChars) |
| int | websSSLGets (websSSL_t *wsp, char_t **buf) |
| int | websSSLRead (websSSL_t *wsp, char_t *buf, int nChars) |
| int | websSSLEof (websSSL_t *wsp) |
| int | websSSLFree (websSSL_t *wsp) |
| int | websSSLFlush (websSSL_t *wsp) |
| int | websSSLSetKeyFile (char_t *keyFile) |
| int | websSSLSetCertFile (char_t *certFile) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
1.4.1