Signer 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!