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

Alternative approach at signature creation using PGPainless #56

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Apr 2, 2024

  1. Introduce PgpSignerFactory

    This factory can be used to create signing streams
    vanitasvitae committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d81bbd7 View commit details
    Browse the repository at this point in the history
  2. Implement BC implementation of PgpSignerFactory

    Use it in RepostoryCreator
    vanitasvitae committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ca41eb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    17ba07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481a5e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    787fda7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77d1ef0 View commit details
    Browse the repository at this point in the history
  5. Add pgpainless_signer module containing implementations of SignatureP…

    …rocessors and SignerCreators
    vanitasvitae committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d034c72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38ecfe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    e7936b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0dd3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a433610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fac4c65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8e290b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9393ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d80e57b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Add tests

    vanitasvitae committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ddf7ad7 View commit details
    Browse the repository at this point in the history