mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
b13ab0eae7
Changes: Added a command option “-resign” for Signing Tool. Split the header file of Un-trusted Architecture Services. Supported Red Hat* Enterprise Linux* Server 8.0 (for x86_64). And we do not support Red Hat* Enterprise Linux* Server 7.6 (for x86_64) from this release Added support for new version Intel(R) Provisioning Certification Server interfaces. Added new libraries libsgx_epid.so, libsgx_launch.so, libsgx_platform.so and libsgx_quote_ex.so Fixed bugs. Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
{
|
|
global:
|
|
get_launch_token;
|
|
sgx_get_whitelist_size;
|
|
sgx_get_whitelist;
|
|
sgx_register_wl_cert_chain;
|
|
local:
|
|
*;
|
|
};
|