Skip to content

v0.9.2

Compare
Choose a tag to compare
@dopey dopey released this 10 Apr 20:32

v0.9.2 fixes an issue with ed25519 keys. The keys generated in previous versions would only have worked within the step ecosystem - the issue would have prevented them from working with applications. However, this release will break backwards compatibility of ed25519 keys generated with step within the step ecosystem.

The issue was that two fields in the private key were swapped (d and x). If you'd like to continue using the keys you already have, un-swapping the fields should fix the problem. If you have used step to create ed25519 keys and would like help fixing your existing keys please contact us through our Gitter, Twitter (@smallsteplabs), or leave an issue here and we'll get back to you.

Sorry for the inconvenience!