1234567891011121314151617181920212223242526272829303132333435363738 |
- #ifndef _DEFAULT_URL_HH_
- #define _DEFAULT_URL_HH_
- #define DEFAULT_URL "http://ps.sgx.trustedservices.intel.com/"
- #define DEFAULT_PSE_RL_URL "https://trustedservices.intel.com/content/CRL/"
- #define DEFAULT_PSE_OCSP_URL "http://trustedservices.intel.com/ocsp"
- #define DEFAULT_WHITE_LIST_URL "http://whitelist.trustedservices.intel.com/SGX/LCWL/Linux/sgx_white_list_cert.bin"
- #endif
|