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] support aes-128 & aes-256 encryption #668

Merged
merged 22 commits into from
Nov 8, 2023

Commits on Sep 11, 2023

  1. add go.mod dependency

    robynron committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8a2c05d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. support kms v1&v3

    robynron committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4953fc8 View commit details
    Browse the repository at this point in the history
  2. move kms_client position

    robynron committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    29dfdcd View commit details
    Browse the repository at this point in the history
  3. both kms3.0 encrypt/decrypt and encrypted data encrypted by kms3.0 st…

    …ored in Nacos are success in test
    robynron committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5ee6e7e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. modify kms version to config

    robynron committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    500506c View commit details
    Browse the repository at this point in the history
  2. tiny fix

    robynron committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bc7b7ae View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. remove insecurity http

    robynron committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5a5d5fd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    993413b View commit details
    Browse the repository at this point in the history
  2. fix kmsV3Client init bug

    robynron committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3eac86d View commit details
    Browse the repository at this point in the history
  3. add some log

    robynron committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    901f26a View commit details
    Browse the repository at this point in the history
  4. add some log

    robynron committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    88e7186 View commit details
    Browse the repository at this point in the history
  5. add samples

    robynron committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    747a99b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix up after binbin's review

    robynron committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9217cab View commit details
    Browse the repository at this point in the history
  2. fix up after binbin's review

    robynron committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d0da7e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. tiny fix

    robynron committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c0fe68e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. tiny fix

    robynron committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9026b2c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. tiny fix

    robynron committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a6131bb View commit details
    Browse the repository at this point in the history
  2. add kms init param check

    robynron committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ea8395f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc0d19d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix go.mod conflict

    robynron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cecf5a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7968f View commit details
    Browse the repository at this point in the history
  3. remove some test files

    robynron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    39033d9 View commit details
    Browse the repository at this point in the history