poser
A C framework for POsix SERvices
|
declarations for the PSC_CertInfo class More...
#include <poser/decl.h>
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | PSC_CertValidator) (void *receiver, const PSC_CertInfo *info) |
Custom certificate validator. | |
declarations for the PSC_CertInfo class
typedef int(* PSC_CertValidator) (void *receiver, const PSC_CertInfo *info) |
Custom certificate validator.
This can be used for custom logic whether a specific certificate should be accepted or not.
receiver | the object handling the validation |
info | metadata of the certificate to check |