23#ifndef MUTT_CONN_SSL_H
24#define MUTT_CONN_SSL_H
Convenience wrapper for the library headers.
void cert_array_clear(struct CertArray *carr)
Free all memory of a CertArray.
ARRAY_HEAD(CertArray, const char *)
Array of text making up a Certificate.
int mutt_ssl_socket_setup(struct Connection *conn)
Set up SSL socket mulitplexor.
int dlg_verify_certificate(const char *title, struct CertArray *carr, bool allow_always, bool allow_skip)
Ask the user to validate the certificate.