keyhole logo

Functions
hx509 library

Functions

int hx509_context_init (hx509_context *context)
 
void hx509_context_free (hx509_context *context)
 

Detailed Description

Function Documentation

◆ hx509_context_free()

void hx509_context_free ( hx509_context *  context)

Free the context allocated by hx509_context_init().

Parameters
contextcontext to be freed.

◆ hx509_context_init()

int hx509_context_init ( hx509_context *  context)

Creates a hx509 context that most functions in the library uses. The context is only allowed to be used by one thread at each moment. Free the context with hx509_context_free().

Parameters
contextReturns a pointer to new hx509 context.
Returns
Returns an hx509 error code.

Generated on Tue Nov 15 2022 14:04:25 for Heimdal x509 library by doxygen 1.9.1