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

nanotdf kas standard crypto implementation #777

Open
strantalis opened this issue May 10, 2024 · 0 comments · May be fixed by #807
Open

nanotdf kas standard crypto implementation #777

strantalis opened this issue May 10, 2024 · 0 comments · May be fixed by #807
Assignees
Labels
comp:kas Key Access Server prod-390

Comments

@strantalis
Copy link
Member

Nanotdf works with softhsm enabled. We need to finish flushing out the rewrap leveraging using the stdlib.

func (s StandardCrypto) GenerateNanoTDFSymmetricKey([]byte) ([]byte, error) {
return nil, errNotImplemented
}
func (s StandardCrypto) GenerateEphemeralKasKeys() (PrivateKeyEC, []byte, error) {
return 0, nil, errNotImplemented
}
func (s StandardCrypto) GenerateNanoTDFSessionKey(PrivateKeyEC, []byte) ([]byte, error) {
return nil, errNotImplemented
}
func (s StandardCrypto) Close() {
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:kas Key Access Server prod-390
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants