Closed cmeng-git closed 4 years ago
aTalk has implemented the following patch to fix the above problem. It seems the below change is also required for dhSize i.e.
dhSize = pubKey == (ZrtpConstants.SupportedPubKeys.E255) ? pubKey.pubKeySize: pubKey.pubKeySize / 2;
Unless you sign the CLA I cannot use any of your patches.
XRtp#prepareDHPart2() line#1584
make call to ECPublicKeyParameters(), but pass in null for parameters causing the following exceptions throw by bouncyCastle ECKeyParameters class: