Skip to content

Commit

Permalink
Re-generated with latest spec, using:
Browse files Browse the repository at this point in the history
 ./alchemy zap --attribute="in-progress"  --sdkRoot=[] --specRoot=[]  'TLSCertificateManagement.adoc'
  • Loading branch information
gmarcosb committed Jan 10, 2025
1 parent aca517a commit dad703c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2024 Project CHIP Authors
Copyright (c) 2024-2025 Project CHIP Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -18,7 +18,7 @@ limitations under the License.
XML generated by Alchemy; DO NOT EDIT.
Source: src/tls/TLSCertificateManagement.adoc
Parameters: in-progress
Git: 1.4-333-gfa9c78773
Git: 1.4-534-g3214b3502
-->
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
<domain name="General"/>
Expand All @@ -32,7 +32,7 @@ Git: 1.4-333-gfa9c78773
<cluster code="0x0801"/>
<item fieldId="0" name="CCDID" type="int16u"/>
<item fieldId="1" name="ClientCertificate" type="long_octet_string" length="3000"/>
<item fieldId="2" name="IntermediateCerts" array="true" type="octet_string"/>
<item fieldId="2" name="IntermediateCertificates" array="true" type="octet_string"/>
</struct>

<cluster apiMaturity="provisional">
Expand All @@ -53,7 +53,7 @@ Git: 1.4-333-gfa9c78773
<description>This command SHALL provision the provided certificate for the passed in CAID.</description>
<access op="invoke" privilege="administer"/>
<arg id="0" name="Certificate" type="long_octet_string" length="3000"/>
<arg id="1" name="CAID" type="int16u" optional="true" isNullable="true"/>
<arg id="1" name="CAID" type="int16u" isNullable="true"/>
</command>

<command code="0x01" source="server" name="ProvisionRootCertificateResponse" optional="false" disableDefaultResponse="true">
Expand All @@ -63,7 +63,7 @@ Git: 1.4-333-gfa9c78773

<command code="0x02" source="client" name="FindRootCertificate" optional="false" response="FindRootCertificateResponse">
<description>This command SHALL return the TLSCertStruct for the passed in CAID.</description>
<arg id="0" name="CAID" type="int16u" optional="true" isNullable="true"/>
<arg id="0" name="CAID" type="int16u" isNullable="true"/>
</command>

<command code="0x03" source="server" name="FindRootCertificateResponse" optional="false" disableDefaultResponse="true">
Expand Down

0 comments on commit dad703c

Please sign in to comment.