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

Code re-arrangement, Makefile fixes and implementing '.tde' relation fork #5

Merged
merged 5 commits into from
Aug 24, 2023

Conversation

codeforall
Copy link
Collaborator

  • Fixing the Makefile to link with ssl and crypto libs required by the extension.

  • An entry file pg_tde.c for all extension-related initialization functions

  • A a new ".tde" relation fork to store the encryption key and related data. Currently, the relation fork gets created with new relations and a dummy encryption key gets stored in the fork.

  • Re-arranging the directory structure to separate source and header files

- Fixing the Makefile to link with ssl and crypto libs required by the extension.

- An entry file pg_tde.c for all extension-related initialization
  functions

- A a new ".tde" relation fork to store the encryption key and related data.
  Currently, the relation fork gets created with new relations and a dummy
  encryption key gets stored in the fork.

- Re-arranging the directory structure to separate source and header
  files
Makefile Show resolved Hide resolved
Copy link
Member

@dAdAbird dAdAbird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@dutow dutow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good (that remaining CI failure is unrelated)

@dAdAbird dAdAbird merged commit 9fa73a6 into Percona-Lab:tuple_enc Aug 24, 2023
2 of 3 checks passed
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.

None yet

3 participants