You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plugin only creates RSA-format keypairs with a fixed size. Might be useful to offer the option of using another algorithm such a elliptic curve.
The text was updated successfully, but these errors were encountered:
I've opened a draft PR to implement this feature. It outlines a basic idea of how
support for selecting a keypair format could work. I would love to get some feedback
from you 🙂.
Small warning, tests are currently missing and existing tests need a bit of an adaption,
but I wanted to get some feedback to see if the way I implemented it would be ok 🙂
Currently the plugin only creates RSA-format keypairs with a fixed size. Might be useful to offer the option of using another algorithm such a elliptic curve.
The text was updated successfully, but these errors were encountered: