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

Implement support for cryptography api #719

Merged
merged 10 commits into from
Jul 2, 2024

Commits on May 24, 2024

  1. feat: add cryptography API in grpc client and add tests

    Signed-off-by: KentHsu <chiahaohsu9@gmail.com>
    KentHsu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    73ab228 View commit details
    Browse the repository at this point in the history
  2. feat: add cryptography API in async grpc client and add tests

    Signed-off-by: KentHsu <chiahaohsu9@gmail.com>
    KentHsu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7d9a7af View commit details
    Browse the repository at this point in the history
  3. doc: add encrypt and decrypt examples

    Signed-off-by: KentHsu <chiahaohsu9@gmail.com>
    KentHsu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    aaf3e82 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0974692 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f51ea80 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    798b45b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into support-cryptography-api

    Signed-off-by: Bernd Verst <github@bernd.dev>
    berndverst authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ffa219d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. doc: refactor crypto examples

    Signed-off-by: KentHsu <chiahaohsu9@gmail.com>
    KentHsu committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2ef9e5a View commit details
    Browse the repository at this point in the history
  2. tests: add more tests for crypto request iterator

    Signed-off-by: KentHsu <chiahaohsu9@gmail.com>
    KentHsu committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e7a2a03 View commit details
    Browse the repository at this point in the history
  3. fix: refactor crypto request iterator

    Signed-off-by: KentHsu <chiahaohsu9@gmail.com>
    KentHsu committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    048d0c1 View commit details
    Browse the repository at this point in the history