Add public key export to pico-hsm-tool.py #128
Reference in New Issue
Block a user
Delete Branch "krlnokrl/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Describe in plain language what this PR does and why.
Small functionality improvement to pico-hsm-tool
Add the functionality to export public keys to pico-hsm-tool.py
This exposes the function public_key() from pypicohsm/PicoHSM.py
Keys can be written to console or to file in PEM, DER and OpenSSH format.
Testing
Licensing confirmation (required)
By checking the box below, you confirm ALL of the following:
CONTRIBUTING.md.now or in the future.
SLA, or guarantee of merge.
I confirm the above licensing terms:
Anything else?
Optional: missing official mirror of pypicohsm and pypicokey libraries renders pico-hsm-tool hard to develop.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.