Skip to content

Releases: scheiblingco/sshkey-tools

0.8.2 - Minor bugfix

23 Jun 14:27
ee9f304
Compare
Choose a tag to compare

(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

01 Jun 13:13
3015e08
Compare
Choose a tag to compare

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

01 Jun 08:43
818cb91
Compare
Choose a tag to compare
Beta Release 0.8 Pre-release
Pre-release

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