OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.89k stars 926 forks source link

[GDS] Add Method GetCertificates to GDS for Pull Support and ServerConfiguration for Push Support / Fix CheckRevocationStatus #2553

Closed romanett closed 1 month ago

romanett commented 3 months ago

Proposed changes

Adding the Method GetCertificates for Pull Model to the GDS: https://reference.opcfoundation.org/GDS/v105/docs/7.9.8

And also to the Server for Push Support:

https://reference.opcfoundation.org/GDS/v105/docs/7.10.5

Additionally the GDS Client & Push client are updated with the new Method

Fix checkRevocationStatus Method to do an online Revocation check.

Related Issues

Types of changes

Checklist

Further comments

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 62.76596% with 35 lines in your changes are missing coverage. Please review.

Project coverage is 54.63%. Comparing base (a6f44c7) to head (2dcfd1c).

Files Patch % Lines
...pc.Ua.Gds.Server.Common/ApplicationsNodeManager.cs 44.00% 23 Missing and 5 partials :warning:
...a.Server/Configuration/ConfigurationNodeManager.cs 78.57% 2 Missing and 1 partial :warning:
...a.Gds.Client.Common/GlobalDiscoveryServerClient.cs 84.61% 1 Missing and 1 partial :warning:
...Gds.Client.Common/ServerPushConfigurationClient.cs 88.23% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2553 +/- ## ========================================== - Coverage 54.64% 54.63% -0.02% ========================================== Files 342 342 Lines 65056 65140 +84 Branches 13335 13349 +14 ========================================== + Hits 35550 35587 +37 - Misses 25641 25677 +36 - Partials 3865 3876 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.