![]() |
s/qmail 4.3.20
Next generation secure email transport
|
temp_tls* routines are used for error messges More...
Go to the source code of this file.
Functions | |
void | temp_tlscert () |
void | temp_tlskey () |
void | temp_tlschk () |
void | temp_tlsca () |
void | temp_tlscipher () |
void | temp_tlsctx () |
void | temp_tlscon () |
void | temp_tlserr () |
void | temp_tlshost () |
void | temp_tlspeercert () |
void | temp_tlspeerverify () |
void | temp_tlspeervalid () |
void | temp_tlscertfp () |
void | temp_invaliddigest () |
void | temp_tlsamissing () |
void | temp_tlsainvalid () |
void | temp_tlsdigest () |
temp_tls* routines are used for error messges
Definition in file tls_errors.c.
void temp_invaliddigest | ( | void | ) |
Definition at line 127 of file tls_errors.c.
void temp_tlsainvalid | ( | void | ) |
Definition at line 143 of file tls_errors.c.
void temp_tlsamissing | ( | void | ) |
Definition at line 135 of file tls_errors.c.
void temp_tlsca | ( | void | ) |
Definition at line 36 of file tls_errors.c.
void temp_tlscert | ( | void | ) |
Definition at line 12 of file tls_errors.c.
void temp_tlscertfp | ( | void | ) |
Definition at line 117 of file tls_errors.c.
void temp_tlschk | ( | void | ) |
Definition at line 28 of file tls_errors.c.
void temp_tlscipher | ( | void | ) |
Definition at line 46 of file tls_errors.c.
void temp_tlscon | ( | ) |
Definition at line 64 of file tls_errors.c.
void temp_tlsctx | ( | void | ) |
Definition at line 56 of file tls_errors.c.
void temp_tlsdigest | ( | void | ) |
Definition at line 151 of file tls_errors.c.
void temp_tlserr | ( | void | ) |
Definition at line 73 of file tls_errors.c.
void temp_tlshost | ( | void | ) |
Definition at line 82 of file tls_errors.c.
void temp_tlskey | ( | void | ) |
Definition at line 20 of file tls_errors.c.
void temp_tlspeercert | ( | ) |
Definition at line 93 of file tls_errors.c.
void temp_tlspeervalid | ( | ) |
Definition at line 109 of file tls_errors.c.
void temp_tlspeerverify | ( | ) |
Definition at line 101 of file tls_errors.c.