Lines Matching defs:options
123 struct options { struct
124 const char *server_name; /* hostname of the server (client only) */
125 const char *server_port; /* port on which the ssl service runs */
126 int debug_level; /* level of debugging */
127 int authentication; /* if authentication is required */
128 int mode; /* SSL/TLS (0) or STARTTLS (1) */
129 const char *user_name; /* username to use for authentication */
130 const char *user_pwd; /* password to use for authentication */
131 const char *mail_from; /* E-Mail address to use as sender */
132 const char *mail_to; /* E-Mail address to use as recipient */
133 const char *ca_file; /* the file with the CA certificate(s) */
134 const char *crt_file; /* the file with the client certificate */
135 const char *key_file; /* the file with the client key */
136 int force_ciphersuite[2]; /* protocol/ciphersuite to use, or all */