Skip to content

java-http-signature-4.0.3

Compare
Choose a tag to compare
@dekobon dekobon released this 04 Apr 18:28
· 50 commits to master since this release

Added

  • The key fingerprint is now internally calculated instead of using a
    user supplied String.
  • Utility methods for calculating MD5 fingerprints, calculating
    SHA256 fingerprints, and verifying OpenSSH's string format have
    been added.

Changed

  • Methods that took an explicit fingerprint String now ignore it in
    favor of the internally calculated one. These methods have been
    deprecated and will be removed in a future version.