Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titleThis document is not finalized and will be updated during the 1.1 development phase.

Release Information

Version1.1.0.v20130529
TagR1_1_0_v20130529

New Features

Callback SystemThe services and network protocol gained a new feature. The "callback system". The server can call back to the client and request further information or confirmation. For example the logon process now can ask for a username and password. A write command ask for a confirmation dialog. So it also is no longer necessary to store the username:password information in the URI.
Authorization using PKI – PKCS12Using the new callback system openSCADA can also request the client to sign operations. The signature is done using the XMLSig standard. Using authorization rules, the server decides which operation needs to be signed. Adding signatures using PKC11 (like USB Tokens) is now only a small step which can be done in one of the next releases.

...