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

Fix bug where signature is not verified for Java Key Store and add signColumnMasterkeyMetadata API to JKS and AKV #2160

Merged
merged 18 commits into from
Aug 9, 2023

Conversation

lilgreenbird
Copy link
Contributor

adds the following new API to JKS and AKV to sign the column master key metadata and return generated signature:

public byte[] signColumnMasterKeyMetadata(String masterKeyPath,
        boolean allowEnclaveComputations) throws SQLServerException {

@lilgreenbird lilgreenbird added the Public API Changes in Public API label Jul 4, 2023
@lilgreenbird lilgreenbird added this to the 12.5.0 milestone Jul 4, 2023
@lilgreenbird lilgreenbird merged commit 81b0ea8 into main Aug 9, 2023
17 checks passed
tkyc pushed a commit that referenced this pull request Aug 17, 2023
tkyc added a commit that referenced this pull request Aug 17, 2023
…gnColumnMasterkeyMetadata API to JKS and AKV (#2160) (#2199)

Co-authored-by: lilgreenbird <[email protected]>
@Jeffery-Wasty Jeffery-Wasty deleted the signature branch August 30, 2023 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Public API Changes in Public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants