Daiki Ueno
Daiki Ueno
Thank you for the suggestions, and sorry for taking long time to get back to this topic. > I think we should expose the accessor, insertion, and deletion operations on...
> but permit the wasi table to contain directories and other sort of handles/capabilities (sockets, http, etc), instead of treating Fd as both file and directories. I tried to [port](https://github.com/ueno/wasmtime/tree/wip/dueno/wasi-c2-shared-handles)...
@Lekensteyn I'm sorry that it took too long; the QUIC related API has been finally merged in the GnuTLS master, and I've updated the [examples using it](https://github.com/ueno/ngtcp2-gnutls-examples). Would it be...
Thank you, sorry for that it took so long to get fixed.
FWIW I wrote an echo [program](https://gitlab.com/dueno/quic-echo) for this [talk](https://devconfus2021.sched.com/event/lkfO/understanding-quic-by-examples) (thank you @tatsuhiro-t for reviewing the presentation draft :-)
I'm afraid reviving the libgcrypt backend doesn't help, as GnuTLS switched to Nettle some time ago.
The current workaround is to [`dlopen`](https://gitlab.com/gnutls/gnutls/-/merge_requests/1544) libtss2* libs in GnuTLS. This is the same approach as we [take](https://gitlab.com/gnutls/gnutls/-/blob/15b43385c1f3a903e430fc79feabcb68b164df2b/lib/tpm.c#L120) for trousers but certainly not ideal. From the perspective of a crypto...
> @ueno can you open a enhancement proposal for this change? Sorry I haven't had time to do that in the past couple of weeks, but probably @ansasaki will help...
> Usually the test cases are fairly simple so understanding them from code shouldn't be problematic. For others, the comments should explain what's happening—if those are missing or unclear, I'm...
> check if PHA can be delayed by client replying with KeyUpdate - server should not wait for Certificate but reply with KeyUpdate of its own (PHA is asynchronous) I...