-
Notifications
You must be signed in to change notification settings - Fork 567
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
Msodde failed decrypt fix #432
Msodde failed decrypt fix #432
Conversation
Error found by @decalage2 in PR #403 (and overlooked by me at first) |
619106c
to
5e1667e
Compare
Rebased onto current master |
Hi @christian-intra2net, this one is now in conflict with your other PRs that I merged. Could you please check? |
I will, thanks for the note |
8f5ebe4
to
34681da
Compare
Finally, updated. The first motivating commit for this branch was already included in another pull request. Still, the other commits are worth merging, I think (update docs, create test). |
Might otherwise try to delete a non-existent file
pypy's json loader does not accept newlines in strings
json is messed up in pypy with warnings
34681da
to
bb38dc6
Compare
Rebased onto current master |
Thanks for merging :-) |
This fixes a stupid little bug introduced when integrating crypto into msodde: check whether decryption actually worked and raise appropriate error if not.
Fixed this also in crypto recommendations and created a unittest