Skip to content

ssh-key: initial aes256-gcm@openssh.com support#75

Merged
tarcieri merged 1 commit intomasterfrom
ssh-key/aes-gcm
Mar 7, 2023
Merged

ssh-key: initial aes256-gcm@openssh.com support#75
tarcieri merged 1 commit intomasterfrom
ssh-key/aes-gcm

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Mar 7, 2023

Adds support for OpenSSH private keys which have been encrypted with AES-256-GCM.

The test example key was generated by encrypting id_ed25519 with:

$ ssh-keygen -Z aes256-gcm@openssh.com -p -f id_ed25519

Decryption and encryption are supported when the optional aes-gcm feature is enabled.

@tarcieri tarcieri force-pushed the ssh-key/aes-gcm branch 3 times, most recently from 9dd714b to 106f289 Compare March 7, 2023 03:27
Adds support for OpenSSH private keys which have been encrypted with
AES-256-GCM.

The test example key was generated by encrypting `id_ed25519` with:

    $ ssh-keygen -Z aes256-gcm@openssh.com -p -f id_ed25519

Decryption and encryption are supported when the optional `aes-gcm`
feature is enabled.
@tarcieri tarcieri merged commit 5229c23 into master Mar 7, 2023
@tarcieri tarcieri deleted the ssh-key/aes-gcm branch March 7, 2023 03:44
@tarcieri tarcieri mentioned this pull request Aug 13, 2023
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