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

Feature/pkcs11 integration #6

Merged
merged 44 commits into from
Nov 16, 2024
Merged

Feature/pkcs11 integration #6

merged 44 commits into from
Nov 16, 2024

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    8cdab75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6fd2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cacf367 View commit details
    Browse the repository at this point in the history
  4. remove obsolete comments

    MGTheTrain committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c0430b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8b64f8 View commit details
    Browse the repository at this point in the history
  6. remove placeholders

    MGTheTrain committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dbacb0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9259f0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b7317b View commit details
    Browse the repository at this point in the history
  9. add separators

    MGTheTrain committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ade5f33 View commit details
    Browse the repository at this point in the history
  10. move NOTE

    MGTheTrain committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2a54086 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba53db3 View commit details
    Browse the repository at this point in the history
  12. fix README

    MGTheTrain committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d44943f View commit details
    Browse the repository at this point in the history
  13. adjust indentation

    MGTheTrain committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    38e3427 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d0b27df View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. modify README

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    edc6088 View commit details
    Browse the repository at this point in the history
  2. add reference

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c4ed0e9 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b468222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ee564c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7075ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9562049 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbd555f View commit details
    Browse the repository at this point in the history
  8. add reference

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e574f74 View commit details
    Browse the repository at this point in the history
  9. install dependencies to utilize OpenSSL with libp11 for Signing, Veri…

    …fying and Encrypting, Decrypting
    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e7887b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8dcc77a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4df203 View commit details
    Browse the repository at this point in the history
  12. utilize openssl with libp11 instead of pkcs11-tool for RSA-PSS and EC…

    …DSA signing and verifying
    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    eb0a713 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b412e9 View commit details
    Browse the repository at this point in the history
  14. implement cobra commands on latest PKCS11Token cryptographic wrapper …

    …methods and document changes in README
    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ac35d4e View commit details
    Browse the repository at this point in the history
  15. modify table of contents

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    6455f00 View commit details
    Browse the repository at this point in the history
  16. rename section

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f186049 View commit details
    Browse the repository at this point in the history
  17. modify remarks

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5b297ca View commit details
    Browse the repository at this point in the history
  18. remove character

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    098fc13 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8816300 View commit details
    Browse the repository at this point in the history
  20. modify remarks

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2b247fb View commit details
    Browse the repository at this point in the history
  21. modify comment

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    1e28499 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1da5fbc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d369a79 View commit details
    Browse the repository at this point in the history
  24. fix bullet point

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b1eaaa3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    02da534 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cc337db View commit details
    Browse the repository at this point in the history
  27. utilize past tense

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0455281 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6906954 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f4e58dd View commit details
    Browse the repository at this point in the history
  30. add comments

    MGTheTrain committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2105e8d View commit details
    Browse the repository at this point in the history