sshkey 4.0.0-alpha6

Bug fixes

Highlights

  • OpenSSH-style SHA-256 fingerprints. Stored fingerprints move from md5-hex to SHA256:<base64> (matches ssh-keygen -lf). Run drush updatedb after upgrading — existing rows are migrated in batched chunks.
  • Minimum RSA modulus length as a per-field setting (default 2048 bits; 0 disables). Enforced via phpseclib.
  • Full structural validation. Every accepted algorithm is parsed by

sshkey 4.0.0-alpha5

Bug fixes

Changes since 4.0.0-alpha4:

3343132 #3577829: Add tests by dww, voleger, colan: Minor fix to add contributor credit.
248157e #3582415: Remove .vscode folder: Remove .vscode folder from repository and add to .gitignore

sshkey 4.0.0-alpha4

Bug fixes
New features

Tests are in, along with some other minor fixes.

Changes since alpha3:

sshkey 4.0.0-alpha2

Bug fixes

It should now be possible to add the field to entities.

Changes since alpha1:

sshkey 4.0.0-alpha1

Bug fixes
New features

Initial release for Drupal 8+.

Changes since 7.x-2.1-beta6:

sshkey 7.x-2.1-beta6

Bug fixes
Unsupported

Improve handling of keys with single characters and excess = padding in comments that was misinterpreted as base64 key data.

sshkey 7.x-2.1-beta4

Unsupported

Improve whitespace cleaning. Keys with too little whitespace, no space between the key data and comment, are now fixed on upload.

sshkey 7.x-2.1-beta2

Bug fixes
Unsupported

Improve whitespace-correcting heuristics. Avoid interpreting key comment which is valid base64 as part of the key.

sshkey 7.x-2.1-beta1

New features
Unsupported

#2941897: Add a permission for editing keys

The additional permissions are not granted automatically. Grant the edit key permission(s) after deployment if needed.

sshkey 7.x-2.1-alpha2

Unsupported

Improved key verification and coding standards improvements.

sshkey 7.x-2.1-alpha1

Bug fixes
New features
Unsupported

Allow adding ED25519 keys, improved key verification, and coding standards improvements.

sshkey 6.x-2.0

New features
Unsupported

Changes since 7.x-2.0-beta2:

  • #1128446 by pwolanin, Dave Reid: Added a 'view' operation to SSH keys.

sshkey 7.x-2.0

New features
Unsupported

Changes since 7.x-2.0-beta2:

  • #1128446 by pwolanin, Dave Reid: Added a 'view' operation to SSH keys.

sshkey 7.x-2.0-beta2

Unsupported

Changes since 7.x-2.0-beta1:

  • #102644 by pwolanin, Dave Reid: Do not strip comments from key values on save.
  • Added missing invocation of hook_entity_presave().
  • Pre-concatenate base uri for key operation links.
  • #1128448: Properly format fingerprints to avoid confusion.
  • #1056216 by Dave Reid, longwave: Fixed 'Fingerprint' was misspelled.
  • by Dave Reid: Removed accidental code.
Subscribe with RSS Subscribe to Releases for SSH Key