You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge the certificate generation and parsing PR. There are blockers related to nim-mbedtls build that need to be addressed. The problems are in the interop tests and the arm64 workflows.
Make the QUIC transport code more robust. Better error handling, logs, and tests.
This issue documents a potential integration problem with other implementations. It seems this has been fixed in the go implementation, but others remain to be checked.
Enable QUIC in the transport interop tests
Evaluate if QUIC support for Hole Punching needs to be implemented.
This project started as PoC and was not meant to be used in production. I don't know its robustness from a security, performance, and maintainability perspective, and it needs to be evaluated.
Evaluate if the current tests are enough.
Update readme.
Make a release.
The text was updated successfully, but these errors were encountered:
nim-libp2p
nim-quic
nim-mbedtls
as explained in https://docs.libp2p.io/concepts/transports/quic/ and https://github.com/libp2p/specs/blob/master/tls/tls.md. Thengtcp2
library has crypto helper libraries that make this integration easier, but unfortunately, it doesn't supportmbedtls
. It is necessary to find a way to make this integration using mbedtls.The text was updated successfully, but these errors were encountered: