-
Notifications
You must be signed in to change notification settings - Fork 55
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
FFI: Add functions to retrieve information about the recipients. #1174
Conversation
@kaie Would this interface be suitable for your needs? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we don't have tests for symenc_count > 1 or recipient_count > 1.
Would be nice to add them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…s keys and symmetric-key encrypted session keys.
…which message was encrypted to.
1b5b35b
to
579c93e
Compare
Please see the updated PR. |
579c93e
to
09a4ff7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR adds functions which allows to retrieve:
P.S. I don't 100% like name 'symencs' for password-related informations. Anyone have better suggestion?
Fixes #1107