NAME

catssl_newinfo - create new SSL context

SYNOPSIS

#include <cat/cat.h>

catssl_info *catssl_newinfo(void);

DESCRIPTION

This function creates a new SSL context used to hold the SSL state data. A unique context must exist for each session using SSL.

The function returns the new context if successful, NULL otherwise.

SEE ALSO

cat, catssl