Definitions for certificate chain structures and Enrollment over Secure Transport (EST) callback. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | cert_context_s |
struct | cert_chain_context_s |
Typedefs | |
typedef void(* | est_enrollment_result_cb) (est_enrollment_result_e result, struct cert_chain_context_s *cert_chain, void *context) |
When the enrollment result has been handled by the callback, the free_cert_chain_context function must be called with the cert_chain as parameter to free the certificate chain buffer(s). More... | |
Definitions for certificate chain structures and Enrollment over Secure Transport (EST) callback.
typedef void(* est_enrollment_result_cb) (est_enrollment_result_e result, struct cert_chain_context_s *cert_chain, void *context) |
When the enrollment result has been handled by the callback, the free_cert_chain_context function must be called with the cert_chain as parameter to free the certificate chain buffer(s).
result,The | result of the enrollment operation. |
cert_chain,A | pointer to cert_chain_context_s if enrollment was successful, otherwise NULL. |
context,The | user context. |