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
Member

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 In progress in MSSQL JDBC via automation Jul 4, 2023
@lilgreenbird lilgreenbird added this to the 12.5.0 milestone Jul 4, 2023
@lilgreenbird lilgreenbird moved this from In progress to Under Peer Review in MSSQL JDBC Jul 31, 2023
Co-authored-by: David Engel <v-davidengel@microsoft.com>
@lilgreenbird lilgreenbird merged commit 81b0ea8 into main Aug 9, 2023
17 checks passed
MSSQL JDBC automation moved this from Under Peer Review to Closed/Merged PRs Aug 9, 2023
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 <v-susanh@microsoft.com>
@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
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

None yet

4 participants