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 security Policy for verifying signature using sha-256 hash #9305

Merged
merged 13 commits into from Jun 24, 2022

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    0a7bbec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from lllu30/sha256

    Add security Policy for verifying signature using sha-256 hash
    lllu30 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    aed4faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4814488 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    cef4825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0793bb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from lllu30/sha256

    precompute hash value to avoid compute hash multiple times
    lllu30 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    060ecbd View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    ef69d45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from lllu30/sha256

    function > predicate in doc comment
    lllu30 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c2362dd View commit details
    Browse the repository at this point in the history
  3. change colletion to list

    lllu30 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7174b91 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from lllu30/sha256

    change colletion to list
    lllu30 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    cc889bf View commit details
    Browse the repository at this point in the history
  5. revert last change: collection > list, change immutablelist to list a…

    …nd copy list to immutablelist
    lllu30 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    64600cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from lllu30/sha256

    revert last change: collection > list, change immutable list to list and make copy of list.
    lllu30 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    3ab3274 View commit details
    Browse the repository at this point in the history
  7. deep copy byte[] list

    lllu30 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c8fd05a View commit details
    Browse the repository at this point in the history