-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
OF-2694 & OF-2879: Add Channel binding support & implement XEP-0440 #3282
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
Open
guusdk
wants to merge
12
commits into
igniterealtime:main
Choose a base branch
from
guusdk:OF-2694_Channel-Binding
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ca3d7c2
OF-2694: Introduce pluggable channel binding providers with manager
guusdk d4bb4a9
OF-2694: Add tls-server-end-point channel binding provider implementa…
guusdk daa7632
OF-2694: Add TLS channel binding primitive support
guusdk c54238e
OF-2694: Make available `tls-server-end-point` channel binding by def…
guusdk 7eb37c2
OF-2694: Add SCRAM-SHA-1-PLUS mechanism with channel binding support
guusdk e71c122
OF-2879: Implement XEP-0440: SASL Channel-Binding Type Capability
guusdk 0ba5383
OF-2694 (code review feedback): Additional hardening + unit test cove…
guusdk 8518d6e
OF-2694 (code review feedback): Only advertise SASL -PLUS mechanisms …
guusdk adb1146
OF-2694 (code review feedback): Various text fixes
guusdk 8179c7b
OF-2694 (code review feedback): Make removal of ChannelBindingProvide…
guusdk b834c8f
OF-2694 (code review feedback): (more) correctly encode SCRAM-SHA-1 t…
guusdk c4a8340
OF-2694: Add Maestro test to CI for Channel Binding
guusdk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| appId: eu.siacs.conversations | ||
| tags: | ||
| - cb | ||
| onFlowStart: | ||
| - runScript: scripts/checkHealth.js | ||
| --- | ||
|
|
||
| - runScript: scripts/startSession.js | ||
|
|
||
| - launchApp: | ||
| clearState: true | ||
|
|
||
| - assertVisible: "I already have an account" | ||
|
|
||
| - runScript: | ||
| file: scripts/checkForLogs.js | ||
| env: | ||
| PATTERN: initializing database.* | ||
|
|
||
| - tapOn: "I already have an account" | ||
| - tapOn: "More options" | ||
| - tapOn: "Settings" | ||
| - tapOn: "Connection" | ||
| - tapOn: "Show extended connection settings when setting up an account" | ||
| - tapOn: "Navigate up" | ||
| - tapOn: "Navigate up" | ||
|
|
||
| - tapOn: "XMPP address" | ||
| - inputText: "jane@example.org" | ||
| - tapOn: "Password" | ||
| - inputText: "secret" | ||
| - tapOn: "Hostname" | ||
| - inputText: "10.0.2.2" | ||
| - tapOn: "Next" | ||
|
|
||
| - assertVisible: "Accept Unknown Certificate?" | ||
| - tapOn: "Always" | ||
|
|
||
| - runScript: | ||
| file: scripts/checkForLogs.js | ||
| env: | ||
| PATTERN: 'jane@example\.org.*Authenticating with SASL\/[A-Z0-9-]+-PLUS' | ||
|
|
||
| - runScript: | ||
| file: scripts/checkForLogs.js | ||
| env: | ||
| PATTERN: 'jane@example\.org.*logged in \(using SASL\)' | ||
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.