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

Support encrypt to public keys #36

Open
clintfred opened this issue Sep 4, 2019 · 0 comments
Open

Support encrypt to public keys #36

clintfred opened this issue Sep 4, 2019 · 0 comments

Comments

@clintfred
Copy link
Contributor

clintfred commented Sep 4, 2019

The current DocumentOps::document_encrypt allows the caller to specify user/groups by ID. The service then looks up the public keys for the users/groups for encryption.

It would be nice if we provided an interface that also allowed encryption directly to public keys (if the caller already has them). This will save 2 calls to the service.

An internal API already exists with (almost) this functionality. See internal::document_api::recrypt_document

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

No branches or pull requests

1 participant