Releases: scheiblingco/sshkey-tools
Releases · scheiblingco/sshkey-tools
0.8.2 - Minor bugfix
(Temporarily) fixed a bug where the sign()-function would pass the RSA hash_alg to other types of signatures, which would throw an error.
0.8.1
Changed version to support out-of-github installation
Moved documentation to html (pdoc3)
Added verification
Added option to choose RSA hashing alg for signing
Removed test files
Added doc deployment to pages
Beta Release 0.8
Beta Release version 0.8
Features (Module)
SSH Keys
- RSA, DSA, ECDSA and ED25519
- Import existing keys from file, string or bytes
- Generate new keys
- Create public keys from private
- Sign bytes
- Export to file, string or bytes
- Generate fingerprint
OpenSSH Certificates
- RSA, DSA, ECDSA and ED25519
- Import existing certificates from file, string or bytes
- Create new certificates
- Sign certificates
Features (CLI)
None