mitsh / iotsys

Automatically exported from code.google.com/p/iotsys
1 stars 0 forks source link

Security #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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