File: get_bom_v1_6_with_crypto_protocol-1.6.xml.bin

package info (click to toggle)
cyclonedx-python-lib 11.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,092 kB
  • sloc: xml: 20,462; python: 13,061; makefile: 21; sh: 16
file content (65 lines) | stat: -rw-r--r-- 2,235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" ?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1">
  <metadata>
    <timestamp>2023-01-07T13:44:32.312678+00:00</timestamp>
  </metadata>
  <components>
    <component type="cryptographic-asset" bom-ref="26b1ce0f-bec6-4bfe-9db1-03b75a4ed1ec">
      <name>TLS</name>
      <version>v1.3</version>
      <cryptoProperties>
        <assetType>protocol</assetType>
        <protocolProperties>
          <type>tls</type>
          <version>1.3</version>
          <cipherSuites>
            <cipherSuite>
              <name>TLS_AES_128_CCM_8_SHA256</name>
              <identifiers>
                <identifier>TLS_AES_128_CCM_8_SHA256</identifier>
              </identifiers>
            </cipherSuite>
            <cipherSuite>
              <name>TLS_AES_128_CCM_SHA256</name>
              <identifiers>
                <identifier>TLS_AES_128_CCM_SHA256</identifier>
              </identifiers>
            </cipherSuite>
            <cipherSuite>
              <name>TLS_AES_128_GCM_SHA256</name>
              <identifiers>
                <identifier>TLS_AES_128_GCM_SHA256</identifier>
              </identifiers>
            </cipherSuite>
            <cipherSuite>
              <name>TLS_AES_256_GCM_SHA384</name>
              <identifiers>
                <identifier>TLS_AES_256_GCM_SHA384</identifier>
              </identifiers>
            </cipherSuite>
            <cipherSuite>
              <name>TLS_CHACHA20_POLY1305_SHA256</name>
              <identifiers>
                <identifier>TLS_CHACHA20_POLY1305_SHA256</identifier>
              </identifiers>
            </cipherSuite>
          </cipherSuites>
          <cryptoRef>for-test-1</cryptoRef>
          <cryptoRef>for-test-2</cryptoRef>
        </protocolProperties>
        <oid>an-oid-here</oid>
      </cryptoProperties>
      <tags>
        <tag>protocl</tag>
        <tag>tls</tag>
      </tags>
    </component>
  </components>
  <dependencies>
    <dependency ref="26b1ce0f-bec6-4bfe-9db1-03b75a4ed1ec"/>
  </dependencies>
  <properties>
    <property name="key1">val1</property>
    <property name="key2">val2</property>
  </properties>
</bom>