christianschmizz/iotsys

Security

Opened this issue · 0 comments

The gateway needs to be enhanced with security features including mechanisms to 
authenticate clients, authorize access and encrypt communication.

For application layer security the oBIX SOAP interface can be security by 
applying WS-Security. For the RESTful interfaces at the application layer XML 
Signature and XML Encryption can be used.

For transport layer security TLS/SSL can be applied either for the TCP based 
interfaces or DLTS for the UDP based interface.

Original issue reported on code.google.com by markus.j...@gmail.com on 7 Mar 2013 at 8:25