Handling of SSL encryption. More...
#include "config.h"
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | CertMenuData |
Certificate data to use in the Menu. More... | |
Functions | |
int | mutt_ssl_socket_setup (struct Connection *conn) |
Set up SSL socket mulitplexor. | |
int | dlg_certificate (const char *title, struct StringArray *carr, bool allow_always, bool allow_skip) |
Ask the user to validate the certificate -. | |
Handling of SSL encryption.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file ssl.h.
int mutt_ssl_socket_setup | ( | struct Connection * | conn | ) |
Set up SSL socket mulitplexor.
conn | Connection to a server |
0 | Success |
-1 | Error |
Definition at line 1129 of file gnutls.c.