1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
- Copyright (c) 2024 Project CHIP Authors
3
+ Copyright (c) 2024-2025 Project CHIP Authors
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ limitations under the License.
18
18
XML generated by Alchemy; DO NOT EDIT.
19
19
Source: src/tls/TLSCertificateManagement.adoc
20
20
Parameters: in-progress
21
- Git: 1.4-333-gfa9c78773
21
+ Git: 1.4-534-g3214b3502
22
22
-->
23
23
<configurator xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../zcl.xsd" >
24
24
<domain name =" General" />
@@ -32,7 +32,7 @@ Git: 1.4-333-gfa9c78773
32
32
<cluster code =" 0x0801" />
33
33
<item fieldId =" 0" name =" CCDID" type =" int16u" />
34
34
<item fieldId =" 1" name =" ClientCertificate" type =" long_octet_string" length =" 3000" />
35
- <item fieldId =" 2" name =" IntermediateCerts " array =" true" type =" octet_string" />
35
+ <item fieldId =" 2" name =" IntermediateCertificates " array =" true" type =" octet_string" />
36
36
</struct >
37
37
38
38
<cluster apiMaturity =" provisional" >
@@ -53,7 +53,7 @@ Git: 1.4-333-gfa9c78773
53
53
<description >This command SHALL provision the provided certificate for the passed in CAID.</description >
54
54
<access op =" invoke" privilege =" administer" />
55
55
<arg id =" 0" name =" Certificate" type =" long_octet_string" length =" 3000" />
56
- <arg id =" 1" name =" CAID" type =" int16u" optional = " true " isNullable =" true" />
56
+ <arg id =" 1" name =" CAID" type =" int16u" isNullable =" true" />
57
57
</command >
58
58
59
59
<command code =" 0x01" source =" server" name =" ProvisionRootCertificateResponse" optional =" false" disableDefaultResponse =" true" >
@@ -63,7 +63,7 @@ Git: 1.4-333-gfa9c78773
63
63
64
64
<command code =" 0x02" source =" client" name =" FindRootCertificate" optional =" false" response =" FindRootCertificateResponse" >
65
65
<description >This command SHALL return the TLSCertStruct for the passed in CAID.</description >
66
- <arg id =" 0" name =" CAID" type =" int16u" optional = " true " isNullable =" true" />
66
+ <arg id =" 0" name =" CAID" type =" int16u" isNullable =" true" />
67
67
</command >
68
68
69
69
<command code =" 0x03" source =" server" name =" FindRootCertificateResponse" optional =" false" disableDefaultResponse =" true" >
0 commit comments