Skip to content

Signer Release

Compare
Choose a tag to compare
@obelisk obelisk released this 09 Feb 07:45
· 52 commits to master since this release

There is a new signer module which adds the ability to generate functions that can be passed to Certificate::new for signing.

There is also an impl for PrivateKey now that lets you convert a PrivateKey into a function that can be used for signing. I'm still working on just being able to pass in a PrivateKey but this kept the API stable for now. I might introduce a breaking change later that allows this however.

Other than that, more tests have been added for all this functionality. You can generate Ed25519 certificates now!