Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@jebej jebej released this 02 Apr 17:49
· 14 commits to master since this release
  • SSL works with self-signed certifcates made with the java keytool (change the passwords!), see the runtests.m file for example usage:
    keytool -genkey -validity 3650 -keystore "keystore.jks" -storepass "storepassword" -keypass "keypassword" -alias "default" -dname "CN=127.0.0.1, OU=MyOrgUnit, O=MyOrg, L=MyCity, S=MyRegion, C=MyCountry"

  • Fixed issue #1 by updating to recently released Java-Websocket version