Skip to content

Commit

Permalink
fix: add missing cryptoRef to `cryptoProperties.protocolPropertiesfor…
Browse files Browse the repository at this point in the history
…` XML/PB

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Aug 13, 2024
1 parent e12ac51 commit 24e4a21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/bom-1.6.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2190,6 +2190,8 @@ message CryptoProperties {
repeated CryptoProtocolCipherSuite cipherSuites = 3;
// The IKEv2 transform types supported (types 1-4), defined in RFC7296 section 3.3.2, and additional properties.
optional Ikev2TransformTypes ikev2TransformTypes = 4;
// The bom-ref to a protocol-related cryptographic assets
repeated string cryptoRef = 5;
} // end of ProtocolProperties
// Cryptographic assets occur in several forms. Algorithms and protocols are most commonly implemented in specialized cryptographic libraries. They may, however, also be 'hardcoded' in software components. Certificates and related cryptographic material like keys, tokens, secrets or passwords are other cryptographic assets to be modelled.
CryptoAssetType assetType = 1;
Expand Down
5 changes: 5 additions & 0 deletions schema/bom-1.6.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7298,6 +7298,11 @@ limitations under the License.
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="cryptoRef" type="bom:refType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A protocol-related cryptographic assets</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit 24e4a21

Please sign in to comment.