|
Qsmtp
0.23svn
|
functions for STARTTLS SMTP command More...
#include <fcntl.h>#include <errno.h>#include <stdio.h>#include <string.h>#include "tls.h"#include "netio.h"#include "control.h"#include "qdns.h"#include "ssl_timeoutio.h"#include "qsmtpd.h"#include "syntax.h"Defines | |
| #define | CLIENTCA "control/clientca.pem" |
| #define | CLIENTCRL "control/clientcrl.pem" |
| #define | SERVERCERT "control/servercert.pem" |
Functions | |
| int | smtp_starttls (void) |
Variables | |
| int | ssl_verified = 0 |
| const char * | ssl_verify_err = 0 |
functions for STARTTLS SMTP command
| int smtp_starttls | ( | void | ) |
initialize STARTTLS mode
1.7.6.1