Expose OHTTP key fetch for Python#1386
Merged
spacebear21 merged 1 commit intopayjoin:masterfrom Mar 5, 2026
Merged
Conversation
Introduce `fetch_ohttp_keys_async` in the Python bindings and update integration tests to use it instead of `TestServices.fetch_ohttp_keys()`. This keeps key retrieval inside Python HTTP code and aligns test flow with the async sender/receiver path. The helper fetches `/.well-known/ohttp-gateway` through the configured relay proxy, validates TLS with the provided DER certificate and decodes the response into `OhttpKeys`.
4 tasks
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.
This PR address the python part of #1362
The approaach i followed was to try and do what was done in the C# part
co-authored with chatgpt 5.3 codex
Pull Request Checklist
Please confirm the following before requesting review:
AI
in the body of this PR.