23#ifndef MUTT_CONN_SSL_H
24#define MUTT_CONN_SSL_H
49int dlg_certificate(
const char *title,
struct CertArray *carr,
bool allow_always,
bool allow_skip);
#define ARRAY_HEAD(name, type)
Define a named struct for arrays of elements of a certain type.
int dlg_certificate(const char *title, struct CertArray *carr, bool allow_always, bool allow_skip)
Ask the user to validate the certificate -.
Convenience wrapper for the library headers.
void cert_array_clear(struct CertArray *carr)
Free all memory of a CertArray.
int mutt_ssl_socket_setup(struct Connection *conn)
Set up SSL socket mulitplexor.