Dmitrii Kuvaiskii

Results 681 comments of Dmitrii Kuvaiskii

> Apologies- i mixed up the terminology. I meant to say - the host enclave - performs a regular RA-TLS flow unaware of what flow the verifier is going to...

I prefer option 4. Option 3 sounds like an overkill to fix this issue (and similar "amend/cancel pending operation" issues). Splitting our nice `ipc_send_message_and_get_response()` into two phases, with some state...

## Example with CUSE device Some more details on this sub-project. ### How CUSE works The Linux kernel exposes the `/dev/cuse` driver. The user-mode driver (UMD) is a normal C...

> Yeah, isn't mmap like half of the complexity we want to test (other being ioctl)? I would say CUSE is a no-go for us then... > What about creating...

> Can ioctl also support and passthrough TYPE_SOCK fd? What is `TYPE_SOCK` fd? If you mean normal TCP/IP sockets, then no, my IOCTL support is tailored for devices (like the...

Let me add more chaos to this issue :) 1. The name "LA-TLS" is a bit misleading, and I regret coining it. The original thought was "This looks very much...

> I wonder if Gramine is finally ready for hardlinks I wonder if @pwmarcz can comment on this.

Jenkins, retest Jenkins-SGX-18.04-apps please An interesting error log which doesn't seem to be related to this PR: ``` 17:11:08 gramine-sgx server & SERVER_ID=$!; \ 17:11:08 ./client epid > OUTPUT; \...