ucspi-ssl 0.13.03
ucspi-ssl
Loading...
Searching...
No Matches
Macros | Functions
ssl_env.c File Reference
#include <unistd.h>
#include <string.h>
#include "fmt.h"
#include "pathexec.h"
#include "ucspissl.h"
#include "stralloc.h"
#include "str.h"
Include dependency graph for ssl_env.c:

Go to the source code of this file.

Macros

#define set_env_id(n, e, v)   if (!set_env_name_entry((n),(e),(v))) return 0
 

Functions

int ssl_session_vars (SSL *ssl)
 
int ssl_client_env (SSL *ssl, stralloc *sa)
 
int ssl_server_env (SSL *ssl, stralloc *sa)
 

Macro Definition Documentation

◆ set_env_id

#define set_env_id (   n,
  e,
 
)    if (!set_env_name_entry((n),(e),(v))) return 0

Definition at line 15 of file ssl_env.c.

Function Documentation

◆ ssl_client_env()

int ssl_client_env ( SSL *  ssl,
stralloc *  sa 
)

Definition at line 447 of file ssl_env.c.

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

◆ ssl_server_env()

int ssl_server_env ( SSL *  ssl,
stralloc *  sa 
)

Definition at line 456 of file ssl_env.c.

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

◆ ssl_session_vars()

int ssl_session_vars ( SSL *  ssl)

Definition at line 62 of file ssl_env.c.

Here is the caller graph for this function: