Skip to content

Handle Conscrypt EdDSA keys in authentication flow#466

Merged
kruton merged 1 commit intoconnectbot:mainfrom
kruton:oid-eddsa
Feb 17, 2026
Merged

Handle Conscrypt EdDSA keys in authentication flow#466
kruton merged 1 commit intoconnectbot:mainfrom
kruton:oid-eddsa

Conversation

@kruton
Copy link
Member

@kruton kruton commented Feb 17, 2026

AuthenticationManager used a strict "EdDSA" algorithm name check which failed for Conscrypt keys (e.g., from Google Play Services) that may use OID or other algorithm identifiers. Reuse PublicKeyUtils.isEd25519Key() for consistent detection across all code paths.

AuthenticationManager used a strict "EdDSA" algorithm name check which
failed for Conscrypt keys (e.g., from Google Play Services) that may
use OID or other algorithm identifiers. Reuse PublicKeyUtils.isEd25519Key()
for consistent detection across all code paths.
@kruton kruton enabled auto-merge (rebase) February 17, 2026 22:26
@kruton kruton merged commit 3a27ca4 into connectbot:main Feb 17, 2026
4 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.

1 participant

Comments