Expose TLS remote public keys - #205
Open
flcl42 wants to merge 5 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request exposes authenticated TLS peer public keys, preserves peer-address enrichment, and updates WebRTC certificate compatibility and dependencies.
Changes:
- Store remote TLS certificate keys and enrich peer addresses.
- Update WebRTC certificate creation and coverage.
- Refresh package versions and lock files.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Summary |
|---|---|
src/samples/transport-interop/TransportInterop.csproj |
Updates logging abstractions. |
src/samples/transport-interop/packages.lock.json |
Refreshes locked dependencies. |
src/samples/pubsub-chat/PubsubChat.csproj |
Updates dependency versions and formatting. |
src/samples/perf-benchmarks/PerfBenchmarks.csproj |
Updates logging abstractions. |
src/libp2p/Libp2p.Protocols.WebRtc/WebRtcDirectProtocol.cs |
Adapts certificate generation to updated APIs. |
src/libp2p/Libp2p.Protocols.WebRtc.Tests/WebRtcDirectProtocolTests.cs |
Adds certificate-construction coverage. |
src/libp2p/Libp2p.Protocols.Tls/TlsProtocol.cs |
Records remote keys and enriches addresses; critical key-binding and moderate no-/p2p coverage findings remain unresolved. |
src/libp2p/Libp2p.Protocols.Tls.Tests/TlsProtocolTests.cs |
Verifies TLS keys after handshakes. |
src/libp2p/Directory.Packages.props |
Updates central package versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
flcl42
force-pushed
the
tls-remote-public-key
branch
from
August 24, 2026 09:20
8ac2321 to
6dd1f49
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pipeline repair
This branch also includes the shared SIPSorcery security dependency update required for CI restore. It aligns the WebRTC certificate integration and is tracked independently in #208.
Validation