v0.44.0-beta.4
Pre-release
Pre-release
·
382 commits
to main
since this release
Changes
Incorrect Ed25519 PKCS#8 key saving
- Up to
v0.43,russh-keyshas generated incorrect key format when saving Ed25519 keys in PKCS#8 format. This is fixed inv0.44but by default,v0.44will fail to parse keys generated inv0.43. - To allow
v0.44to parse these keys, enable thelegacy-ed25519-pkcs8-parserfeature of therussh-keyscrate.