-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial code handling certificate #1
Conversation
Thanks for the ping @kpp. In case you want to continue @tomaka 's work in branch https://github.com/tomaka/libp2p-rs/tree/quiccc-again you might want to cherry pick the commits from my fork https://github.com/mxinden/rust-libp2p/tree/quiccc-again "fixing" the unit tests. |
Issues I found so far:
Shall I fix it in the current PR or shall I file issues and fix them in the future before actually integrating in the |
Will do in the next PR because we need to verify TLS certs & handshakes. |
Tracking issue: paritytech/polkadot-sdk#536
This is an initial implementation of a serializer, parser and verifier of x509 certificates with libp2p extension binary compatible with the
go-libp2p-tls
implementation.cc @tomaka, @mxinden