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

Add KeyManagedEncryptedEnv and AESBlockCipher #4

Merged
merged 4 commits into from
Aug 7, 2023

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Jul 21, 2023

apache/incubator-pegasus#1575

Cherry-pick from tikv@113b363

Summary:
Introduce KeyManagedEncryptedEnv which wraps around EncryptedEnv but provides an KeyManager API to enable key management per file. Also implements AESBlockCipher with OpenSSL.

Test Plan:
not tested yet. will update.

Signed-off-by: Yi Wu [email protected]
Signed-off-by: tabokie [email protected]

@acelyc111 acelyc111 changed the title My enc1 Add KeyManagedEncryptedEnv and AESBlockCipher Jul 21, 2023
Summary:
Introduce `KeyManagedEncryptedEnv` which wraps around `EncryptedEnv` but provides an `KeyManager` API to enable key management per file. Also implements `AESBlockCipher` with OpenSSL.

Test Plan:
not tested yet. will update.

Signed-off-by: Yi Wu <[email protected]>
Signed-off-by: tabokie <[email protected]>
@acelyc111 acelyc111 changed the base branch from v8.3.2-pegasus to v8.3.2-pegasus-encrypt August 1, 2023 13:25
@empiredan empiredan merged commit 7941b8f into pegasus-kv:v8.3.2-pegasus-encrypt Aug 7, 2023
acelyc111 added a commit that referenced this pull request Aug 16, 2023
apache/incubator-pegasus#1575

Cherry-pick from
tikv@113b363

Summary:
Introduce `KeyManagedEncryptedEnv` which wraps around `EncryptedEnv` but
provides an `KeyManager` API to enable key management per file. Also
implements `AESBlockCipher` with OpenSSL.

Test Plan:
not tested yet. will update.

Signed-off-by: Yi Wu <[email protected]>
Signed-off-by: tabokie <[email protected]>
acelyc111 added a commit that referenced this pull request Sep 15, 2023
apache/incubator-pegasus#1575

Cherry-pick from
tikv@113b363

Summary:
Introduce `KeyManagedEncryptedEnv` which wraps around `EncryptedEnv` but
provides an `KeyManager` API to enable key management per file. Also
implements `AESBlockCipher` with OpenSSL.

Test Plan:
not tested yet. will update.

Signed-off-by: Yi Wu <[email protected]>
Signed-off-by: tabokie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants