From 6f8947be8ff87d83fb0f40be3d51485dcb740aa8 Mon Sep 17 00:00:00 2001 From: Mayank <mayankrathee.japan@gmail.com> Date: Thu, 19 Sep 2019 18:23:48 +0530 Subject: [PATCH] Update README.md --- Aramis/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Aramis/README.md b/Aramis/README.md index c6491bf..4f9e683 100644 --- a/Aramis/README.md +++ b/Aramis/README.md @@ -38,5 +38,11 @@ If you have registered you own keys with Intel, then you can follow these steps * Overwrite the files `party0/Enclave/Enclave_private.pem`, `party1/Enclave/Enclave_private.pem` and `party2/Enclave/Enclave_private.pem` with you self-signed private key that you created for registering with Intel. (Previous section of README, point 1). * Go to file `service-provider/IAS_web_service/IAS_web_service.cpp` in the funtion `send_to_ias_sig_rl()` and update the values `subscription_key_p` and `subscription_key_s` with your primary and secondary subscription keys. +# External Code +This project contains/relies on some components of the following external code. +* https://github.com/ReneNyffenegger/cpp-base64 for utility cpp functions. +* https://github.com/IBM/sgx-trust-management/ for basic attestation framework. +* A very early fork of https://github.com/snwagh/securenn-public. + For bugs, issues or clarifications, contact at mayankrathee.japan@gmail.com. -- GitLab