Skip to content

ssh-encoding: PEM line width detection - #252

Merged
tarcieri merged 1 commit into
masterfrom
ssh-encoding/pem-line-width-detection
Jul 28, 2024
Merged

ssh-encoding: PEM line width detection#252
tarcieri merged 1 commit into
masterfrom
ssh-encoding/pem-line-width-detection

Conversation

@tarcieri

@tarcieritarcieri commented Jul 28, 2024

Copy link
Copy Markdown
Member

Uses the line width detection support added to pem-rfc7468 in RustCrypto/formats#1464 to automatically detect the input line width and parse PEM documents accordingly, which allows support for a wider range of SSH keys which don't use the default 70 chars of line wrapping.

Fixes#195

Uses the line width detection support added to `pem-rfc7468` in
RustCrypto/formats#1464 to automatically detect the input line width and
parse PEM documents accordingly, which allows support for a wider range
of SSH keys which don't use the default 70 chars of line wrapping.
Fixes#195
@tarcieri
tarcieriforce-pushed the ssh-encoding/pem-line-width-detection branch from 94015a5 to d81e199CompareJuly 28, 2024 20:14
@tarcieri
tarcieri marked this pull request as ready for review July 28, 2024 20:14
@tarcieritarcieri changed the title [WIP] ssh-encoding: PEM line width detectionssh-encoding: PEM line width detectionJul 28, 2024
@tarcieri
tarcieri merged commit afbe00e into masterJul 28, 2024
@tarcieri
tarcieri deleted the ssh-encoding/pem-line-width-detection branch July 28, 2024 20:34
@tarcieritarcieri mentioned this pull request May 25, 2026
Sign up for freeto 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.

Hardcoded length of PEM-encoding causes interoperability issues

1 participant

@tarcieri