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

Allow read/write in standard reverse mode #301

Merged
merged 1 commit into from
Mar 9, 2017
Merged

Allow read/write in standard reverse mode #301

merged 1 commit into from
Mar 9, 2017

Conversation

benrubson
Copy link
Contributor

Hello,

This PR solves #242, allowing read/write mode in standard reverse mode.

Of course this PR brakes the reverse writesDenied() test, which is expected because conf is created in reverse mode, so uniqueIV are disabled, so writes are allowed.
We would need a specific reverse conf with (uniqueIV == true) to test that reverse writes are disabled.
So I disabled this test for the moment, of course feel free to improve it.

Thx 👍

Ben

@rfjakob
Copy link
Collaborator

rfjakob commented Mar 9, 2017

Looks good, thanks.

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.

2 participants