s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
tls_errors.h File Reference
#include "stralloc.h"
Include dependency graph for tls_errors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void temp_tlscon ()
void temp_tlspeercert ()
void temp_tlspeervalid ()
void temp_tlspeerverify ()
void temp_nomem (void)
void temp_tlsctx (void)
void temp_tlsca (void)
void temp_tlscipher (void)
void temp_tlscert (void)
void temp_tlscertfp (void)
void temp_tlsdigest (void)
void temp_tlshost (void)
void temp_tlskey (void)
void temp_tlschk (void)
void temp_tlserr (void)
void temp_tlsepeercert (void)
void temp_tlsepeerverify (void)
void temp_invaliddigest (void)
void temp_tlsainvalid (void)
void temp_tlsamissing (void)
void zerodie (void)
void out (char *)
void outsafe (stralloc *)

Variables

stralloc host
stralloc remotehost
stralloc cafile
stralloc cadir
stralloc ciphers
stralloc certfile
stralloc keyfile
stralloc keypwd

Function Documentation

◆ out()

void out ( char * s)

Definition at line 11 of file auto-int.c.

Here is the call graph for this function:

◆ outsafe()

void outsafe ( stralloc * sa)

Definition at line 131 of file qmail-remote.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_invaliddigest()

void temp_invaliddigest ( void )

Definition at line 127 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_nomem()

void temp_nomem ( void )

Definition at line 65 of file qmail-ldapam.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlsainvalid()

void temp_tlsainvalid ( void )

Definition at line 143 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlsamissing()

void temp_tlsamissing ( void )

Definition at line 135 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlsca()

void temp_tlsca ( void )

Definition at line 36 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlscert()

void temp_tlscert ( void )

Definition at line 12 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlscertfp()

void temp_tlscertfp ( void )

Definition at line 117 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlschk()

void temp_tlschk ( void )

Definition at line 28 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlscipher()

void temp_tlscipher ( void )

Definition at line 46 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlscon()

void temp_tlscon ( )
extern

Definition at line 64 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlsctx()

void temp_tlsctx ( void )

Definition at line 56 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlsdigest()

void temp_tlsdigest ( void )

Definition at line 151 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlsepeercert()

void temp_tlsepeercert ( void )

◆ temp_tlsepeerverify()

void temp_tlsepeerverify ( void )

◆ temp_tlserr()

void temp_tlserr ( void )

Definition at line 73 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlshost()

void temp_tlshost ( void )

Definition at line 82 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlskey()

void temp_tlskey ( void )

Definition at line 20 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlspeercert()

void temp_tlspeercert ( )
extern

Definition at line 93 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlspeervalid()

void temp_tlspeervalid ( )
extern

Definition at line 109 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ temp_tlspeerverify()

void temp_tlspeerverify ( )
extern

Definition at line 101 of file tls_errors.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ zerodie()

void zerodie ( void )

Definition at line 123 of file qmail-remote.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ cadir

stralloc cadir
extern

Definition at line 428 of file qmail-remote.c.

◆ cafile

stralloc cafile
extern

Definition at line 427 of file qmail-remote.c.

◆ certfile

stralloc certfile
extern

Definition at line 429 of file qmail-remote.c.

◆ ciphers

stralloc ciphers
extern

Definition at line 432 of file qmail-remote.c.

◆ host

stralloc host
extern

Definition at line 5 of file hostname.c.

◆ keyfile

stralloc keyfile
extern

Definition at line 430 of file qmail-remote.c.

◆ keypwd

stralloc keypwd
extern

Definition at line 431 of file qmail-remote.c.

◆ remotehost

stralloc remotehost
extern

Definition at line 74 of file qmail-popup.c.