OPCFoundation / UA-Java-Legacy

This repository is provided by OPC Foundation as legacy support for an Java version for OPC UA.
https://github.com/OPCFoundation/UA-.NETStandard
Other
354 stars 226 forks source link

Support new securitypolicies defined in 1.04 #163

Closed bjakke closed 5 years ago

bjakke commented 6 years ago

1.04 defines new securitypolicies. Those that can be supported should be added to SecurityPolicy and SecurityAlgorithm. Most likely SecurityModes needs additions as well.

On the same note, #121 should maybe be changed to remove the constant SecurityMode.ALL as 1.04 changelog for Part 7 mentions that "Deprecated Base128Rsa15 and Base256", which means it is maybe better to make only spec-version-based combinations.