clauverjat

Results 15 issues of clauverjat

Hello, Intel has released a new version of its SDK yesterday. I know you are working on a v2 of the Teaclave SDK. Still, do you plan to add support...

The `edl/` and `sgx_edl/edl` folders contain the same .edl files. Why not just keep `sgx_edl/edl` and delete the `edl/` folder?

Hello, During our tests, we encountered a strange error message from the enclave. We were expecting an error message containing "Destination address required" (the error message for errno 89 on...

Note : The feature was more about Caddy than certmagic so I moved it there https://github.com/caddyserver/caddy/issues/5985 That being said the implementation of such feature in caddy will require change in...

feature request

## What would you like to have changed? It'd be great if users could configure the certificate validity period when requesting certificates from Certificate Authorities (CAs). ## Why is this...

Hi again, ## Which problem is this feature request solving? Caddy can emit events[^1] about the certificate issuance. In particular a _cert_obtaining_ event is raised when a certificate is about...

Hi I've followed the instructions available in the documentation [^1] but earthly fails to connect to buildkit and therefore it's impossible to build anything with it. Here are some more...

Hello, Thanks for your work on mkosi, I recently started to use it, and it's been a great experience. It would be great to be able to directly obtain the...

RFE
blocked

### Motivation In order to interact with my wasm program from Python I need to be able to get the function pointers stored in a table. I had a look...

🎉 enhancement

The issue is triggered by the following code : https://github.com/mithril-security/blindai-preview/blob/main/runner/remote_attestation_sgx/src/quote_verification_collateral.rs#L246 ```rust // Retrieving verification collateral using QPL let mut p_quote_collateral: *mut sgx_ql_qve_collateral_t = ptr::null_mut(); let qv_ret = unsafe { sgx_ql_get_quote_verification_collateral(...