hap-java / HAP-Java

Java implementation of the HomeKit Accessory Protocol
MIT License
153 stars 82 forks source link

upgrade netty and bcprov #88

Closed J-N-K closed 4 years ago

J-N-K commented 5 years ago

Signed-off-by: Jan N. Klug jan.n.klug@rub.de

ccutrer commented 4 years ago

If you rebase this, does it pass travis now (using openjdk8)?

J-N-K commented 4 years ago

Unfortunately there is another problem which I'm currently investigating. If I use bcprov>1.51 (which should be done due to security issues with versions <1.60) I get a 'bad record mac' error in the final pairing phase. With 1.51 it works.

J-N-K commented 4 years ago

Will re-open when problems are solved.