Giter Site home page Giter Site logo

Comments (6)

deniszhereschinr3 avatar deniszhereschinr3 commented on July 18, 2024 1

@v13s Glad you got the same results I have - yes, the Mail API has changed. We are working on it.

Meanwhile you can still use Beta4 with extra bits installed on your box:

Add 01.org to apt for SGX packages

echo "deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main" >> /etc/apt/sources.list.d/intel-sgx.list
wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
apt-get update

Install SGX runtime components

apt-get install -y -q libsgx-quote-ex libsgx-urts

Install SGX DCAP SDK

apt-get install -y -q libsgx-dcap-ql libsgx-dcap-ql-dev

install Azure plugin (this should work on Ubuntu 20)

wget https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/a/az-dcap-client/az-dcap-client_1.6_amd64.deb
dpkg -i az-dcap-client_1.6_amd64.deb

symlink

ln -s /usr/lib/libdcap_quoteprov.so /usr/lib/x86_64-linux-gnu/libdcap_quoteprov.so.1

from cordacon-conclave-tutorial.

shamsasari avatar shamsasari commented on July 18, 2024

@deniszhereschinr3 any ideas?

from cordacon-conclave-tutorial.

shamsasari avatar shamsasari commented on July 18, 2024

Can you confirm you followed the steps in https://docs.conclave.net/azure.html.

from cordacon-conclave-tutorial.

deniszhereschinr3 avatar deniszhereschinr3 commented on July 18, 2024

DCAP libs and QuoteProvider are not installed.
And this repo is using Conclave SDK Beta 4.
The issue is addressed at is is addressed at Conclave SDK v1.0
i'll update this repo to use v1.

from cordacon-conclave-tutorial.

v13s avatar v13s commented on July 18, 2024

I tried using the ConclaveSDK v1.0, but it doesn't have
com.r3.conclave.mail.Curve25519KeyPairGenerator
com.r3.conclave.mail.MutableMail
com.r3.conclave.host.EnclaveHost.MailCallbacks

@shamsasari @deniszhereschinr3 any suggestions there?

from cordacon-conclave-tutorial.

v13s avatar v13s commented on July 18, 2024

thanks @deniszhereschinr3 it works!! I did the steps you mentioned and it worked.

Since I am using Azure SGX compliant server, can I run it in secure mode? I tried setting default mode to 'release' in host/build.gradle file but it failed. It works with both 'debug' and 'simulation' mode.

Any help would be highly appreciated.

from cordacon-conclave-tutorial.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.