incubator-teaclave-java-tee-sdk icon indicating copy to clipboard operation
incubator-teaclave-java-tee-sdk copied to clipboard

Apache Teaclave (incubating) Java TEE SDK is an open source universal confidential computing framework, making java computation on privacy-sensitive data safe and simple.

Results 22 incubator-teaclave-java-tee-sdk issues
Sort by recently updated
recently updated
newest added

For example, if I pass in a piece of function code in the "host part" , how can it automatically load and enter the enclave?

https://github.com/apache/incubator-teaclave-java-tee-sdk/blob/57cfd18d99e82eefe5c04bf06221b50b56641dc9/sdk/pom.xml#L98 See https://www.apache.org/legal/resolved.html (JSON license section) Could you upgrade to a newer version? And these versions have security fixes too. Since late 2022, this jar is now properly in the...

目前可以在Docker容器里面运行起来。 但在物理机上运行总会缺少一些组件。 能否出一个在物理机上运行的教程呢?

We are currenlty thinking about starting a confidential computing project. Teaclave java seems to be the perfect match, but on the other hand the development seems to be cut off...

instance type: aliyun compute enhance operation system version: Linux version 5.4.0-106-generic (buildd@lcy02-amd64-093) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04)) sgx driver have been installed,version:https://download.01.org/intel-sgx/latest/dcap-latest/linux/distro/ubuntu20.04-server/sgx_linux_x64_driver_1.41.bin ![image](https://github.com/apache/incubator-teaclave-java-tee-sdk/assets/5309752/52d2a355-c9c4-418c-833c-2186105fbba6) according to the readme.md ,I run helloworld...

基于samples/springboot项目,在common和enclave模块增加h2db的crud操作,目前程序能正常运行,save操作没有报错。 但涉及到读数据的接口,返回内容就是null,即使不是返回数据库中的内容。 **service**: ![image](https://github.com/apache/incubator-teaclave-java-tee-sdk/assets/31698930/b589a013-ea05-4d8f-b9aa-fa828963e20a) **controller**:(返回null) ![image](https://github.com/apache/incubator-teaclave-java-tee-sdk/assets/31698930/fb3c0621-615c-4d9e-acbe-3bf4a39b9183)

Hello, I want to do research on blockchain privacy protection based on trusted execution environment, and selected blockchain as fabric, can teaclave support writing trusted applications in java language? What...

I was building the MOCK_IN_JVM Springboot project using mvn -Pnative clean package. While doing so I countered this error: I am using macOS and JDK config is as follows: openjdk...

我在运行hello world 的时候 会报一个空指针错误 ,我看了一下是由于 这个文件 不存在 导致 的 `private final static String TEE_SDK_SIGNED_PACKAGE_PATH = "lib_tee_sdk_svm_load.signed";` 请问这里还需要什么额外的步骤来生成这个对应 的文件 吗

镜像`teaclave/teaclave-java-tee-sdk:v0.1.0-ubuntu18.04`是如何构建的?我使用了`ghcr.io/graalvm/native-image:ol8-java11-22`镜像,里边包含graalvm22-ce-java11和native-image,使用`mvn -Pnative clean package`命令编译helloworld项目时无法成功,我只想试验MOCK_IN_JVM模式,编译时还缺少什么其他必要组件吗?编译时报错内容如下,使用本项目提供的docker镜像编译相同代码的helloworld项目时没有这个错误: How is the image `teaclave/teaclave-java-tee-sdk:v0.1.0-ubuntu18.04` built? I used the `ghcr.io/graalvm/native-image:ol8-java11-22` image, which contains graalvm22-ce-java11 and native-image, and when I use the `mvn -Pnative clean package` command...