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

Fix bug in key exchange in ENCRYPT and add new feature to change symmetric keys on every view change #116

Closed
wants to merge 4 commits into from

Conversation

tepitebson
Copy link
Contributor

I noticed that the key server does not update key nor the symmetric key version properly when becoming a key server. I added one test case to verify this (testKeyChangesDuringKeyServerChange) and tried to fix the problem as well.
I also added possibility to change the keys on every view change to enable messaging inside a cluster between present members only.

Best regards,
Tero Leppikangas

Fixed issue for new key server:
-new key is generated when keyserver changes
-Added unit test for verifying
Added support for changing symmetric key on every view change
-configurable through property 'change_keys'
@belaban
Copy link
Owner

belaban commented Dec 20, 2013

I created a JIRA: https://issues.jboss.org/browse/JGRP-1760

@belaban
Copy link
Owner

belaban commented Dec 20, 2013

Applied manually with minor changes (e.g. replacing {} with %s in the format string of a log stmt).
Thanks !

@belaban belaban closed this Dec 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants