Skip to content
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

Implement PakeOption 'client-handshake-limit' and 'server-handshake-l… #1316

Merged
merged 2 commits into from
Mar 20, 2025

Conversation

miguelaranda0
Copy link
Collaborator

…imit' for SPAKE2+ connections.

When 'client-handshake-limit' and 'server-handshake-limit' are present in a SPAKE2+ PakeOption, they will be used to control the number of unsuccessful/pending SPAKE2+ attempts that can be performed by the client and server, respectively, before failing the connection.

The default limit is 1 if not provided.

Bug: 401039265
Test: atest SpakeTest
Change-Id: Ia87fbef5778e6773b3103863ce19550484f9b90f

…imit' for SPAKE2+ connections.

When 'client-handshake-limit' and 'server-handshake-limit' are present in a
SPAKE2+ PakeOption, they will be used to control the number of unsuccessful/pending
SPAKE2+ attempts that can be performed by the client and server, respectively,
before failing the connection.

The default limit is 1 if not provided.

Bug: 401039265
Test: atest SpakeTest
Change-Id: Ia87fbef5778e6773b3103863ce19550484f9b90f
…imit' for SPAKE2+ connections.

When 'client-handshake-limit' and 'server-handshake-limit' are present in a
SPAKE2+ PakeOption, they will be used to control the number of unsuccessful/pending
SPAKE2+ attempts that can be performed by the client and server, respectively,
before failing the connection.

The default limit is 1 if not provided.

Bug: 401039265
Test: atest SpakeTest
Change-Id: Ia87fbef5778e6773b3103863ce19550484f9b90f
@miguelaranda0 miguelaranda0 requested a review from prbprbprb March 20, 2025 09:30
@prbprbprb prbprbprb merged commit fa8c0d1 into google:master Mar 20, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants