]
RH Bugzilla Integration commented on JGRP-1907:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug
ENCRYPT: asymmetric encryption fails on merge
---------------------------------------------
Key: JGRP-1907
URL:
https://issues.jboss.org/browse/JGRP-1907
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.2
Attachments: encrypt.xml, EncryptKeyStore.xml
{{ENCRYPT}} fails to communicate after a network split and subsequent merge with
asymmetric encryption. This works with symmetric encryption.
To reproduce:
* Members A and B
* Add {{<DISCARD use_gui="true"/>}} on top of {{UDP}}
* Form cluster {{(A,B)}}
* Create a network split: {{(A)}} and {{(B)}}
* Remove the network split
* Observe that with both symmetric and asymmetric encryption, the merge forms cluster
{{(A,B)}}
* However, with asymmetric encryption, {{ENCRYPT}} fails to process any messages and
rejects all messages, whereas with symmetric encryption, this works.
* Symmetric encryption: {{EncryptKeyStore.xml}}
* Asymmetric encryption: {{encrypt.xml}}