YPC  0.2.0
signer_verify.h
1 #pragma once
2 #include "ypc/corecommon/nt_cols.h"
3 #include "ypc/corecommon/package.h"
4 #include "ypc/stbox/tsgx/channel/dh_session.h"
5 
6 namespace ypc {
7 bool is_certified_signer(
8  sgx_dh_session_enclave_identity_t *peer_enclave_identity,
9  std::shared_ptr<nt<stbox::bytes>::access_list_package_t> policy =
10  std::shared_ptr<nt<stbox::bytes>::access_list_package_t>());
11 }