occlum icon indicating copy to clipboard operation
occlum copied to clipboard

Occlum is a memory-safe, multi-process library OS for Intel SGX

Results 291 occlum issues
Sort by recently updated
recently updated
newest added

This commit fixes the bug we mentioned here: https://github.com/occlum/occlum/pull/975#discussion_r942031420

is the lack of JNI support intentional or does that only affect the docker images? ``` [2022-08-11T14:45:49,844][WARN ][o.e.b.Natives ] [unknown] unable to load JNA native support library, native methods will...

bug

Upgrade rust-sgx-sdk to 1.1.5 Bump to 0.29.0

- example.go ``` package main import ( "fmt" "log" "github.com/cockroachdb/pebble" ) func main() { db, err := pebble.Open("demo", &pebble.Options{}) if err != nil { log.Fatal(err) } key := []byte("hello") if...

# Describe the bug When I run remote_attestation/epid, I get an error "Fail to get group id from /dev/sgx" # To reproduce Steps to reproduce the behavior: 1. { "ias_url":...

bug

Add a dockerfile named 'Dockerfile.anolis8.4' for building occlum image for Anolis 8.4. Edit README.md and build_image.sh for surporting Anolis 8.4.

Hi, I read occlum's paper and tried occlum, but I have a question about it. Suppose a user wants to run a trusted program to process his private data on...

Hi, Occlum team, After I put the App (#938 ) into Occlum successfully, I need to use the test-suite to verify the correctness of the App. The test suite use...

bug

# Describe the bug 运行/demos/remote_attestation/init_ra_flow失败 # To reproduce Steps to reproduce the behavior: 如其readme所示 # Expected behavior A clear and concise description of what you expected to happen. # Logs...

bug