Lines Matching defs:options
145 struct options struct
147 const char *server_name; /* hostname of the server (client only) */
148 const char *server_port; /* port on which the ssl service runs */
149 int debug_level; /* level of debugging */
150 int authentication; /* if authentication is required */
151 int mode; /* SSL/TLS (0) or STARTTLS (1) */
152 const char *user_name; /* username to use for authentication */
153 const char *user_pwd; /* password to use for authentication */
154 const char *mail_from; /* E-Mail address to use as sender */
155 const char *mail_to; /* E-Mail address to use as recipient */
156 const char *ca_file; /* the file with the CA certificate(s) */
157 const char *crt_file; /* the file with the client certificate */
158 const char *key_file; /* the file with the client key */
159 int force_ciphersuite[2]; /* protocol/ciphersuite to use, or all */