kodi
|
Certificate processing. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "os_port.h"
#include "crypto_misc.h"
Functions | |
int | x509_new (const uint8_t *cert, int *len, X509_CTX **ctx) |
Construct a new x509 object. More... | |
void | x509_free (X509_CTX *x509_ctx) |
Free an X.509 object's resources. | |
Certificate processing.
int x509_new | ( | const uint8_t * | cert, |
int * | len, | ||
X509_CTX ** | ctx | ||
) |
Construct a new x509 object.