jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Review WAMP basic profile security model #46

Closed jcelliott closed 9 years ago

jcelliott commented 10 years ago

This section was added in RC3 of the basic profile:

https://github.com/tavendo/WAMP/blob/rc3/spec/basic.md#security-model

jcelliott commented 9 years ago

Reviewed.

Router-side TLS connections will be served by the library user. Client-side TLS connections will work, but will not do any verification of the server's certificate.

Does not implement client certificate based authentication yet.