<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2025-69418</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2025-69418</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2026-03-05T00:20:52Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2026-03-05T00:20:52Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T00:20:52Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2025-69418</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">Issue summary: When using the low-level OCB API directly with AES-NI or&lt;br&gt;other hardware-accelerated code paths, inputs whose length is not a multiple&lt;br&gt;of 16 bytes can leave the final partial block unencrypted and unauthenticated.&lt;br&gt;&lt;br&gt;Impact summary: The trailing 1-15 bytes of a message may be exposed in&lt;br&gt;cleartext on encryption and are not covered by the authentication tag,&lt;br&gt;allowing an attacker to read or tamper with those bytes without detection.&lt;br&gt;&lt;br&gt;The low-level OCB encrypt and decrypt routines in the hardware-accelerated&lt;br&gt;stream path process full 16-byte blocks but do not advance the input/output&lt;br&gt;pointers. The subsequent tail-handling code then operates on the original&lt;br&gt;base pointers, effectively reprocessing the beginning of the buffer while&lt;br&gt;leaving the actual trailing bytes unprocessed. The authentication checksum&lt;br&gt;also excludes the true tail bytes.&lt;br&gt;&lt;br&gt;However, typical OpenSSL consumers using EVP are not affected because the&lt;br&gt;higher-level EVP and provider OCB implementations split inputs so that full&lt;br&gt;blocks and trailing partial blocks are processed in separate calls, avoiding&lt;br&gt;the problematic code path. Additionally, TLS does not use OCB ciphersuites.&lt;br&gt;The vulnerability only affects applications that call the low-level&lt;br&gt;CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions directly with&lt;br&gt;non-block-aligned lengths in a single call on hardware-accelerated builds.&lt;br&gt;For these reasons the issue was assessed as Low severity.&lt;br&gt;&lt;br&gt;The FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected&lt;br&gt;by this issue, as OCB mode is not a FIPS-approved algorithm.&lt;br&gt;&lt;br&gt;OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.&lt;br&gt;&lt;br&gt;OpenSSL 1.0.2 is not affected by this issue.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023936.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0309-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023935.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0310-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023934.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0311-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023933.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0312-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023981.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0331-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023992.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0343-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023997.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0346-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024014.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0358-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024013.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0359-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024012.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0360-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024049.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20211-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024064.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20223-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024281.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20349-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024318.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20373-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024331.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:20418-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="Container private-registry/harbor-core:1.1.1-1.15">
      <Branch Type="Product Name" Name="Container private-registry/harbor-core:1.1.1-1.15">
        <FullProductName ProductID="Container private-registry/harbor-core:1.1.1-1.15">Container private-registry/harbor-core:1.1.1-1.15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container private-registry/harbor-exporter:1.1.1-1.15">
      <Branch Type="Product Name" Name="Container private-registry/harbor-exporter:1.1.1-1.15">
        <FullProductName ProductID="Container private-registry/harbor-exporter:1.1.1-1.15">Container private-registry/harbor-exporter:1.1.1-1.15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container private-registry/harbor-jobservice:1.1.1-1.15">
      <Branch Type="Product Name" Name="Container private-registry/harbor-jobservice:1.1.1-1.15">
        <FullProductName ProductID="Container private-registry/harbor-jobservice:1.1.1-1.15">Container private-registry/harbor-jobservice:1.1.1-1.15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container private-registry/harbor-portal:1.1.1-1.16">
      <Branch Type="Product Name" Name="Container private-registry/harbor-portal:1.1.1-1.16">
        <FullProductName ProductID="Container private-registry/harbor-portal:1.1.1-1.16">Container private-registry/harbor-portal:1.1.1-1.16</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container private-registry/harbor-registry:1.1.1-1.15">
      <Branch Type="Product Name" Name="Container private-registry/harbor-registry:1.1.1-1.15">
        <FullProductName ProductID="Container private-registry/harbor-registry:1.1.1-1.15">Container private-registry/harbor-registry:1.1.1-1.15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container private-registry/harbor-registryctl:1.1.1-1.15">
      <Branch Type="Product Name" Name="Container private-registry/harbor-registryctl:1.1.1-1.15">
        <FullProductName ProductID="Container private-registry/harbor-registryctl:1.1.1-1.15">Container private-registry/harbor-registryctl:1.1.1-1.15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container private-registry/harbor-trivy-adapter:1.1.1-1.18">
      <Branch Type="Product Name" Name="Container private-registry/harbor-trivy-adapter:1.1.1-1.18">
        <FullProductName ProductID="Container private-registry/harbor-trivy-adapter:1.1.1-1.18">Container private-registry/harbor-trivy-adapter:1.1.1-1.18</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10">Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10">Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8">Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8">Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9">Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2">Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2">Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1">Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1">Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1">Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2">Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1">Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1">Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:5.1.2.6.13.1">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:5.1.2.6.13.1">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:5.1.2.6.13.1">Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:5.1.2.6.13.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1">Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2">Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">
        <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
        <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">
        <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">
        <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.0/toolbox:13.2-9.63">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.0/toolbox:13.2-9.63">
        <FullProductName ProductID="Container suse/sl-micro/6.0/toolbox:13.2-9.63">Container suse/sl-micro/6.0/toolbox:13.2-9.63</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.1">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.1">
        <FullProductName ProductID="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.1">Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1">
        <FullProductName ProductID="Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1">Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.1/kvm-os-container:2.2.0-3.1">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.1/kvm-os-container:2.2.0-3.1">
        <FullProductName ProductID="Container suse/sl-micro/6.1/kvm-os-container:2.2.0-3.1">Container suse/sl-micro/6.1/kvm-os-container:2.2.0-3.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sl-micro/6.1/rt-os-container:2.2.0-3.1">
      <Branch Type="Product Name" Name="Container suse/sl-micro/6.1/rt-os-container:2.2.0-3.1">
        <FullProductName ProductID="Container suse/sl-micro/6.1/rt-os-container:2.2.0-3.1">Container suse/sl-micro/6.1/rt-os-container:2.2.0-3.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro-rancher/5.2:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro-rancher/5.2:latest">
        <FullProductName ProductID="Container suse/sle-micro-rancher/5.2:latest">Container suse/sle-micro-rancher/5.2:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233">
        <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233">Container suse/sle-micro/5.2/toolbox:14.2-7.11.233</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/base-5.5:2.0.4-5.8.235">
      <Branch Type="Product Name" Name="Container suse/sle-micro/base-5.5:2.0.4-5.8.235">
        <FullProductName ProductID="Container suse/sle-micro/base-5.5:2.0.4-5.8.235">Container suse/sle-micro/base-5.5:2.0.4-5.8.235</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/kvm-5.5:2.0.4-3.5.451">
      <Branch Type="Product Name" Name="Container suse/sle-micro/kvm-5.5:2.0.4-3.5.451">
        <FullProductName ProductID="Container suse/sle-micro/kvm-5.5:2.0.4-3.5.451">Container suse/sle-micro/kvm-5.5:2.0.4-3.5.451</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sles/16.0/toolbox:16.3-1.20">
      <Branch Type="Product Name" Name="Container suse/sles/16.0/toolbox:16.3-1.20">
        <FullProductName ProductID="Container suse/sles/16.0/toolbox:16.3-1.20">Container suse/sles/16.0/toolbox:16.3-1.20</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro">
      <Branch Type="Product Name" Name="Image SL-Micro">
        <FullProductName ProductID="Image SL-Micro">Image SL-Micro</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Azure">
      <Branch Type="Product Name" Name="Image SL-Micro-Azure">
        <FullProductName ProductID="Image SL-Micro-Azure">Image SL-Micro-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SL-Micro-BYOS-Azure">
        <FullProductName ProductID="Image SL-Micro-BYOS-Azure">Image SL-Micro-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SL-Micro-BYOS-EC2">
        <FullProductName ProductID="Image SL-Micro-BYOS-EC2">Image SL-Micro-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SL-Micro-BYOS-GCE">
        <FullProductName ProductID="Image SL-Micro-BYOS-GCE">Image SL-Micro-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base">
      <Branch Type="Product Name" Name="Image SL-Micro-Base">
        <FullProductName ProductID="Image SL-Micro-Base">Image SL-Micro-Base</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-RT">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-RT">
        <FullProductName ProductID="Image SL-Micro-Base-RT">Image SL-Micro-Base-RT</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-RT-SelfInstall">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-RT-SelfInstall">
        <FullProductName ProductID="Image SL-Micro-Base-RT-SelfInstall">Image SL-Micro-Base-RT-SelfInstall</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-RT-encrypted">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-RT-encrypted">
        <FullProductName ProductID="Image SL-Micro-Base-RT-encrypted">Image SL-Micro-Base-RT-encrypted</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-SelfInstall">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-SelfInstall">
        <FullProductName ProductID="Image SL-Micro-Base-SelfInstall">Image SL-Micro-Base-SelfInstall</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-encrypted">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-encrypted">
        <FullProductName ProductID="Image SL-Micro-Base-encrypted">Image SL-Micro-Base-encrypted</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Base-qcow">
      <Branch Type="Product Name" Name="Image SL-Micro-Base-qcow">
        <FullProductName ProductID="Image SL-Micro-Base-qcow">Image SL-Micro-Base-qcow</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Default">
      <Branch Type="Product Name" Name="Image SL-Micro-Default">
        <FullProductName ProductID="Image SL-Micro-Default">Image SL-Micro-Default</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Default-SelfInstall">
      <Branch Type="Product Name" Name="Image SL-Micro-Default-SelfInstall">
        <FullProductName ProductID="Image SL-Micro-Default-SelfInstall">Image SL-Micro-Default-SelfInstall</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Default-encrypted">
      <Branch Type="Product Name" Name="Image SL-Micro-Default-encrypted">
        <FullProductName ProductID="Image SL-Micro-Default-encrypted">Image SL-Micro-Default-encrypted</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-Default-qcow">
      <Branch Type="Product Name" Name="Image SL-Micro-Default-qcow">
        <FullProductName ProductID="Image SL-Micro-Default-qcow">Image SL-Micro-Default-qcow</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SL-Micro-EC2">
      <Branch Type="Product Name" Name="Image SL-Micro-EC2">
        <FullProductName ProductID="Image SL-Micro-EC2">Image SL-Micro-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro">
      <Branch Type="Product Name" Name="Image SLE-Micro">
        <FullProductName ProductID="Image SLE-Micro">Image SLE-Micro</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-Azure">
      <Branch Type="Product Name" Name="Image SLE-Micro-Azure">
        <FullProductName ProductID="Image SLE-Micro-Azure">Image SLE-Micro-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-BYOS">
      <Branch Type="Product Name" Name="Image SLE-Micro-BYOS">
        <FullProductName ProductID="Image SLE-Micro-BYOS">Image SLE-Micro-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLE-Micro-BYOS-Azure">
        <FullProductName ProductID="Image SLE-Micro-BYOS-Azure">Image SLE-Micro-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLE-Micro-BYOS-EC2">
        <FullProductName ProductID="Image SLE-Micro-BYOS-EC2">Image SLE-Micro-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLE-Micro-BYOS-GCE">
        <FullProductName ProductID="Image SLE-Micro-BYOS-GCE">Image SLE-Micro-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-EC2">
      <Branch Type="Product Name" Name="Image SLE-Micro-EC2">
        <FullProductName ProductID="Image SLE-Micro-EC2">Image SLE-Micro-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLE-Micro-GCE">
      <Branch Type="Product Name" Name="Image SLE-Micro-GCE">
        <FullProductName ProductID="Image SLE-Micro-GCE">Image SLE-Micro-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES-Azure-3P">
        <FullProductName ProductID="Image SLES-Azure-3P">Image SLES-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES-Azure-Basic">
        <FullProductName ProductID="Image SLES-Azure-Basic">Image SLES-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES-Azure-Standard">
        <FullProductName ProductID="Image SLES-Azure-Standard">Image SLES-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES-BYOS-Azure">
        <FullProductName ProductID="Image SLES-BYOS-Azure">Image SLES-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES-BYOS-EC2">
        <FullProductName ProductID="Image SLES-BYOS-EC2">Image SLES-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES-BYOS-GCE">
        <FullProductName ProductID="Image SLES-BYOS-GCE">Image SLES-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-Aliyun">Image SLES-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-Azure">Image SLES-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-EC2">Image SLES-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-GCE">Image SLES-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-GDC">Image SLES-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES-CHOST-BYOS-SAP-CCloud">Image SLES-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-EC2">
      <Branch Type="Product Name" Name="Image SLES-EC2">
        <FullProductName ProductID="Image SLES-EC2">Image SLES-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-GCE">
      <Branch Type="Product Name" Name="Image SLES-GCE">
        <FullProductName ProductID="Image SLES-GCE">Image SLES-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES-Hardened-BYOS-Azure">Image SLES-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES-Hardened-BYOS-EC2">Image SLES-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES-Hardened-BYOS-GCE">Image SLES-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES-SAP-Azure">
        <FullProductName ProductID="Image SLES-SAP-Azure">Image SLES-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES-SAP-Azure-3P">Image SLES-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES-SAP-BYOS-Azure">Image SLES-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES-SAP-BYOS-EC2">Image SLES-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES-SAP-BYOS-GCE">Image SLES-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES-SAP-GCE">
        <FullProductName ProductID="Image SLES-SAP-GCE">Image SLES-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES-SAPCAL-Azure">Image SLES-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES-SAPCAL-EC2">Image SLES-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES-SAPCAL-GCE">Image SLES-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-HPC-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-Azure-HPC-BYOS">Image SLES12-SP5-Azure-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-HPC-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-HPC-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-Azure-HPC-On-Demand">Image SLES12-SP5-Azure-HPC-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-SAP-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS">Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-SAP-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-SAP-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-On-Demand">Image SLES12-SP5-Azure-SAP-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-BYOS">Image SLES15-SP4-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2">Image SLES15-SP4-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS">Image SLES15-SP4-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2">Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2">Image SLES15-SP5-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2">Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6">
      <Branch Type="Product Name" Name="Image SLES15-SP6">
        <FullProductName ProductID="Image SLES15-SP6">Image SLES15-SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP6-Azure-3P">Image SLES15-SP6-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP6-Azure-Basic">Image SLES15-SP6-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP6-Azure-Standard">Image SLES15-SP6-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-BYOS">Image SLES15-SP6-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure">Image SLES15-SP6-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2">Image SLES15-SP6-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE">Image SLES15-SP6-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS">Image SLES15-SP6-CHOST-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Aliyun">Image SLES15-SP6-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Azure">Image SLES15-SP6-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-EC2">Image SLES15-SP6-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GCE">Image SLES15-SP6-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GDC">Image SLES15-SP6-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">Image SLES15-SP6-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-EC2">
        <FullProductName ProductID="Image SLES15-SP6-EC2">Image SLES15-SP6-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP6-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM">Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-GCE">
        <FullProductName ProductID="Image SLES15-SP6-GCE">Image SLES15-SP6-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC">
        <FullProductName ProductID="Image SLES15-SP6-HPC">Image SLES15-SP6-HPC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP6-HPC-Azure">Image SLES15-SP6-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS">Image SLES15-SP6-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure">Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2">Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE">Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP6-HPC-EC2">Image SLES15-SP6-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP6-HPC-GCE">Image SLES15-SP6-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS">Image SLES15-SP6-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure">Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2">Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE">Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP">
        <FullProductName ProductID="Image SLES15-SP6-SAP">Image SLES15-SP6-SAP</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure">Image SLES15-SP6-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P">Image SLES15-SP6-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS">Image SLES15-SP6-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure">Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2">Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE">Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-EC2">Image SLES15-SP6-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-GCE">Image SLES15-SP6-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened">Image SLES15-SP6-SAP-Hardened</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure">Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS">Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2">Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE">Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL">Image SLES15-SP6-SAPCAL</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure">Image SLES15-SP6-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2">Image SLES15-SP6-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE">Image SLES15-SP6-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-Azure-3P">Image SLES15-SP7-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Basic">Image SLES15-SP7-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Standard">Image SLES15-SP7-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure">Image SLES15-SP7-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2">Image SLES15-SP7-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE">Image SLES15-SP7-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun">Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure">Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2">Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GCE">Image SLES15-SP7-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC">Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2">
        <FullProductName ProductID="Image SLES15-SP7-EC2">Image SLES15-SP7-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM">Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE">
        <FullProductName ProductID="Image SLES15-SP7-GCE">Image SLES15-SP7-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-GCE-3P">Image SLES15-SP7-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-Azure">Image SLES15-SP7-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure">Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2">Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE">Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure">Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2">Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE">Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure">Image SLES15-SP7-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P">Image SLES15-SP7-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure">Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2">Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE">Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-EC2">Image SLES15-SP7-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE">Image SLES15-SP7-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P">Image SLES15-SP7-SAP-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure">Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE">Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure">Image SLES15-SP7-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2">Image SLES15-SP7-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE">Image SLES15-SP7-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <Branch Type="Product Name" Name="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
        <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image pr_15_7">
      <Branch Type="Product Name" Name="Image pr_15_7">
        <FullProductName ProductID="Image pr_15_7">Image pr_15_7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image proxy-httpd-image">
      <Branch Type="Product Name" Name="Image proxy-httpd-image">
        <FullProductName ProductID="Image proxy-httpd-image">Image proxy-httpd-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image proxy-salt-broker-image">
      <Branch Type="Product Name" Name="Image proxy-salt-broker-image">
        <FullProductName ProductID="Image proxy-salt-broker-image">Image proxy-salt-broker-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image proxy-squid-image">
      <Branch Type="Product Name" Name="Image proxy-squid-image">
        <FullProductName ProductID="Image proxy-squid-image">Image proxy-squid-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image proxy-ssh-image">
      <Branch Type="Product Name" Name="Image proxy-ssh-image">
        <FullProductName ProductID="Image proxy-ssh-image">Image proxy-ssh-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image proxy-tftpd-image">
      <Branch Type="Product Name" Name="Image proxy-tftpd-image">
        <FullProductName ProductID="Image proxy-tftpd-image">Image proxy-tftpd-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image server-attestation-image">
      <Branch Type="Product Name" Name="Image server-attestation-image">
        <FullProductName ProductID="Image server-attestation-image">Image server-attestation-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image server-database-migration-image">
      <Branch Type="Product Name" Name="Image server-database-migration-image">
        <FullProductName ProductID="Image server-database-migration-image">Image server-database-migration-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image server-hub-xmlrpc-api-image">
      <Branch Type="Product Name" Name="Image server-hub-xmlrpc-api-image">
        <FullProductName ProductID="Image server-hub-xmlrpc-api-image">Image server-hub-xmlrpc-api-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image server-image">
      <Branch Type="Product Name" Name="Image server-image">
        <FullProductName ProductID="Image server-image">Image server-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image server-migration-14-16-image">
      <Branch Type="Product Name" Name="Image server-migration-14-16-image">
        <FullProductName ProductID="Image server-migration-14-16-image">Image server-migration-14-16-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image server-postgresql-image">
      <Branch Type="Product Name" Name="Image server-postgresql-image">
        <FullProductName ProductID="Image server-postgresql-image">Image server-postgresql-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image server-saline-image">
      <Branch Type="Product Name" Name="Image server-saline-image">
        <FullProductName ProductID="Image server-saline-image">Image server-saline-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4" CPE="cpe:/o:suse:sle-module-live-patching:15:sp4">SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5" CPE="cpe:/o:suse:sle-module-live-patching:15:sp5">SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7" CPE="cpe:/o:suse:sle-module-live-patching:15:sp7">SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.2">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2" CPE="cpe:/o:suse:suse-microos:5.2">SUSE Linux Enterprise Micro 5.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.3">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3" CPE="cpe:/o:suse:sle-micro:5.3">SUSE Linux Enterprise Micro 5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.4">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4" CPE="cpe:/o:suse:sle-micro:5.4">SUSE Linux Enterprise Micro 5.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.5">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5" CPE="cpe:/o:suse:sle-micro:5.5">SUSE Linux Enterprise Micro 5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE" CPE="cpe:/o:suse:suse_sles_ltss-extreme-core:11:sp4">SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp2">SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp4">SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp5">SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security" CPE="cpe:/o:suse:sles-ltss-extended-security:12:sp5">SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp1">SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp4">SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp5">SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP6-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp6">SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise Server 16.0" CPE="cpe:/o:suse:sles:16:16.0:server">SUSE Linux Enterprise Server 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" CPE="cpe:/o:suse:sles-ltss-extended-security:12:sp5">SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server Teradata 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 12 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3" CPE="cpe:/o:suse:sles_teradata:12:sp3">SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server Teradata 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP5" CPE="cpe:/o:suse:sles_sap:12:sp5">SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4" CPE="cpe:/o:suse:sles_sap:15:sp4">SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5" CPE="cpe:/o:suse:sles_sap:15:sp5">SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6" CPE="cpe:/o:suse:sles_sap:15:sp6">SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP applications 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP applications 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0" CPE="cpe:/o:suse:sles:16:16.0:server-sap">SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.0">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.0">
        <FullProductName ProductID="SUSE Linux Micro 6.0" CPE="cpe:/o:suse:sl-micro:6.0">SUSE Linux Micro 6.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.1">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.1">
        <FullProductName ProductID="SUSE Linux Micro 6.1" CPE="cpe:/o:suse:sl-micro:6.1">SUSE Linux Micro 6.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.2">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.2">
        <FullProductName ProductID="SUSE Linux Micro 6.2" CPE="cpe:/o:suse:sles:16:16.0:transactional">SUSE Linux Micro 6.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Proxy LTS 4.3">
        <FullProductName ProductID="SUSE Manager Proxy LTS 4.3" CPE="cpe:/o:suse:suse-manager-proxy-lts:4.3">SUSE Manager Proxy LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server LTS 4.3">
        <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3" CPE="cpe:/o:suse:suse-manager-retail-branch-server-lts:4.3">SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Server LTS 4.3">
        <FullProductName ProductID="SUSE Manager Server LTS 4.3" CPE="cpe:/o:suse:suse-manager-server-lts:4.3">SUSE Manager Server LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 16.0">
      <Branch Type="Product Name" Name="openSUSE Leap 16.0">
        <FullProductName ProductID="openSUSE Leap 16.0">openSUSE Leap 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Tumbleweed">
      <Branch Type="Product Name" Name="openSUSE Tumbleweed">
        <FullProductName ProductID="openSUSE Tumbleweed" CPE="cpe:/o:opensuse:tumbleweed">openSUSE Tumbleweed</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="CHOST Images">
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20210202">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20210304">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20220127" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20220127">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20220127</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20220715-x86-64" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20220715-x86-64">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20220715-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210202">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210304">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210405" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210405">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210405</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210506" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210506">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210506</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210610" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210610">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210610</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210722" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210722">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210722</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210913" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210913">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210913</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20211025" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20211025">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20211025</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20220126">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20220718-x86-64">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20220718-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210729" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210729">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210729</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210827" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210827">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210827</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210927" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210927">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210927</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211004" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211004">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211004</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211101" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211101">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211101</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211202" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211202">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220103" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220103">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220103</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220126">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220222" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220222">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220222</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220310" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220310">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220310</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220411-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220411-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220411-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220510-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220510-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220510-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220608-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220608-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220608-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220708-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220708-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220708-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220718-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220718-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220818-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220818-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220818-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220916-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220916-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220916-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221019-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221019-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221019-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221118-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221118-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221118-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221215-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221215-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221215-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20230313-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20230313-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20230313-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20230613-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20230613-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20230613-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20240807-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20240807-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20240807-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20240912-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20240912-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20240912-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220718-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220718-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220721-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220721-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220721-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220818-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220818-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220818-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220916-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220916-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220916-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221018-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221018-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221018-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221118-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221118-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221118-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221215-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221215-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221215-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221215-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221215-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221215-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230111-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230111-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230111-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230111-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230111-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230111-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230210-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230210-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230210-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230210-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230210-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230210-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230310-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230310-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230310-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230310-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230310-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230310-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230410-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230410-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230410-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230410-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230410-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230410-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230510-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230510-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230510-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230510-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230510-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230510-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230606-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230606-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230606-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230606-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230606-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230606-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230704-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230704-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230704-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230704-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230704-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230704-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230804-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230804-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230804-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230804-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230804-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230804-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230901-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230901-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230901-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230901-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230901-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230901-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230928-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230928-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230928-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230928-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230928-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230928-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231027-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231027-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231027-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231027-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231027-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231027-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231127-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231127-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231127-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231127-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231127-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231127-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231212-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231212-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231212-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231212-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231212-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231212-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240312-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240312-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240312-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240312-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240312-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240312-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240612-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240612-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240612-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240612-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240612-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240612-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240809-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240809-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240809-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240809-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240809-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240809-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240912-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240912-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240912-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240912-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240912-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240912-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20250721-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20250721-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20250721-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20250721-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20250721-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20250721-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20251022-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20251022-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20251022-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20251022-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20251022-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20251022-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20210202">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20210304">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20220127" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20220127">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20220127</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20220715-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20220715-x86_64">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20220715-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210202">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210304">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210405" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210405">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210405</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210506" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210506">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210506</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210610" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210610">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210610</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210722" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210722">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210722</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210913" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210913">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210913</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20211025" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20211025">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20211025</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20220126">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20220718-x86_64">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20220718-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210729" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210729">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210729</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210827" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210827">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210827</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210927" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210927">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210927</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211004" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211004">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211004</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211101" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211101">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211101</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211202" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211202">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220103" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220103">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220103</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220126">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220222" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220222">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220222</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220310" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220310">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220310</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220411-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220411-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220411-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220510-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220510-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220510-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220609-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220609-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220609-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220708-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220708-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220708-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220718-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220718-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220818-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220818-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220818-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220916-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220916-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220916-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220921-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220921-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220921-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221019-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221019-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221019-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221119-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221119-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221119-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221215-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221215-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221215-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20230313-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20230313-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20230313-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20230613-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20230613-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20230613-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20240807-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20240807-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20240807-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20240912-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20240912-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20240912-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220718-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220718-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220721-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220721-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220721-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220819-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220819-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220819-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220916-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220916-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220916-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220923-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220923-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220923-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221018-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221018-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221018-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221118-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221118-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221118-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221215-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221215-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221215-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221215-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230111-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230111-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230111-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230111-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230210-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230210-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230210-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230210-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230310-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230310-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230310-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230310-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230410-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230410-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230410-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230410-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230510-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230510-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230510-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230510-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230606-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230606-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230606-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230606-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230704-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230704-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230704-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230704-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230803-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230803-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230803-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230803-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230901-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230901-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230901-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230901-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230928-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230928-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230928-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230928-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231027-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231027-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231027-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231027-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231127-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231127-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231127-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231127-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231212-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231212-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231212-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231212-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240312-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240312-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240312-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240312-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240612-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240612-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240612-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240612-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240809-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240809-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240809-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240809-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240912-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240912-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240912-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240912-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20250721-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20250721-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20250721-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20250721-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20251022-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20251022-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20251022-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20251022-x86_64</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="amazon-dracut-config-0.0.4-1.1">
      <FullProductName ProductID="amazon-dracut-config-0.0.4-1.1">amazon-dracut-config-0.0.4-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">
      <FullProductName ProductID="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">
      <FullProductName ProductID="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">
      <FullProductName ProductID="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">
      <FullProductName ProductID="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1">
      <FullProductName ProductID="cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="compat-openssl098">
      <FullProductName ProductID="compat-openssl098" CPE="cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*">compat-openssl098</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="glib2-tools-2.76.2-9.1">
      <FullProductName ProductID="glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgio-2_0-0-2.76.2-9.1">
      <FullProductName ProductID="libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libglib-2_0-0-2.76.2-9.1">
      <FullProductName ProductID="libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgmodule-2_0-0-2.76.2-9.1">
      <FullProductName ProductID="libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgobject-2_0-0-2.76.2-9.1">
      <FullProductName ProductID="libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_0_0-devel">
      <FullProductName ProductID="libopenssl-1_0_0-devel">libopenssl-1_0_0-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_0_0-devel-32bit">
      <FullProductName ProductID="libopenssl-1_0_0-devel-32bit">libopenssl-1_0_0-devel-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel">
      <FullProductName ProductID="libopenssl-1_1-devel">libopenssl-1_1-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1d-150200.11.106.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1d-150200.11.106.1">libopenssl-1_1-devel-1.1.1d-150200.11.106.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1d-2.122.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1d-2.122.1">libopenssl-1_1-devel-1.1.1d-2.122.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1l-150400.7.87.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1l-150500.17.46.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1l-150500.17.46.1">libopenssl-1_1-devel-1.1.1l-150500.17.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1w-150600.5.21.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1w-150600.5.21.1">libopenssl-1_1-devel-1.1.1w-150600.5.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1w-150700.11.11.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1w-150700.11.11.1">libopenssl-1_1-devel-1.1.1w-150700.11.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit">libopenssl-1_1-devel-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit-1.1.1d-2.122.1">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.1d-2.122.1">libopenssl-1_1-devel-32bit-1.1.1d-2.122.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit-1.1.1w-150600.5.21.1">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.1w-150600.5.21.1">libopenssl-1_1-devel-32bit-1.1.1w-150600.5.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.0.8-150400.4.78.1">
      <FullProductName ProductID="libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.0.8-150500.5.57.1">
      <FullProductName ProductID="libopenssl-3-devel-3.0.8-150500.5.57.1">libopenssl-3-devel-3.0.8-150500.5.57.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.1.4-11.1">
      <FullProductName ProductID="libopenssl-3-devel-3.1.4-11.1">libopenssl-3-devel-3.1.4-11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.1.4-150600.5.42.1">
      <FullProductName ProductID="libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.1.4-slfo.1.1_8.1">
      <FullProductName ProductID="libopenssl-3-devel-3.1.4-slfo.1.1_8.1">libopenssl-3-devel-3.1.4-slfo.1.1_8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.2.3-150700.5.24.1">
      <FullProductName ProductID="libopenssl-3-devel-3.2.3-150700.5.24.1">libopenssl-3-devel-3.2.3-150700.5.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.5.0-160000.5.1">
      <FullProductName ProductID="libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.5.3-2.1">
      <FullProductName ProductID="libopenssl-3-devel-3.5.3-2.1">libopenssl-3-devel-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-32bit-3.1.4-150600.5.42.1">
      <FullProductName ProductID="libopenssl-3-devel-32bit-3.1.4-150600.5.42.1">libopenssl-3-devel-32bit-3.1.4-150600.5.42.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-32bit-3.5.3-2.1">
      <FullProductName ProductID="libopenssl-3-devel-32bit-3.5.3-2.1">libopenssl-3-devel-32bit-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-3.1.4-11.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-3.1.4-11.1">libopenssl-3-fips-provider-3.1.4-11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-3.1.4-150600.5.42.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-3.1.4-150600.5.42.1">libopenssl-3-fips-provider-3.1.4-150600.5.42.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-3.1.4-slfo.1.1_8.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-3.1.4-slfo.1.1_8.1">libopenssl-3-fips-provider-3.1.4-slfo.1.1_8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-3.2.3-150700.5.24.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-3.5.0-160000.5.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-3.5.3-2.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-3.5.3-2.1">libopenssl-3-fips-provider-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1">libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-32bit-3.2.3-150700.5.24.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-32bit-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-32bit-3.2.3-150700.5.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-32bit-3.5.3-2.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-32bit-3.5.3-2.1">libopenssl-3-fips-provider-32bit-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1">libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-fips-provider-x86-64-v3-3.5.3-2.1">
      <FullProductName ProductID="libopenssl-3-fips-provider-x86-64-v3-3.5.3-2.1">libopenssl-3-fips-provider-x86-64-v3-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-devel">
      <FullProductName ProductID="libopenssl-devel">libopenssl-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-fips-provider">
      <FullProductName ProductID="libopenssl-fips-provider">libopenssl-fips-provider</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl0_9_8">
      <FullProductName ProductID="libopenssl0_9_8">libopenssl0_9_8</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl0_9_8-32bit">
      <FullProductName ProductID="libopenssl0_9_8-32bit">libopenssl0_9_8-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl0_9_8-hmac">
      <FullProductName ProductID="libopenssl0_9_8-hmac">libopenssl0_9_8-hmac</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl0_9_8-hmac-32bit">
      <FullProductName ProductID="libopenssl0_9_8-hmac-32bit">libopenssl0_9_8-hmac-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1-devel">
      <FullProductName ProductID="libopenssl1-devel">libopenssl1-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl10">
      <FullProductName ProductID="libopenssl10">libopenssl10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0">
      <FullProductName ProductID="libopenssl1_0_0">libopenssl1_0_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-32bit">
      <FullProductName ProductID="libopenssl1_0_0-32bit">libopenssl1_0_0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-hmac">
      <FullProductName ProductID="libopenssl1_0_0-hmac">libopenssl1_0_0-hmac</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-hmac-32bit">
      <FullProductName ProductID="libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-steam">
      <FullProductName ProductID="libopenssl1_0_0-steam">libopenssl1_0_0-steam</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-steam-32bit">
      <FullProductName ProductID="libopenssl1_0_0-steam-32bit">libopenssl1_0_0-steam-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1">
      <FullProductName ProductID="libopenssl1_1">libopenssl1_1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1d-150200.11.106.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1d-150200.11.106.1">libopenssl1_1-1.1.1d-150200.11.106.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1d-2.122.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1d-2.122.1">libopenssl1_1-1.1.1d-2.122.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1l-150400.7.87.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1l-150500.17.46.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1w-150600.5.21.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1w-150700.11.11.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit">
      <FullProductName ProductID="libopenssl1_1-32bit">libopenssl1_1-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1d-2.122.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1d-2.122.1">libopenssl1_1-32bit-1.1.1d-2.122.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1l-150400.7.87.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1l-150500.17.46.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-32bit-1.1.1l-150500.17.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1w-150600.5.21.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1w-150600.5.21.1">libopenssl1_1-32bit-1.1.1w-150600.5.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1w-150700.11.11.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1w-150700.11.11.1">libopenssl1_1-32bit-1.1.1w-150700.11.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac">
      <FullProductName ProductID="libopenssl1_1-hmac">libopenssl1_1-hmac</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-1.1.1d-150200.11.106.1">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.1d-150200.11.106.1">libopenssl1_1-hmac-1.1.1d-150200.11.106.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-1.1.1d-2.122.1">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.1d-2.122.1">libopenssl1_1-hmac-1.1.1d-2.122.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-1.1.1l-150400.7.87.1">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-1.1.1l-150500.17.46.1">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-1.1.1l-150500.17.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-32bit">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-32bit-1.1.1d-2.122.1">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit-1.1.1d-2.122.1">libopenssl1_1-hmac-32bit-1.1.1d-2.122.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.0.8-150400.4.78.1">
      <FullProductName ProductID="libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.0.8-150500.5.57.1">
      <FullProductName ProductID="libopenssl3-3.0.8-150500.5.57.1">libopenssl3-3.0.8-150500.5.57.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.1.4-11.1">
      <FullProductName ProductID="libopenssl3-3.1.4-11.1">libopenssl3-3.1.4-11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.1.4-150600.5.42.1">
      <FullProductName ProductID="libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.1.4-slfo.1.1_8.1">
      <FullProductName ProductID="libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.2.3-150700.5.24.1">
      <FullProductName ProductID="libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.5.0-160000.5.1">
      <FullProductName ProductID="libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.5.3-2.1">
      <FullProductName ProductID="libopenssl3-3.5.3-2.1">libopenssl3-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-32bit-3.1.4-150600.5.42.1">
      <FullProductName ProductID="libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-32bit-3.2.3-150700.5.24.1">
      <FullProductName ProductID="libopenssl3-32bit-3.2.3-150700.5.24.1">libopenssl3-32bit-3.2.3-150700.5.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-32bit-3.5.3-2.1">
      <FullProductName ProductID="libopenssl3-32bit-3.5.3-2.1">libopenssl3-32bit-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-x86-64-v3-3.5.0-160000.5.1">
      <FullProductName ProductID="libopenssl3-x86-64-v3-3.5.0-160000.5.1">libopenssl3-x86-64-v3-3.5.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-x86-64-v3-3.5.3-2.1">
      <FullProductName ProductID="libopenssl3-x86-64-v3-3.5.3-2.1">libopenssl3-x86-64-v3-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl">
      <FullProductName ProductID="openssl" CPE="cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*">openssl</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0">
      <FullProductName ProductID="openssl-1_0_0" CPE="cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*">openssl-1_0_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0-cavs">
      <FullProductName ProductID="openssl-1_0_0-cavs" CPE="cpe:2.3:a:openssl:openssl:1_0_0:*:*:*:*:*:*:*">openssl-1_0_0-cavs</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0-doc">
      <FullProductName ProductID="openssl-1_0_0-doc" CPE="cpe:2.3:a:openssl:openssl:1_0_0:*:*:*:*:*:*:*">openssl-1_0_0-doc</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1">
      <FullProductName ProductID="openssl-1_1" CPE="cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*">openssl-1_1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1d-150200.11.106.1">
      <FullProductName ProductID="openssl-1_1-1.1.1d-150200.11.106.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1d:*:*:*:*:*:*:*">openssl-1_1-1.1.1d-150200.11.106.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1d-2.122.1">
      <FullProductName ProductID="openssl-1_1-1.1.1d-2.122.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1d:*:*:*:*:*:*:*">openssl-1_1-1.1.1d-2.122.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1l-150400.7.87.1">
      <FullProductName ProductID="openssl-1_1-1.1.1l-150400.7.87.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1l:*:*:*:*:*:*:*">openssl-1_1-1.1.1l-150400.7.87.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1l-150500.17.46.1">
      <FullProductName ProductID="openssl-1_1-1.1.1l-150500.17.46.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1l:*:*:*:*:*:*:*">openssl-1_1-1.1.1l-150500.17.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1w-150600.5.21.1">
      <FullProductName ProductID="openssl-1_1-1.1.1w-150600.5.21.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1w:*:*:*:*:*:*:*">openssl-1_1-1.1.1w-150600.5.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1w-150700.11.11.1">
      <FullProductName ProductID="openssl-1_1-1.1.1w-150700.11.11.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1w:*:*:*:*:*:*:*">openssl-1_1-1.1.1w-150700.11.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-doc">
      <FullProductName ProductID="openssl-1_1-doc" CPE="cpe:2.3:a:openssl:openssl:1_1:*:*:*:*:*:*:*">openssl-1_1-doc</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-doc-1.1.1w-150600.5.21.1">
      <FullProductName ProductID="openssl-1_1-doc-1.1.1w-150600.5.21.1">openssl-1_1-doc-1.1.1w-150600.5.21.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-livepatches">
      <FullProductName ProductID="openssl-1_1-livepatches" CPE="cpe:2.3:a:openssl:openssl:1_1:*:*:*:*:*:*:*">openssl-1_1-livepatches</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.0.8-150400.4.78.1">
      <FullProductName ProductID="openssl-3-3.0.8-150400.4.78.1" CPE="cpe:2.3:a:openssl:openssl:3.0.8:*:*:*:*:*:*:*">openssl-3-3.0.8-150400.4.78.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.0.8-150500.5.57.1">
      <FullProductName ProductID="openssl-3-3.0.8-150500.5.57.1" CPE="cpe:2.3:a:openssl:openssl:3.0.8:*:*:*:*:*:*:*">openssl-3-3.0.8-150500.5.57.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.1.4-11.1">
      <FullProductName ProductID="openssl-3-3.1.4-11.1" CPE="cpe:2.3:a:openssl:openssl:3.1.4:*:*:*:*:*:*:*">openssl-3-3.1.4-11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.1.4-150600.5.42.1">
      <FullProductName ProductID="openssl-3-3.1.4-150600.5.42.1" CPE="cpe:2.3:a:openssl:openssl:3.1.4:*:*:*:*:*:*:*">openssl-3-3.1.4-150600.5.42.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.1.4-slfo.1.1_8.1">
      <FullProductName ProductID="openssl-3-3.1.4-slfo.1.1_8.1" CPE="cpe:2.3:a:openssl:openssl:3.1.4:*:*:*:*:*:*:*">openssl-3-3.1.4-slfo.1.1_8.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.2.3-150700.5.24.1">
      <FullProductName ProductID="openssl-3-3.2.3-150700.5.24.1" CPE="cpe:2.3:a:openssl:openssl:3.2.3:*:*:*:*:*:*:*">openssl-3-3.2.3-150700.5.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.5.0-160000.5.1">
      <FullProductName ProductID="openssl-3-3.5.0-160000.5.1" CPE="cpe:2.3:a:openssl:openssl:3.5.0:*:*:*:*:*:*:*">openssl-3-3.5.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.5.3-2.1">
      <FullProductName ProductID="openssl-3-3.5.3-2.1" CPE="cpe:2.3:a:openssl:openssl:3.5.3:*:*:*:*:*:*:*">openssl-3-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-doc-3.1.4-150600.5.42.1">
      <FullProductName ProductID="openssl-3-doc-3.1.4-150600.5.42.1">openssl-3-doc-3.1.4-150600.5.42.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-doc-3.5.0-160000.5.1">
      <FullProductName ProductID="openssl-3-doc-3.5.0-160000.5.1">openssl-3-doc-3.5.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-doc-3.5.3-2.1">
      <FullProductName ProductID="openssl-3-doc-3.5.3-2.1">openssl-3-doc-3.5.3-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-livepatches">
      <FullProductName ProductID="openssl-3-livepatches" CPE="cpe:2.3:a:openssl:openssl:3:*:*:*:*:*:*:*">openssl-3-livepatches</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-doc">
      <FullProductName ProductID="openssl-doc">openssl-doc</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl1">
      <FullProductName ProductID="openssl1" CPE="cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*">openssl1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl1-doc">
      <FullProductName ProductID="openssl1-doc">openssl1-doc</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python311-requests-2.32.3-slfo.1.1_2.1">
      <FullProductName ProductID="python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-core:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-core:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-core:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-core:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-core:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-core:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-exporter:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-exporter:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-exporter:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-exporter:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-exporter:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-exporter:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-jobservice:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-jobservice:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-jobservice:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-jobservice:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-jobservice:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-jobservice:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-portal:1.1.1-1.16">
      <FullProductName ProductID="Container private-registry/harbor-portal:1.1.1-1.16:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-portal:1.1.1-1.16</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-registry:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-registry:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-registry:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-registry:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-registry:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-registry:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-registryctl:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-registryctl:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-registryctl:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-registryctl:1.1.1-1.15">
      <FullProductName ProductID="Container private-registry/harbor-registryctl:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-registryctl:1.1.1-1.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-trivy-adapter:1.1.1-1.18">
      <FullProductName ProductID="Container private-registry/harbor-trivy-adapter:1.1.1-1.18:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-trivy-adapter:1.1.1-1.18</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container private-registry/harbor-trivy-adapter:1.1.1-1.18">
      <FullProductName ProductID="Container private-registry/harbor-trivy-adapter:1.1.1-1.18:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container private-registry/harbor-trivy-adapter:1.1.1-1.18</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:5.1.2.6.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:5.1.2.6.13.1:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:5.1.2.6.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122">
      <FullProductName ProductID="Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90">
      <FullProductName ProductID="Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109">
      <FullProductName ProductID="Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123">
      <FullProductName ProductID="Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/toolbox:13.2-9.63">
      <FullProductName ProductID="Container suse/sl-micro/6.0/toolbox:13.2-9.63:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/toolbox:13.2-9.63</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/toolbox:13.2-9.63">
      <FullProductName ProductID="Container suse/sl-micro/6.0/toolbox:13.2-9.63:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Container suse/sl-micro/6.0/toolbox:13.2-9.63</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.0/toolbox:13.2-9.63">
      <FullProductName ProductID="Container suse/sl-micro/6.0/toolbox:13.2-9.63:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.0/toolbox:13.2-9.63</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.1">
      <FullProductName ProductID="Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.1:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1">
      <FullProductName ProductID="Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1">
      <FullProductName ProductID="Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/kvm-os-container:2.2.0-3.1">
      <FullProductName ProductID="Container suse/sl-micro/6.1/kvm-os-container:2.2.0-3.1:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.1/kvm-os-container:2.2.0-3.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sl-micro/6.1/rt-os-container:2.2.0-3.1">
      <FullProductName ProductID="Container suse/sl-micro/6.1/rt-os-container:2.2.0-3.1:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Container suse/sl-micro/6.1/rt-os-container:2.2.0-3.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.2:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.2:latest:libopenssl1_1-1.1.1d-150200.11.106.1">libopenssl1_1-1.1.1d-150200.11.106.1 as a component of Container suse/sle-micro-rancher/5.2:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.2:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.2:latest:openssl-1_1-1.1.1d-150200.11.106.1">openssl-1_1-1.1.1d-150200.11.106.1 as a component of Container suse/sle-micro-rancher/5.2:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233">
      <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233:libopenssl1_1-1.1.1d-150200.11.106.1">libopenssl1_1-1.1.1d-150200.11.106.1 as a component of Container suse/sle-micro/5.2/toolbox:14.2-7.11.233</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233">
      <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233:libopenssl1_1-hmac-1.1.1d-150200.11.106.1">libopenssl1_1-hmac-1.1.1d-150200.11.106.1 as a component of Container suse/sle-micro/5.2/toolbox:14.2-7.11.233</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233">
      <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:14.2-7.11.233:openssl-1_1-1.1.1d-150200.11.106.1">openssl-1_1-1.1.1d-150200.11.106.1 as a component of Container suse/sle-micro/5.2/toolbox:14.2-7.11.233</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/base-5.5:2.0.4-5.8.235">
      <FullProductName ProductID="Container suse/sle-micro/base-5.5:2.0.4-5.8.235:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of Container suse/sle-micro/base-5.5:2.0.4-5.8.235</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/base-5.5:2.0.4-5.8.235">
      <FullProductName ProductID="Container suse/sle-micro/base-5.5:2.0.4-5.8.235:openssl-1_1-1.1.1l-150500.17.46.1">openssl-1_1-1.1.1l-150500.17.46.1 as a component of Container suse/sle-micro/base-5.5:2.0.4-5.8.235</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/kvm-5.5:2.0.4-3.5.451">
      <FullProductName ProductID="Container suse/sle-micro/kvm-5.5:2.0.4-3.5.451:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of Container suse/sle-micro/kvm-5.5:2.0.4-3.5.451</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sles/16.0/toolbox:16.3-1.20">
      <FullProductName ProductID="Container suse/sles/16.0/toolbox:16.3-1.20:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of Container suse/sles/16.0/toolbox:16.3-1.20</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sles/16.0/toolbox:16.3-1.20">
      <FullProductName ProductID="Container suse/sles/16.0/toolbox:16.3-1.20:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Container suse/sles/16.0/toolbox:16.3-1.20</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro">
      <FullProductName ProductID="Image SL-Micro:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Azure">
      <FullProductName ProductID="Image SL-Micro-Azure:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SL-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SL-Micro-BYOS-Azure:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SL-Micro-BYOS-EC2:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SL-Micro-BYOS-GCE:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SL-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base">
      <FullProductName ProductID="Image SL-Micro-Base:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base">
      <FullProductName ProductID="Image SL-Micro-Base:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT">
      <FullProductName ProductID="Image SL-Micro-Base-RT:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-RT</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT">
      <FullProductName ProductID="Image SL-Micro-Base-RT:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-RT</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-RT-SelfInstall:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-RT-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-RT-SelfInstall:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-RT-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-RT-encrypted:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-RT-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-RT-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-RT-encrypted:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-RT-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-SelfInstall:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Base-SelfInstall:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-encrypted:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-encrypted">
      <FullProductName ProductID="Image SL-Micro-Base-encrypted:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-qcow">
      <FullProductName ProductID="Image SL-Micro-Base-qcow:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Base-qcow">
      <FullProductName ProductID="Image SL-Micro-Base-qcow:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Base-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default">
      <FullProductName ProductID="Image SL-Micro-Default:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Default</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default">
      <FullProductName ProductID="Image SL-Micro-Default:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Default</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Default-SelfInstall:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Default-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-SelfInstall">
      <FullProductName ProductID="Image SL-Micro-Default-SelfInstall:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Default-SelfInstall</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-encrypted">
      <FullProductName ProductID="Image SL-Micro-Default-encrypted:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Default-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-encrypted">
      <FullProductName ProductID="Image SL-Micro-Default-encrypted:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Default-encrypted</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-qcow">
      <FullProductName ProductID="Image SL-Micro-Default-qcow:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Default-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-Default-qcow">
      <FullProductName ProductID="Image SL-Micro-Default-qcow:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SL-Micro-Default-qcow</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-EC2">
      <FullProductName ProductID="Image SL-Micro-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SL-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-EC2">
      <FullProductName ProductID="Image SL-Micro-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SL-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SL-Micro-EC2">
      <FullProductName ProductID="Image SL-Micro-EC2:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SL-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="amazon-dracut-config-0.0.4-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:amazon-dracut-config-0.0.4-1.1">amazon-dracut-config-0.0.4-1.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro">
      <FullProductName ProductID="Image SLE-Micro:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SLE-Micro</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-Azure">
      <FullProductName ProductID="Image SLE-Micro-Azure:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SLE-Micro-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="amazon-dracut-config-0.0.4-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:amazon-dracut-config-0.0.4-1.1">amazon-dracut-config-0.0.4-1.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS">
      <FullProductName ProductID="Image SLE-Micro-BYOS:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-Azure">
      <FullProductName ProductID="Image SLE-Micro-BYOS-Azure:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="amazon-dracut-config-0.0.4-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:amazon-dracut-config-0.0.4-1.1">amazon-dracut-config-0.0.4-1.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-EC2">
      <FullProductName ProductID="Image SLE-Micro-BYOS-EC2:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-BYOS-GCE">
      <FullProductName ProductID="Image SLE-Micro-BYOS-GCE:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SLE-Micro-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="amazon-dracut-config-0.0.4-1.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:amazon-dracut-config-0.0.4-1.1">amazon-dracut-config-0.0.4-1.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-EC2">
      <FullProductName ProductID="Image SLE-Micro-EC2:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SLE-Micro-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="glib2-tools-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:glib2-tools-2.76.2-9.1">glib2-tools-2.76.2-9.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgio-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libgio-2_0-0-2.76.2-9.1">libgio-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libglib-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libglib-2_0-0-2.76.2-9.1">libglib-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgmodule-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libgmodule-2_0-0-2.76.2-9.1">libgmodule-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgobject-2_0-0-2.76.2-9.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libgobject-2_0-0-2.76.2-9.1">libgobject-2_0-0-2.76.2-9.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SLE-Micro-GCE">
      <FullProductName ProductID="Image SLE-Micro-GCE:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SLE-Micro-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-3P">
      <FullProductName ProductID="Image SLES-Azure-3P:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-3P">
      <FullProductName ProductID="Image SLES-Azure-3P:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-Basic">
      <FullProductName ProductID="Image SLES-Azure-Basic:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-Basic">
      <FullProductName ProductID="Image SLES-Azure-Basic:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-Standard">
      <FullProductName ProductID="Image SLES-Azure-Standard:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Azure-Standard">
      <FullProductName ProductID="Image SLES-Azure-Standard:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-Azure">
      <FullProductName ProductID="Image SLES-BYOS-Azure:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-Azure">
      <FullProductName ProductID="Image SLES-BYOS-Azure:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-EC2">
      <FullProductName ProductID="Image SLES-BYOS-EC2:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-EC2">
      <FullProductName ProductID="Image SLES-BYOS-EC2:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-GCE">
      <FullProductName ProductID="Image SLES-BYOS-GCE:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-BYOS-GCE">
      <FullProductName ProductID="Image SLES-BYOS-GCE:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-Aliyun:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-Aliyun:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-Aliyun:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-Azure:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-Azure:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-Azure:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-EC2:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-EC2:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-EC2:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-GCE:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-GCE:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-GCE:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-GDC:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-GDC:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-GDC:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-SAP-CCloud:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-SAP-CCloud:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES-CHOST-BYOS-SAP-CCloud:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-EC2">
      <FullProductName ProductID="Image SLES-EC2:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-EC2">
      <FullProductName ProductID="Image SLES-EC2:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-GCE">
      <FullProductName ProductID="Image SLES-GCE:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-GCE">
      <FullProductName ProductID="Image SLES-GCE:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-Azure:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-Azure:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-EC2:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-EC2:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-GCE:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES-Hardened-BYOS-GCE:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure">
      <FullProductName ProductID="Image SLES-SAP-Azure:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure">
      <FullProductName ProductID="Image SLES-SAP-Azure:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES-SAP-Azure-3P:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES-SAP-Azure-3P:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES-SAP-BYOS-Azure:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES-SAP-BYOS-Azure:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES-SAP-BYOS-EC2:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES-SAP-BYOS-EC2:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES-SAP-BYOS-GCE:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES-SAP-BYOS-GCE:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-GCE">
      <FullProductName ProductID="Image SLES-SAP-GCE:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAP-GCE">
      <FullProductName ProductID="Image SLES-SAP-GCE:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES-SAPCAL-Azure:libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES-SAPCAL-Azure:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES-SAPCAL-Azure:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES-SAPCAL-EC2:libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES-SAPCAL-EC2:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES-SAPCAL-EC2:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES-SAPCAL-GCE:libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES-SAPCAL-GCE:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES-SAPCAL-GCE:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of Image SLES-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-HPC-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-HPC-BYOS:libopenssl1_1-1.1.1d-2.122.1">libopenssl1_1-1.1.1d-2.122.1 as a component of Image SLES12-SP5-Azure-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-HPC-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-HPC-On-Demand:libopenssl1_1-1.1.1d-2.122.1">libopenssl1_1-1.1.1d-2.122.1 as a component of Image SLES12-SP5-Azure-HPC-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS:libopenssl1_1-1.1.1d-2.122.1">libopenssl1_1-1.1.1d-2.122.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-On-Demand:libopenssl1_1-1.1.1d-2.122.1">libopenssl1_1-1.1.1d-2.122.1 as a component of Image SLES12-SP5-Azure-SAP-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-BYOS:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Image SLES15-SP4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-BYOS:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of Image SLES15-SP4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Image SLES15-SP4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of Image SLES15-SP4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of Image SLES15-SP5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2:openssl-1_1-1.1.1l-150500.17.46.1">openssl-1_1-1.1.1l-150500.17.46.1 as a component of Image SLES15-SP5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:openssl-1_1-1.1.1l-150500.17.46.1">openssl-1_1-1.1.1l-150500.17.46.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6">
      <FullProductName ProductID="Image SLES15-SP6:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6">
      <FullProductName ProductID="Image SLES15-SP6:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6">
      <FullProductName ProductID="Image SLES15-SP6:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-Azure-3P:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-Azure-3P:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-Azure-3P:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Basic:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Basic:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Basic:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Standard:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Standard:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Standard:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-BYOS:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-BYOS:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-CHOST-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Aliyun:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Aliyun:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Aliyun:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GDC:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GDC:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GDC:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2">
      <FullProductName ProductID="Image SLES15-SP6-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2">
      <FullProductName ProductID="Image SLES15-SP6-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-GCE">
      <FullProductName ProductID="Image SLES15-SP6-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-GCE">
      <FullProductName ProductID="Image SLES15-SP6-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-GCE">
      <FullProductName ProductID="Image SLES15-SP6-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC">
      <FullProductName ProductID="Image SLES15-SP6-HPC:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC">
      <FullProductName ProductID="Image SLES15-SP6-HPC:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC">
      <FullProductName ProductID="Image SLES15-SP6-HPC:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-EC2:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-Azure-3P:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-Azure-3P:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-Azure-3P:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Basic:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Basic:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Basic:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Standard:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Standard:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Standard:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2">
      <FullProductName ProductID="Image SLES15-SP7-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2">
      <FullProductName ProductID="Image SLES15-SP7-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2">
      <FullProductName ProductID="Image SLES15-SP7-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE">
      <FullProductName ProductID="Image SLES15-SP7-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE">
      <FullProductName ProductID="Image SLES15-SP7-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE">
      <FullProductName ProductID="Image SLES15-SP7-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-GCE-3P:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-GCE-3P:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-GCE-3P:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:libopenssl-3-devel-3.2.3-150700.5.24.1">libopenssl-3-devel-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:libopenssl3-32bit-3.2.3-150700.5.24.1">libopenssl3-32bit-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:libopenssl-3-devel-3.2.3-150700.5.24.1">libopenssl-3-devel-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:libopenssl3-32bit-3.2.3-150700.5.24.1">libopenssl3-32bit-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:libopenssl-3-devel-3.2.3-150700.5.24.1">libopenssl-3-devel-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:libopenssl3-32bit-3.2.3-150700.5.24.1">libopenssl3-32bit-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-llc:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1">cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-llc">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-llc:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-10.5.2-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1">cloud-regionsrv-client-10.5.2-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1">cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="python311-requests-2.32.3-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd">
      <FullProductName ProductID="Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:python311-requests-2.32.3-slfo.1.1_2.1">python311-requests-2.32.3-slfo.1.1_2.1 as a component of Image SUSE-Multi-Linux-Manager-Server-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image pr_15_7">
      <FullProductName ProductID="Image pr_15_7:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image pr_15_7</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image pr_15_7">
      <FullProductName ProductID="Image pr_15_7:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image pr_15_7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-httpd-image">
      <FullProductName ProductID="Image proxy-httpd-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image proxy-httpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-httpd-image">
      <FullProductName ProductID="Image proxy-httpd-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image proxy-httpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-httpd-image">
      <FullProductName ProductID="Image proxy-httpd-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image proxy-httpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-salt-broker-image">
      <FullProductName ProductID="Image proxy-salt-broker-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image proxy-salt-broker-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-salt-broker-image">
      <FullProductName ProductID="Image proxy-salt-broker-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image proxy-salt-broker-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-salt-broker-image">
      <FullProductName ProductID="Image proxy-salt-broker-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image proxy-salt-broker-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-salt-broker-image">
      <FullProductName ProductID="Image proxy-salt-broker-image:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image proxy-salt-broker-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-squid-image">
      <FullProductName ProductID="Image proxy-squid-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image proxy-squid-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-squid-image">
      <FullProductName ProductID="Image proxy-squid-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image proxy-squid-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-squid-image">
      <FullProductName ProductID="Image proxy-squid-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image proxy-squid-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-ssh-image">
      <FullProductName ProductID="Image proxy-ssh-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image proxy-ssh-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-ssh-image">
      <FullProductName ProductID="Image proxy-ssh-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image proxy-ssh-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-ssh-image">
      <FullProductName ProductID="Image proxy-ssh-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image proxy-ssh-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-tftpd-image">
      <FullProductName ProductID="Image proxy-tftpd-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image proxy-tftpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-tftpd-image">
      <FullProductName ProductID="Image proxy-tftpd-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image proxy-tftpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-tftpd-image">
      <FullProductName ProductID="Image proxy-tftpd-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image proxy-tftpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-tftpd-image">
      <FullProductName ProductID="Image proxy-tftpd-image:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image proxy-tftpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-attestation-image">
      <FullProductName ProductID="Image server-attestation-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image server-attestation-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-attestation-image">
      <FullProductName ProductID="Image server-attestation-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image server-attestation-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-attestation-image">
      <FullProductName ProductID="Image server-attestation-image:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image server-attestation-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-database-migration-image">
      <FullProductName ProductID="Image server-database-migration-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image server-database-migration-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image server-database-migration-image">
      <FullProductName ProductID="Image server-database-migration-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image server-database-migration-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-database-migration-image">
      <FullProductName ProductID="Image server-database-migration-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image server-database-migration-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-hub-xmlrpc-api-image">
      <FullProductName ProductID="Image server-hub-xmlrpc-api-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image server-hub-xmlrpc-api-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-hub-xmlrpc-api-image">
      <FullProductName ProductID="Image server-hub-xmlrpc-api-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image server-hub-xmlrpc-api-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-migration-14-16-image">
      <FullProductName ProductID="Image server-migration-14-16-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image server-migration-14-16-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image server-migration-14-16-image">
      <FullProductName ProductID="Image server-migration-14-16-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image server-migration-14-16-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-migration-14-16-image">
      <FullProductName ProductID="Image server-migration-14-16-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image server-migration-14-16-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-postgresql-image">
      <FullProductName ProductID="Image server-postgresql-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image server-postgresql-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-saline-image">
      <FullProductName ProductID="Image server-saline-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of Image server-saline-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="Image server-saline-image">
      <FullProductName ProductID="Image server-saline-image:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of Image server-saline-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-saline-image">
      <FullProductName ProductID="Image server-saline-image:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of Image server-saline-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="Image server-saline-image">
      <FullProductName ProductID="Image server-saline-image:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of Image server-saline-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-3-3.0.8-150400.4.78.1">openssl-3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-3-3.0.8-150400.4.78.1">openssl-3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.46.1">libopenssl-1_1-devel-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-3-devel-3.0.8-150500.5.57.1">libopenssl-3-devel-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-32bit-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl3-3.0.8-150500.5.57.1">libopenssl3-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.46.1">openssl-1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-3-3.0.8-150500.5.57.1">openssl-3-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.46.1">libopenssl-1_1-devel-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-3-devel-3.0.8-150500.5.57.1">libopenssl-3-devel-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-32bit-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl3-3.0.8-150500.5.57.1">libopenssl3-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.46.1">openssl-1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-3-3.0.8-150500.5.57.1">openssl-3-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.106.1">libopenssl-1_1-devel-1.1.1d-150200.11.106.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.106.1">libopenssl1_1-1.1.1d-150200.11.106.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.106.1">libopenssl1_1-hmac-1.1.1d-150200.11.106.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.106.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.106.1">openssl-1_1-1.1.1d-150200.11.106.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.46.1">libopenssl-1_1-devel-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.46.1">openssl-1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.24.1">libopenssl-3-devel-3.2.3-150700.5.24.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-3.2.3-150700.5.24.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-32bit-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.24.1">libopenssl-3-fips-provider-32bit-3.2.3-150700.5.24.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.11.1">libopenssl1_1-1.1.1w-150700.11.11.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.11.1">libopenssl1_1-32bit-1.1.1w-150700.11.11.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.24.1">libopenssl3-3.2.3-150700.5.24.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.24.1">libopenssl3-32bit-3.2.3-150700.5.24.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.2.3-150700.5.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.24.1">openssl-3-3.2.3-150700.5.24.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.11.1">libopenssl-1_1-devel-1.1.1w-150700.11.11.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1w-150700.11.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.11.1">openssl-1_1-1.1.1w-150700.11.11.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_1-devel-1.1.1d-2.122.1">libopenssl-1_1-devel-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-2.122.1">libopenssl-1_1-devel-32bit-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_1-1.1.1d-2.122.1">libopenssl1_1-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_1-32bit-1.1.1d-2.122.1">libopenssl1_1-32bit-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_1-hmac-1.1.1d-2.122.1">libopenssl1_1-hmac-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.122.1">libopenssl1_1-hmac-32bit-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_1-1.1.1d-2.122.1">openssl-1_1-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-3-3.0.8-150400.4.78.1">openssl-3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-3-3.0.8-150400.4.78.1">openssl-3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.46.1">libopenssl-1_1-devel-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-3-devel-3.0.8-150500.5.57.1">libopenssl-3-devel-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-32bit-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl3-3.0.8-150500.5.57.1">libopenssl3-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.46.1">openssl-1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-3-3.0.8-150500.5.57.1">openssl-3-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.21.1">libopenssl-1_1-devel-1.1.1w-150600.5.21.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-3-fips-provider-3.1.4-150600.5.42.1">libopenssl-3-fips-provider-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1">libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.21.1">libopenssl1_1-32bit-1.1.1w-150600.5.21.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.21.1">openssl-1_1-1.1.1w-150600.5.21.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1">libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-x86-64-v3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1">libopenssl3-x86-64-v3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1">openssl-3-doc-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_1-devel-1.1.1d-2.122.1">libopenssl-1_1-devel-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.122.1">libopenssl-1_1-devel-32bit-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_1-1.1.1d-2.122.1">libopenssl1_1-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_1-32bit-1.1.1d-2.122.1">libopenssl1_1-32bit-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_1-hmac-1.1.1d-2.122.1">libopenssl1_1-hmac-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.122.1">libopenssl1_1-hmac-32bit-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-2.122.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_1-1.1.1d-2.122.1">openssl-1_1-1.1.1d-2.122.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-3-3.0.8-150400.4.78.1">openssl-3-3.0.8-150400.4.78.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.46.1">libopenssl-1_1-devel-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-3-devel-3.0.8-150500.5.57.1">libopenssl-3-devel-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.46.1">libopenssl1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-32bit-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1">libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl3-3.0.8-150500.5.57.1">libopenssl3-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.46.1">openssl-1_1-1.1.1l-150500.17.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150500.5.57.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-3-3.0.8-150500.5.57.1">openssl-3-3.0.8-150500.5.57.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.21.1">libopenssl-1_1-devel-1.1.1w-150600.5.21.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-3-fips-provider-3.1.4-150600.5.42.1">libopenssl-3-fips-provider-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1">libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.21.1">libopenssl1_1-32bit-1.1.1w-150600.5.21.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.21.1">openssl-1_1-1.1.1w-150600.5.21.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1">libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-x86-64-v3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1">libopenssl3-x86-64-v3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1">openssl-3-doc-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-11.1">libopenssl-3-devel-3.1.4-11.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.1.4-11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-11.1">libopenssl-3-fips-provider-3.1.4-11.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libopenssl3-3.1.4-11.1">libopenssl3-3.1.4-11.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:openssl-3-3.1.4-11.1">openssl-3-3.1.4-11.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_8.1">libopenssl-3-devel-3.1.4-slfo.1.1_8.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_8.1">libopenssl-3-fips-provider-3.1.4-slfo.1.1_8.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_8.1">libopenssl3-3.1.4-slfo.1.1_8.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-slfo.1.1_8.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_8.1">openssl-3-3.1.4-slfo.1.1_8.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:openssl-3-3.0.8-150400.4.78.1">openssl-3-3.0.8-150400.4.78.1 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:openssl-3-3.0.8-150400.4.78.1">openssl-3-3.0.8-150400.4.78.1 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libopenssl-1_1-devel-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-1.1.1l-150400.7.87.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libopenssl-3-devel-3.0.8-150400.4.78.1">libopenssl-3-devel-3.0.8-150400.4.78.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libopenssl1_1-1.1.1l-150400.7.87.1">libopenssl1_1-1.1.1l-150400.7.87.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libopenssl1_1-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libopenssl1_1-hmac-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-1.1.1l-150400.7.87.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libopenssl3-3.0.8-150400.4.78.1">libopenssl3-3.0.8-150400.4.78.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.87.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:openssl-1_1-1.1.1l-150400.7.87.1">openssl-1_1-1.1.1l-150400.7.87.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.78.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:openssl-3-3.0.8-150400.4.78.1">openssl-3-3.0.8-150400.4.78.1 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-1_1-devel-1.1.1w-150600.5.21.1">libopenssl-1_1-devel-1.1.1w-150600.5.21.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-1_1-devel-32bit-1.1.1w-150600.5.21.1">libopenssl-1_1-devel-32bit-1.1.1w-150600.5.21.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-3-devel-3.1.4-150600.5.42.1">libopenssl-3-devel-3.1.4-150600.5.42.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-3-devel-32bit-3.1.4-150600.5.42.1">libopenssl-3-devel-32bit-3.1.4-150600.5.42.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-3-fips-provider-3.1.4-150600.5.42.1">libopenssl-3-fips-provider-3.1.4-150600.5.42.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1">libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl1_1-1.1.1w-150600.5.21.1">libopenssl1_1-1.1.1w-150600.5.21.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl1_1-32bit-1.1.1w-150600.5.21.1">libopenssl1_1-32bit-1.1.1w-150600.5.21.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl3-3.1.4-150600.5.42.1">libopenssl3-3.1.4-150600.5.42.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl3-32bit-3.1.4-150600.5.42.1">libopenssl3-32bit-3.1.4-150600.5.42.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:openssl-1_1-1.1.1w-150600.5.21.1">openssl-1_1-1.1.1w-150600.5.21.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1w-150600.5.21.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:openssl-1_1-doc-1.1.1w-150600.5.21.1">openssl-1_1-doc-1.1.1w-150600.5.21.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:openssl-3-3.1.4-150600.5.42.1">openssl-3-3.1.4-150600.5.42.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.1.4-150600.5.42.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:openssl-3-doc-3.1.4-150600.5.42.1">openssl-3-doc-3.1.4-150600.5.42.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1">libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-x86-64-v3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1">libopenssl3-x86-64-v3-3.5.0-160000.5.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:openssl-3-doc-3.5.0-160000.5.1">openssl-3-doc-3.5.0-160000.5.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-2.1">libopenssl-3-devel-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-32bit-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-2.1">libopenssl-3-devel-32bit-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-2.1">libopenssl-3-fips-provider-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-32bit-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-2.1">libopenssl-3-fips-provider-32bit-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-x86-64-v3-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-2.1">libopenssl-3-fips-provider-x86-64-v3-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl3-3.5.3-2.1">libopenssl3-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-2.1">libopenssl3-32bit-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-x86-64-v3-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-2.1">libopenssl3-x86-64-v3-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-3-3.5.3-2.1">openssl-3-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.5.3-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-3-doc-3.5.3-2.1">openssl-3-doc-3.5.3-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1">libopenssl-3-devel-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1">libopenssl-3-fips-provider-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1">libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1">libopenssl3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-x86-64-v3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1">libopenssl3-x86-64-v3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1">openssl-3-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.5.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1">openssl-3-doc-3.5.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl">openssl as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl">openssl as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-livepatches" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:openssl-1_1-livepatches">openssl-1_1-livepatches as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-livepatches" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:openssl-1_1-livepatches">openssl-1_1-livepatches as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-livepatches" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:openssl-1_1-livepatches">openssl-1_1-livepatches as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-livepatches" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches">openssl-3-livepatches as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:openssl">openssl as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:openssl">openssl as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:openssl">openssl as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:openssl">openssl as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-fips-provider" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-fips-provider">libopenssl-fips-provider as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl">openssl as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl0_9_8" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8">libopenssl0_9_8 as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl0_9_8-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-32bit">libopenssl0_9_8-32bit as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl0_9_8-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac">libopenssl0_9_8-hmac as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl0_9_8-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-32bit">libopenssl0_9_8-hmac-32bit as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl">openssl as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-doc">openssl-doc as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel">libopenssl1-devel as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1">openssl1 as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl1-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc">openssl1-doc as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-doc">openssl-doc as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc">openssl-1_0_0-doc as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1">libopenssl1_1 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1">openssl-1_1 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit">libopenssl-1_0_0-devel-32bit as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc">openssl-1_0_0-doc as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:openssl">openssl as a component of SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel">libopenssl-1_1-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit">libopenssl-1_1-devel-32bit as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1">libopenssl1_1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1">openssl-1_1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel">libopenssl-1_1-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1">libopenssl1_1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1">openssl-1_1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel">libopenssl-1_1-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit">libopenssl-1_1-devel-32bit as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1">libopenssl1_1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1">openssl-1_1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc">openssl-1_1-doc as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-fips-provider" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-fips-provider">libopenssl-fips-provider as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-fips-provider" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libopenssl-fips-provider">libopenssl-fips-provider as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:openssl">openssl as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-livepatches" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:openssl-3-livepatches">openssl-3-livepatches as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 12 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3:openssl">openssl as a component of SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:openssl">openssl as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl0_9_8" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8">libopenssl0_9_8 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="compat-openssl098" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP5:compat-openssl098">compat-openssl098 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-fips-provider" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-fips-provider">libopenssl-fips-provider as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-fips-provider" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-fips-provider">libopenssl-fips-provider as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-livepatches" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP applications 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches">openssl-3-livepatches as a component of SUSE Linux Enterprise Server for SAP applications 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:openssl">openssl as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:openssl">openssl as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-livepatches" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:openssl-3-livepatches">openssl-3-livepatches as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.2">
      <FullProductName ProductID="SUSE Linux Micro 6.2:openssl">openssl as a component of SUSE Linux Micro 6.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-devel">libopenssl-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-fips-provider" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-fips-provider">libopenssl-fips-provider as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:openssl">openssl as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit">libopenssl-1_0_0-devel-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl10">libopenssl10 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl1_0_0">libopenssl1_0_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-steam" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl1_0_0-steam">libopenssl1_0_0-steam as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-steam-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit">libopenssl1_0_0-steam-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:openssl-1_0_0">openssl-1_0_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-cavs" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:openssl-1_0_0-cavs">openssl-1_0_0-cavs as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:openssl-1_0_0-doc">openssl-1_0_0-doc as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Issue summary: When using the low-level OCB API directly with AES-NI or&lt;br&gt;other hardware-accelerated code paths, inputs whose length is not a multiple&lt;br&gt;of 16 bytes can leave the final partial block unencrypted and unauthenticated.&lt;br&gt;&lt;br&gt;Impact summary: The trailing 1-15 bytes of a message may be exposed in&lt;br&gt;cleartext on encryption and are not covered by the authentication tag,&lt;br&gt;allowing an attacker to read or tamper with those bytes without detection.&lt;br&gt;&lt;br&gt;The low-level OCB encrypt and decrypt routines in the hardware-accelerated&lt;br&gt;stream path process full 16-byte blocks but do not advance the input/output&lt;br&gt;pointers. The subsequent tail-handling code then operates on the original&lt;br&gt;base pointers, effectively reprocessing the beginning of the buffer while&lt;br&gt;leaving the actual trailing bytes unprocessed. The authentication checksum&lt;br&gt;also excludes the true tail bytes.&lt;br&gt;&lt;br&gt;However, typical OpenSSL consumers using EVP are not affected because the&lt;br&gt;higher-level EVP and provider OCB implementations split inputs so that full&lt;br&gt;blocks and trailing partial blocks are processed in separate calls, avoiding&lt;br&gt;the problematic code path. Additionally, TLS does not use OCB ciphersuites.&lt;br&gt;The vulnerability only affects applications that call the low-level&lt;br&gt;CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions directly with&lt;br&gt;non-block-aligned lengths in a single call on hardware-accelerated builds.&lt;br&gt;For these reasons the issue was assessed as Low severity.&lt;br&gt;&lt;br&gt;The FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected&lt;br&gt;by this issue, as OCB mode is not a FIPS-approved algorithm.&lt;br&gt;&lt;br&gt;OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.&lt;br&gt;&lt;br&gt;OpenSSL 1.0.2 is not affected by this issue.</Note>
    </Notes>
    <CVE>CVE-2025-69418</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container private-registry/harbor-core:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-core:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-exporter:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-exporter:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-jobservice:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-jobservice:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-portal:1.1.1-1.16:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-registry:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-registry:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-registryctl:1.1.1-1.15:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-registryctl:1.1.1-1.15:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-trivy-adapter:1.1.1-1.18:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container private-registry/harbor-trivy-adapter:1.1.1-1.18:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-httpd:4.3.16.2.9.73.10:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-salt-broker:4.3.16.2.9.63.10:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-squid:4.3.16.2.9.72.8:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-ssh:4.3.16.2.9.63.8:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-tftpd:4.3.16.2.9.63.9:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:5.1.2.8.15.2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:5.1.2.9.13.2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-squid:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-ssh:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:5.1.2.8.13.1:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-attestation:5.1.2.8.15.2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:5.1.2.8.13.1:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:5.1.2.6.13.1:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-saline:5.1.2.9.13.1:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:5.1.2.8.13.2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.122:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/base-os-container:2.1.3-7.90:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.109:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.123:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/toolbox:13.2-9.63:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/toolbox:13.2-9.63:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Container suse/sl-micro/6.0/toolbox:13.2-9.63:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/baremetal-os-container:2.2.0-3.1:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/base-os-container:2.2.0-3.1:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/kvm-os-container:2.2.0-3.1:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sl-micro/6.1/rt-os-container:2.2.0-3.1:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:libopenssl1_1-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:openssl-1_1-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>Container suse/sle-micro/5.2/toolbox:14.2-7.11.233:libopenssl1_1-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>Container suse/sle-micro/5.2/toolbox:14.2-7.11.233:libopenssl1_1-hmac-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>Container suse/sle-micro/5.2/toolbox:14.2-7.11.233:openssl-1_1-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>Container suse/sle-micro/base-5.5:2.0.4-5.8.235:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>Container suse/sle-micro/base-5.5:2.0.4-5.8.235:openssl-1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>Container suse/sle-micro/kvm-5.5:2.0.4-3.5.451:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>Container suse/sles/16.0/toolbox:16.3-1.20:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>Container suse/sles/16.0/toolbox:16.3-1.20:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SL-Micro:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SL-Micro:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SL-Micro:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SL-Micro:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SL-Micro:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SL-Micro:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-Azure:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-Azure:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Azure:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Azure:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-Azure:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-EC2:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-BYOS-GCE:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SL-Micro-Base:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-SelfInstall:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-SelfInstall:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-encrypted:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-RT-encrypted:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-SelfInstall:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-SelfInstall:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-VMware:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-VMware:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-encrypted:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-encrypted:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-qcow:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Base-qcow:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default-SelfInstall:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default-SelfInstall:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default-VMware:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default-VMware:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default-encrypted:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default-encrypted:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default-qcow:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-Default-qcow:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SL-Micro-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SL-Micro-EC2:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro:amazon-dracut-config-0.0.4-1.1</ProductID>
        <ProductID>Image SLE-Micro:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-Azure:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:amazon-dracut-config-0.0.4-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-Azure:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:amazon-dracut-config-0.0.4-1.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-EC2:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-BYOS-GCE:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:amazon-dracut-config-0.0.4-1.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-EC2:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:cloud-regionsrv-client-license-watcher-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:glib2-tools-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libgio-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libglib-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libgmodule-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libgobject-2_0-0-2.76.2-9.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SLE-Micro-GCE:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SLES-Azure-3P:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Azure-3P:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Azure-Basic:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Azure-Basic:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Azure-Standard:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Azure-Standard:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-BYOS-Azure:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-BYOS-Azure:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-BYOS-EC2:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-BYOS-EC2:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-BYOS-GCE:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-BYOS-GCE:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-Aliyun:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-Aliyun:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-Aliyun:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-Azure:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-Azure:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-Azure:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-EC2:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-EC2:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-EC2:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-GCE:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-GCE:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-GCE:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-GDC:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-GDC:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-GDC:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-SAP-CCloud:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-SAP-CCloud:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-CHOST-BYOS-SAP-CCloud:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-EC2:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-EC2:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-GCE:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-GCE:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-Azure:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-Azure:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-EC2:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-EC2:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-GCE:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-Hardened-BYOS-GCE:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-Azure:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-Azure:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-Azure-3P:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-Azure-3P:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-Azure:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-Azure:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-EC2:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-EC2:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-GCE:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-BYOS-GCE:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-GCE:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAP-GCE:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-Azure:libopenssl-3-devel-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-Azure:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-Azure:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-EC2:libopenssl-3-devel-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-EC2:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-EC2:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-GCE:libopenssl-3-devel-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-GCE:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES-SAPCAL-GCE:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-HPC-BYOS:libopenssl1_1-1.1.1d-2.122.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-HPC-On-Demand:libopenssl1_1-1.1.1d-2.122.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:libopenssl1_1-1.1.1d-2.122.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-On-Demand:libopenssl1_1-1.1.1d-2.122.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-EC2:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-EC2:openssl-1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:openssl-1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>Image SLES15-SP6:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-3P:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-3P:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-3P:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Basic:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Basic:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Basic:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Standard:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Standard:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Standard:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Aliyun:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Aliyun:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Aliyun:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GDC:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GDC:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GDC:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2-ECS-HVM:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2-ECS-HVM:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-EC2:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-3P:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-3P:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-3P:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Basic:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Basic:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Basic:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Standard:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Standard:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Standard:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Aliyun:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Aliyun:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Aliyun:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GDC:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GDC:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GDC:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2-ECS-HVM:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2-ECS-HVM:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2-ECS-HVM:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE-3P:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE-3P:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE-3P:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:libopenssl-3-devel-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:libopenssl3-32bit-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:libopenssl-3-devel-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:libopenssl3-32bit-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:libopenssl-3-devel-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:libopenssl3-32bit-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-llc:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-llc:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-llc:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-llc:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-llc:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-Azure-ltd:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:cloud-regionsrv-client-plugin-azure-2.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:cloud-regionsrv-client-plugin-gce-1.0.0-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-llc:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:cloud-regionsrv-client-10.5.2-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:cloud-regionsrv-client-plugin-ec2-1.0.5-slfo.1.1_6.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>Image SUSE-Multi-Linux-Manager-Server-EC2-ltd:python311-requests-2.32.3-slfo.1.1_2.1</ProductID>
        <ProductID>Image pr_15_7:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image pr_15_7:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-httpd-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-httpd-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image proxy-httpd-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-salt-broker-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-salt-broker-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image proxy-salt-broker-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-salt-broker-image:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-squid-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-squid-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image proxy-squid-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-ssh-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-ssh-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image proxy-ssh-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-tftpd-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-tftpd-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image proxy-tftpd-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image proxy-tftpd-image:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-attestation-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-attestation-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-attestation-image:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-database-migration-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-database-migration-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image server-database-migration-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-hub-xmlrpc-api-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-hub-xmlrpc-api-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image server-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-image:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-migration-14-16-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-migration-14-16-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image server-migration-14-16-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-postgresql-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-saline-image:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-saline-image:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>Image server-saline-image:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>Image server-saline-image:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-3-devel-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-3-devel-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-3-devel-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl3-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-3-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-3-devel-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl3-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-3-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.106.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_1-devel-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_1-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_1-32bit-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_1-hmac-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_1-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-3-devel-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-3-devel-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-3-devel-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl3-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-3-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-3-fips-provider-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_1-devel-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_1-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_1-32bit-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_1-hmac-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_1-1.1.1d-2.122.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-3-devel-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-3-devel-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl3-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-3-3.0.8-150500.5.57.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-3-fips-provider-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-11.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-11.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libopenssl3-3.1.4-11.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:openssl-3-3.1.4-11.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_8.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libopenssl-3-devel-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libopenssl1_1-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:openssl-3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libopenssl-3-devel-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libopenssl1_1-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:openssl-3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libopenssl-1_1-devel-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libopenssl-3-devel-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libopenssl1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libopenssl1_1-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libopenssl1_1-hmac-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libopenssl3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:openssl-1_1-1.1.1l-150400.7.87.1</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:openssl-3-3.0.8-150400.4.78.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-1_1-devel-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-1_1-devel-32bit-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-3-devel-3.1.4-150600.5.42.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-3-devel-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-3-fips-provider-3.1.4-150600.5.42.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-3-fips-provider-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl1_1-32bit-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl3-32bit-3.1.4-150600.5.42.1</ProductID>
        <ProductID>openSUSE Leap 15.6:openssl-1_1-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>openSUSE Leap 15.6:openssl-1_1-doc-1.1.1w-150600.5.21.1</ProductID>
        <ProductID>openSUSE Leap 15.6:openssl-3-3.1.4-150600.5.42.1</ProductID>
        <ProductID>openSUSE Leap 15.6:openssl-3-doc-3.1.4-150600.5.42.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libopenssl-3-devel-3.5.0-160000.5.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1</ProductID>
        <ProductID>openSUSE Leap 16.0:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>openSUSE Leap 16.0:openssl-3-doc-3.5.0-160000.5.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl3-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-3-3.5.3-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-3-doc-3.5.3-2.1</ProductID>
      </Status>
      <Status Type="First Fixed">
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:openssl-1_1-livepatches</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:openssl-1_1-livepatches</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:openssl-1_1-livepatches</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-fips-provider</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-doc</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-doc</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-fips-provider</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libopenssl-fips-provider</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:openssl-3-livepatches</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 12 SP3:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:compat-openssl098</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-fips-provider</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-fips-provider</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Micro 6.0:openssl</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Micro 6.1:openssl</ProductID>
        <ProductID>SUSE Linux Micro 6.1:openssl-3-livepatches</ProductID>
        <ProductID>SUSE Linux Micro 6.2:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Micro 6.2:openssl</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-1_0_0-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl-fips-provider</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl10</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl1_0_0</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl1_0_0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl1_0_0-hmac</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl1_0_0-steam</ProductID>
        <ProductID>openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:openssl</ProductID>
        <ProductID>openSUSE Leap 15.6:openssl-1_0_0</ProductID>
        <ProductID>openSUSE Leap 15.6:openssl-1_0_0-cavs</ProductID>
        <ProductID>openSUSE Leap 15.6:openssl-1_0_0-doc</ProductID>
      </Status>
      <Status Type="Known Affected">
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20210202</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20210304</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20220127</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20220715-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210202</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210304</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210405</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210506</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210610</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210722</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210913</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20211025</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20220126</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210729</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210827</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210927</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211004</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211101</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211202</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220103</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220126</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220222</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220310</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220411-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220510-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220608-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220708-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220818-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220916-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221019-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221118-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221215-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20230313-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20230613-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20240807-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20240912-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220721-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220818-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220916-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221018-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221118-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221215-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221215-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230111-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230111-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230210-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230210-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230310-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230310-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230410-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230410-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230510-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230510-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230606-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230606-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230704-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230704-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230804-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230804-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230901-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230901-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230928-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230928-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231027-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231027-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231127-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231127-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231212-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231212-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240312-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240312-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240612-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240612-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240809-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240809-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240912-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240912-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20250721-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20250721-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20251022-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20251022-x86-64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20210202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20210304</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20220127</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20220715-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210304</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210405</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210506</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210610</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210722</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210913</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20211025</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20220126</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210729</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210827</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210927</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211004</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211101</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220103</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220126</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220222</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220310</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220411-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220510-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220609-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220708-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220818-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220916-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220921-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221019-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221119-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221215-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20230313-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20230613-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20240807-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20240912-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220721-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220819-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220916-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220923-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221018-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221118-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-x86_64</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>5.3</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
