Commit 493da5d
authored
Extend ServerConfiguration & GDS Server for ECC (#2817)
* update ServerConfiguration Node to support multiple Application Certificates. Trust List Support for User Certificates & Https Certificates
* GDS ready for ECC Step1
* fix test
* fix build
* ensure hash algorithm is set
* update configurations to new format, fix minor ecc bugs
* implicitly set certificate type of certificate identifier
extend CertificateFactory to allow Revocation with ECC Issuer Certificate
* Revert "update configurations to new format, fix minor ecc bugs"
This reverts commit 9ee17f3.
* Allow GDS Certificate Group to have multiple CA Certificates with different Certificate Types
* fix minor bugs
* adress review feedback
* fix some issues
* fix creation of CA signed ECC Certificates
* Update configurations to new ApplicationCertificateFormat and add extra CA Certificates for ECC Certificates
* remove brainpool certs from configuration
* Generate ECC Certificates in Client Tests
* Revert "Generate ECC Certificates in Client Tests"
This reverts commit 90b395f.
* fix crl tests on platforms not supporting ECC
* fix crl test
* Update READMEs for ECC1 parent 4a44238 commit 493da5d
File tree
25 files changed
+605
-226
lines changed- Docs
- Libraries
- Opc.Ua.Configuration
- Opc.Ua.Gds.Server.Common
- Opc.Ua.Security.Certificates
- X509Certificate
- X509Crl
- Opc.Ua.Server/Configuration
- Stack/Opc.Ua.Core
- Security/Certificates
- Types/Utils
- Tests
- Opc.Ua.Gds.Tests
- Opc.Ua.Security.Certificates.Tests
25 files changed
+605
-226
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
240 | 275 | | |
241 | 276 | | |
242 | 277 | | |
| |||
249 | 284 | | |
250 | 285 | | |
251 | 286 | | |
| 287 | + | |
| 288 | + | |
252 | 289 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
910 | 910 | | |
911 | 911 | | |
912 | 912 | | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
932 | | - | |
933 | | - | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
942 | 916 | | |
943 | | - | |
| 917 | + | |
944 | 918 | | |
945 | 919 | | |
946 | 920 | | |
947 | | - | |
| 921 | + | |
948 | 922 | | |
949 | 923 | | |
950 | | - | |
| 924 | + | |
951 | 925 | | |
952 | 926 | | |
953 | 927 | | |
| |||
1163 | 1137 | | |
1164 | 1138 | | |
1165 | 1139 | | |
1166 | | - | |
| 1140 | + | |
1167 | 1141 | | |
1168 | 1142 | | |
1169 | 1143 | | |
| |||
0 commit comments