tpm2-tss
4.1.0
TPM Software stack 2.0 TCG spec compliant implementation
ifapi_curl.h
1
/* SPDX-License-Identifier: BSD-2-Clause */
2
#ifndef IFAPI_CURL_H
3
#define IFAPI_CURL_H
4
5
#include "fapi_int.h"
6
7
TSS2_RC
8
ifapi_curl_verify_ek_cert(
9
char
* root_cert_pem,
10
char
* intermed_cert_pem,
11
char
* ek_cert_pem);
12
13
int
14
ifapi_get_curl_buffer(
15
unsigned
char
* url,
16
unsigned
char
** buffer,
17
size_t
*cert_size);
18
19
#endif
/* IFAPI_CURL_H */
src
tss2-fapi
ifapi_curl.h
Generated by
1.9.8