Handling of SSL encryption. More...
Go to the source code of this file.
Data Structures | |
struct | CertMenuData |
Certificate data to use in the Menu. More... | |
Functions | |
ARRAY_HEAD (CertArray, const char *) | |
Array of text making up a Certificate. | |
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. | |
int | dlg_certificate (const char *title, struct CertArray *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.
ARRAY_HEAD | ( | CertArray | , |
const char * | |||
) |
Array of text making up a Certificate.
void cert_array_clear | ( | struct CertArray * | carr | ) |
Free all memory of a CertArray.
carr | Array of text to clear |
Definition at line 157 of file dlg_verifycert.c.
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 1125 of file gnutls.c.