assaabloy-ppi / salt-channel

The specification and the reference implementation of Salt Channel - a simple, light-weight secure channel protocol based on TweetNaCl by Bernstein.
MIT License
14 stars 11 forks source link

ClientSession.getPublicKeyOfHost() returns null #1

Closed franslundberg closed 7 years ago

franslundberg commented 7 years ago

After the changes of salt channel, we are getting a null value for this method

public byte[] getPublicKeyOfHost() { return (byte[])this.hostPub.clone(); }

in ClientSession.java class

Can you fix this issue?

Best Regards

Amila Jayanga