mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
d10cabebb5
Added new APIs in sgx_uae_service.h and sgx_ukey_exchange.h to support ECDSA quote based remote attestation. The set of legacy APIs supports EPID only and the set of new APIs supports ECDSA quotes. Enhanced Edger8r with structure deep-copy feature. Fixed bugs. Signed-off-by: Li, Xun <xun.li@intel.com>
32 lines
405 B
ReStructuredText
32 lines
405 B
ReStructuredText
Framework API
|
|
*************
|
|
|
|
Main
|
|
====
|
|
|
|
These classes are the main API to the C++ Micro Services Framework:
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
/framework/doc/api/main/*
|
|
|
|
Utilities
|
|
=========
|
|
|
|
These classes support the main CppMicroServices API:
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
/framework/doc/api/util/*
|
|
|
|
Macros
|
|
======
|
|
|
|
Preprocessor macros provided by CppMicroServices.
|
|
|
|
.. toctree::
|
|
|
|
/framework/doc/api/macros.rst
|