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

feat: Support Signing sha256 digest of a pdf file #3612

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Aug 31, 2024

  1. Currently the LibreSign API support signing of raw base64 encoded pdf…

    … files; this update supports signing SHA256 digest, for cases where the raw pdf may not be provided.
    tendaworld committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8c0e53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81cd3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b20bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa99518 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a10cdf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eefc49d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1299cc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a8deb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe19e81 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' of https://github.com/tenda-dev/libresign

    Fix validation of SHA256 hash
    tendaworld committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    fb4ee02 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Revert "Currently the LibreSign API support signing of raw base64 enc…

    …oded pdf files; this update supports signing SHA256 digest, for cases where the raw pdf may not be provided."
    
    This reverts commit 8c0e53b.
    tendaworld committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d34b588 View commit details
    Browse the repository at this point in the history