Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add public key hash check in Signed Note verification #2214

Merged
merged 3 commits into from
Aug 27, 2024

Commits on Aug 21, 2024

  1. Update Verify method to perform PK hash check

    Signed-off-by: Jang <hjjang501@gmail.com>
    hojoungjang committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dc6d464 View commit details
    Browse the repository at this point in the history
  2. Update unit test file

    Update existing tests and ensure they work as expected and add a unit test case
    to check for public key mismatch.
    
    Signed-off-by: Jang <hjjang501@gmail.com>
    hojoungjang committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    97d9e08 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Make getPublicKeyHash an unexported function

    Signed-off-by: Jang <hjjang501@gmail.com>
    hojoungjang committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5261d5f View commit details
    Browse the repository at this point in the history