Skip to content

Releases: charmbracelet/keygen

v0.5.0

06 Oct 18:23
v0.5.0
9269ba4
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.4.3

27 Jun 16:38
v0.4.3
Compare
Choose a tag to compare

Changelog

Bug fixes

Documentation updates


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.4.2

24 Apr 18:51
Compare
Choose a tag to compare

Changelog

Bug fixes


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.4.1

11 Apr 21:57
ba5b374
Compare
Choose a tag to compare

Changelog

Bug fixes


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.4.0

11 Apr 17:45
Compare
Choose a tag to compare

Breaking Change

  • Keygen no longer appends the key type to the file path.
  • Use functional options to specify key type, passphrase, and other options.
  • PrivateKeyPEM is now RawPrivateKey
  • RawProtectedPrivateKey returns the password protected PEM encoded private key.
  • PublicKey is now RawAuthorizedKey.
  • AuthorizedKey returns the authorized key stripped out of comments and options (the ssh pubic key only).
  • PrivateKey now returns the underlying crypto.PrivateKey
  • Use Signer to get an ssh.Signer from your key pair.

Changelog

New Features

Bug fixes

Documentation updates

Other work


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.3.0

05 Apr 15:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Breaking Changes

  • New signature changed, instead of taking a path and name, it now takes only a path
  • KeyDir property is not available anymore - it was previously returning the path from the New call
  • IsKeyPairExists renamed to KeyPairExists

Full Changelog: v0.2.1...v0.3.0

v0.2.1

15 Feb 19:43
9e2a18f
Compare
Choose a tag to compare
  • Fix: ecdsa pem key type 622510b
  • Fix: write keys when directory path is empty 953ea8f
  • Doc: add ecdsa to readme

Full Changelog: v0.2.0...v0.2.1

v0.2.0

31 Jan 16:46
v0.2.0
089ed92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

13 Sep 16:30
caa79f4
Compare
Choose a tag to compare
Use consts for supported key types (#1)

v0.1.1

13 Sep 15:54
fa8424b
Compare
Choose a tag to compare
Rename KeyPairExist -> IsKeyPairExists and add NewWithWrite