Skip to content

When an assumed key is provided, use it #15

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

Merged
merged 2 commits into from
Oct 26, 2015
Merged

When an assumed key is provided, use it #15

merged 2 commits into from
Oct 26, 2015

Conversation

wanderingbort
Copy link
Contributor

Previously when a key was provided to decrypt it would use the keys keystore to find a key.
If the given key was not the first key found in the keystore, then the decryption would fail.

suggested to fix #14

Bart Wyatt added 2 commits October 23, 2015 16:54
Previously when a key was provided to decrypt it would use the keys keystore to find a key.
If the given key was not the first key found in the keystore, then the decryption would fail.
linuxwolf added a commit that referenced this pull request Oct 26, 2015
Fix: When an assumed key is provided, use it over any others (fixes #14)
@linuxwolf linuxwolf merged commit 9df51df into cisco:master Oct 26, 2015
@wanderingbort wanderingbort deleted the use-assumed-key-when-provided branch October 28, 2015 13:44
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

Successfully merging this pull request may close these issues.

Providing a Key to decrypt fails if that key is not what decrypt would have selected from the key's keystore
2 participants