aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/README
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-04-06 18:30:04 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-04-06 18:30:04 +0000
commit8ecf45961110d5783b7c99715b7c7cf05c5b41ed (patch)
tree926b3b5c94b33b4dbdca1083214be171806a0c9e /plugins/opcua/README
parent680cf63be8e8fc8f77de645f217d33e28cd61513 (diff)
From Gerhard Gappmeier:
This patch updates the plugin to fit the released OPCUA protocol version. svn path=/trunk/; revision=27974
Diffstat (limited to 'plugins/opcua/README')
-rw-r--r--plugins/opcua/README7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/opcua/README b/plugins/opcua/README
index d062bebe24..df58cd5108 100644
--- a/plugins/opcua/README
+++ b/plugins/opcua/README
@@ -50,9 +50,6 @@ For more information see http://www.opcfoundation.org
Known limitations:
==================
-* In this version the security layer contains only dummy data.
- The plugin decodes the transport layer, skips the security dummy data
- and decodes the application layer.
- Security implementation will follow when it has been implemented in the
- Opc Ua stack.
+* Only the security policy http://opcfoundation.org/UA/SecurityPolicy#None is supported,
+ which means the encryption and signing is turned off.