<?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-2023-3817</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2023-3817</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>45</Number>
        <Date>2023-10-17T23:11:50Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2023-08-01T23:17:52Z</InitialReleaseDate>
    <CurrentReleaseDate>2023-10-17T23:11:50Z</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-2023-3817</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">Issue summary: Checking excessively long DH keys or parameters may be very slow.

Impact summary: Applications that use the functions DH_check(), DH_check_ex()
or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long
delays. Where the key or parameters that are being checked have been obtained
from an untrusted source this may lead to a Denial of Service.

The function DH_check() performs various checks on DH parameters. After fixing
CVE-2023-3446 it was discovered that a large q parameter value can also trigger
an overly long computation during some of these checks. A correct q value,
if present, cannot be larger than the modulus p parameter, thus it is
unnecessary to perform these checks if q is larger than p.

An application that calls DH_check() and supplies a key or parameters obtained
from an untrusted source could be vulnerable to a Denial of Service attack.

The function DH_check() is itself called by a number of other OpenSSL functions.
An application calling any of those other functions may similarly be affected.
The other functions affected by this are DH_check_ex() and
EVP_PKEY_param_check().

Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications
when using the "-check" option.

The OpenSSL SSL/TLS implementation is not affected by this issue.

The OpenSSL 3.0 and 3.1 FIPS providers are 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/2023-August/015833.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2544-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015834.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2545-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015835.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2546-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015836.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2547-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015837.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2548-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015838.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2549-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015839.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2550-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015840.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2551-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015841.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2552-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015842.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2553-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015843.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2554-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015844.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2555-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015845.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2556-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015846.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2557-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015847.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2558-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015848.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2559-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015849.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2560-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015850.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2561-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015851.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2562-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015852.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2563-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015853.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2564-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015855.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2565-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015856.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2566-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015857.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2567-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015858.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2568-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015859.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2569-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015860.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2570-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015861.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2571-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015871.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2574-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015874.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2577-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015888.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2626-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015889.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2627-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015892.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2661-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015893.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2663-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015967.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2723-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015980.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2737-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/016046.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2769-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016070.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2799-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016072.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2802-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016073.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2803-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016074.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2804-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016104.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2858-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016105.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2860-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016131.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2913-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016266.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3070-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016269.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3071-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016267.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3072-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016268.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3073-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016270.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3074-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016271.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3075-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016272.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3076-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016273.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3077-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016274.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3078-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016275.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3079-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016276.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3080-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016277.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3081-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016279.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3083-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016280.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3084-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016414.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3168-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016415.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3169-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016416.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3170-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016417.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3171-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016418.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3172-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-October/016553.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3272-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-October/016701.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:3423-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015968.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:577-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015969.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:578-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015970.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:579-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016082.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:602-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016083.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:603-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016084.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:604-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/030850.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3239-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/030847.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3242-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/030846.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3243-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/030845.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3244-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/031150.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3244-2</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015877.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3291-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-October/016510.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3291-2</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015897.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3308-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/031059.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3338-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/031058.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3339-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/031151.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3397-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-October/031907.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3958-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 bci/bci-init:15.4.29.45">
      <Branch Type="Product Name" Name="Container bci/bci-init:15.4.29.45">
        <FullProductName ProductID="Container bci/bci-init:15.4.29.45">Container bci/bci-init:15.4.29.45</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/bci-init:15.5.8.34">
      <Branch Type="Product Name" Name="Container bci/bci-init:15.5.8.34">
        <FullProductName ProductID="Container bci/bci-init:15.5.8.34">Container bci/bci-init:15.5.8.34</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/dotnet-aspnet:6.0.20-10.21">
      <Branch Type="Product Name" Name="Container bci/dotnet-aspnet:6.0.20-10.21">
        <FullProductName ProductID="Container bci/dotnet-aspnet:6.0.20-10.21">Container bci/dotnet-aspnet:6.0.20-10.21</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/dotnet-aspnet:7.0.9-10.21">
      <Branch Type="Product Name" Name="Container bci/dotnet-aspnet:7.0.9-10.21">
        <FullProductName ProductID="Container bci/dotnet-aspnet:7.0.9-10.21">Container bci/dotnet-aspnet:7.0.9-10.21</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/dotnet-runtime:6.0.20-9.21">
      <Branch Type="Product Name" Name="Container bci/dotnet-runtime:6.0.20-9.21">
        <FullProductName ProductID="Container bci/dotnet-runtime:6.0.20-9.21">Container bci/dotnet-runtime:6.0.20-9.21</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/dotnet-runtime:7.0.9-11.21">
      <Branch Type="Product Name" Name="Container bci/dotnet-runtime:7.0.9-11.21">
        <FullProductName ProductID="Container bci/dotnet-runtime:7.0.9-11.21">Container bci/dotnet-runtime:7.0.9-11.21</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/dotnet-sdk:6.0.20-9.21">
      <Branch Type="Product Name" Name="Container bci/dotnet-sdk:6.0.20-9.21">
        <FullProductName ProductID="Container bci/dotnet-sdk:6.0.20-9.21">Container bci/dotnet-sdk:6.0.20-9.21</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/dotnet-sdk:7.0.9-11.21">
      <Branch Type="Product Name" Name="Container bci/dotnet-sdk:7.0.9-11.21">
        <FullProductName ProductID="Container bci/dotnet-sdk:7.0.9-11.21">Container bci/dotnet-sdk:7.0.9-11.21</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/golang:1.20">
      <Branch Type="Product Name" Name="Container bci/golang:1.20">
        <FullProductName ProductID="Container bci/golang:1.20">Container bci/golang:1.20</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/golang:oldstable-openssl-5.1">
      <Branch Type="Product Name" Name="Container bci/golang:oldstable-openssl-5.1">
        <FullProductName ProductID="Container bci/golang:oldstable-openssl-5.1">Container bci/golang:oldstable-openssl-5.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/golang:stable-openssl-5.5">
      <Branch Type="Product Name" Name="Container bci/golang:stable-openssl-5.5">
        <FullProductName ProductID="Container bci/golang:stable-openssl-5.5">Container bci/golang:stable-openssl-5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/nodejs:16-18.3">
      <Branch Type="Product Name" Name="Container bci/nodejs:16-18.3">
        <FullProductName ProductID="Container bci/nodejs:16-18.3">Container bci/nodejs:16-18.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/nodejs:18-9.8">
      <Branch Type="Product Name" Name="Container bci/nodejs:18-9.8">
        <FullProductName ProductID="Container bci/nodejs:18-9.8">Container bci/nodejs:18-9.8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk-devel:11-8.48">
      <Branch Type="Product Name" Name="Container bci/openjdk-devel:11-8.48">
        <FullProductName ProductID="Container bci/openjdk-devel:11-8.48">Container bci/openjdk-devel:11-8.48</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk-devel:17-10.45">
      <Branch Type="Product Name" Name="Container bci/openjdk-devel:17-10.45">
        <FullProductName ProductID="Container bci/openjdk-devel:17-10.45">Container bci/openjdk-devel:17-10.45</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk:11-9.24">
      <Branch Type="Product Name" Name="Container bci/openjdk:11-9.24">
        <FullProductName ProductID="Container bci/openjdk:11-9.24">Container bci/openjdk:11-9.24</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk:17-10.24">
      <Branch Type="Product Name" Name="Container bci/openjdk:17-10.24">
        <FullProductName ProductID="Container bci/openjdk:17-10.24">Container bci/openjdk:17-10.24</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/php-apache:8-6.23">
      <Branch Type="Product Name" Name="Container bci/php-apache:8-6.23">
        <FullProductName ProductID="Container bci/php-apache:8-6.23">Container bci/php-apache:8-6.23</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/php-fpm:8-6.22">
      <Branch Type="Product Name" Name="Container bci/php-fpm:8-6.22">
        <FullProductName ProductID="Container bci/php-fpm:8-6.22">Container bci/php-fpm:8-6.22</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/php:8-6.23">
      <Branch Type="Product Name" Name="Container bci/php:8-6.23">
        <FullProductName ProductID="Container bci/php:8-6.23">Container bci/php:8-6.23</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/python:3.11-8.32">
      <Branch Type="Product Name" Name="Container bci/python:3.11-8.32">
        <FullProductName ProductID="Container bci/python:3.11-8.32">Container bci/python:3.11-8.32</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/python:3.6-10.29">
      <Branch Type="Product Name" Name="Container bci/python:3.6-10.29">
        <FullProductName ProductID="Container bci/python:3.6-10.29">Container bci/python:3.6-10.29</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/ruby:2.5-10.22">
      <Branch Type="Product Name" Name="Container bci/ruby:2.5-10.22">
        <FullProductName ProductID="Container bci/ruby:2.5-10.22">Container bci/ruby:2.5-10.22</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/rust:1.72">
      <Branch Type="Product Name" Name="Container bci/rust:1.72">
        <FullProductName ProductID="Container bci/rust:1.72">Container bci/rust:1.72</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/rust:stable-1.10.8">
      <Branch Type="Product Name" Name="Container bci/rust:stable-1.10.8">
        <FullProductName ProductID="Container bci/rust:stable-1.10.8">Container bci/rust:stable-1.10.8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/elemental-operator:1.3.4-3.2.1">
      <Branch Type="Product Name" Name="Container rancher/elemental-operator:1.3.4-3.2.1">
        <FullProductName ProductID="Container rancher/elemental-operator:1.3.4-3.2.1">Container rancher/elemental-operator:1.3.4-3.2.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/elemental-teal-iso/5.4:1.2.2-3.2.1">
      <Branch Type="Product Name" Name="Container rancher/elemental-teal-iso/5.4:1.2.2-3.2.1">
        <FullProductName ProductID="Container rancher/elemental-teal-iso/5.4:1.2.2-3.2.1">Container rancher/elemental-teal-iso/5.4:1.2.2-3.2.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/elemental-teal-rt/5.4:1.2.2-2.2.1">
      <Branch Type="Product Name" Name="Container rancher/elemental-teal-rt/5.4:1.2.2-2.2.1">
        <FullProductName ProductID="Container rancher/elemental-teal-rt/5.4:1.2.2-2.2.1">Container rancher/elemental-teal-rt/5.4:1.2.2-2.2.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/elemental-teal/5.4:1.2.2-3.2.1">
      <Branch Type="Product Name" Name="Container rancher/elemental-teal/5.4:1.2.2-3.2.1">
        <FullProductName ProductID="Container rancher/elemental-teal/5.4:1.2.2-3.2.1">Container rancher/elemental-teal/5.4:1.2.2-3.2.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container rancher/seedimage-builder:1.3.4-3.2.1">
      <Branch Type="Product Name" Name="Container rancher/seedimage-builder:1.3.4-3.2.1">
        <FullProductName ProductID="Container rancher/seedimage-builder:1.3.4-3.2.1">Container rancher/seedimage-builder:1.3.4-3.2.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/ceph/grafana:9.5.5.3.4.156">
      <Branch Type="Product Name" Name="Container ses/7.1/ceph/grafana:9.5.5.3.4.156">
        <FullProductName ProductID="Container ses/7.1/ceph/grafana:9.5.5.3.4.156">Container ses/7.1/ceph/grafana:9.5.5.3.4.156</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503">
      <Branch Type="Product Name" Name="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503">
        <FullProductName ProductID="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503">Container ses/7.1/ceph/haproxy:2.0.31.3.5.503</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485">
      <Branch Type="Product Name" Name="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485">
        <FullProductName ProductID="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485">Container ses/7.1/ceph/keepalived:2.0.19.3.5.485</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527">
      <Branch Type="Product Name" Name="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527">
        <FullProductName ProductID="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527">Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516">
      <Branch Type="Product Name" Name="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516">
        <FullProductName ProductID="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516">Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497">
      <Branch Type="Product Name" Name="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497">
        <FullProductName ProductID="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497">Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494">
      <Branch Type="Product Name" Name="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494">
        <FullProductName ProductID="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494">Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1">
      <Branch Type="Product Name" Name="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1">
        <FullProductName ProductID="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1">Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1">
      <Branch Type="Product Name" Name="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1">
        <FullProductName ProductID="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1">Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1">
      <Branch Type="Product Name" Name="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1">
        <FullProductName ProductID="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1">Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1">
      <Branch Type="Product Name" Name="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1">
        <FullProductName ProductID="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1">Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1">
      <Branch Type="Product Name" Name="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1">
        <FullProductName ProductID="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1">Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1">
      <Branch Type="Product Name" Name="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1">
        <FullProductName ProductID="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1">Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1">
      <Branch Type="Product Name" Name="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1">
        <FullProductName ProductID="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1">Container ses/7.1/rook/ceph:1.11.9.0.4.7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/389-ds:2.2-14.35">
      <Branch Type="Product Name" Name="Container suse/389-ds:2.2-14.35">
        <FullProductName ProductID="Container suse/389-ds:2.2-14.35">Container suse/389-ds:2.2-14.35</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/git:2.35-3.7">
      <Branch Type="Product Name" Name="Container suse/git:2.35-3.7">
        <FullProductName ProductID="Container suse/git:2.35-3.7">Container suse/git:2.35-3.7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/helm:3.11-2.7">
      <Branch Type="Product Name" Name="Container suse/helm:3.11-2.7">
        <FullProductName ProductID="Container suse/helm:3.11-2.7">Container suse/helm:3.11-2.7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2">Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2">Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1">Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1">Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1">Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/nginx:1.21-3.9">
      <Branch Type="Product Name" Name="Container suse/nginx:1.21-3.9">
        <FullProductName ProductID="Container suse/nginx:1.21-3.9">Container suse/nginx:1.21-3.9</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/pcp:5.2.5-13.14">
      <Branch Type="Product Name" Name="Container suse/pcp:5.2.5-13.14">
        <FullProductName ProductID="Container suse/pcp:5.2.5-13.14">Container suse/pcp:5.2.5-13.14</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/pcp:5.2.5-17.99">
      <Branch Type="Product Name" Name="Container suse/pcp:5.2.5-17.99">
        <FullProductName ProductID="Container suse/pcp:5.2.5-17.99">Container suse/pcp:5.2.5-17.99</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/postgres:14.9-22.51">
      <Branch Type="Product Name" Name="Container suse/postgres:14.9-22.51">
        <FullProductName ProductID="Container suse/postgres:14.9-22.51">Container suse/postgres:14.9-22.51</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/postgres:15.3-9.25">
      <Branch Type="Product Name" Name="Container suse/postgres:15.3-9.25">
        <FullProductName ProductID="Container suse/postgres:15.3-9.25">Container suse/postgres:15.3-9.25</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/registry:2.8-14.15">
      <Branch Type="Product Name" Name="Container suse/registry:2.8-14.15">
        <FullProductName ProductID="Container suse/registry:2.8-14.15">Container suse/registry:2.8-14.15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/rmt-server:2.14-9.50">
      <Branch Type="Product Name" Name="Container suse/rmt-server:2.14-9.50">
        <FullProductName ProductID="Container suse/rmt-server:2.14-9.50">Container suse/rmt-server:2.14-9.50</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-rancher/5.3:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro-rancher/5.3:latest">
        <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest">Container suse/sle-micro-rancher/5.3:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro-rancher/5.4:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro-rancher/5.4:latest">
        <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest">Container suse/sle-micro-rancher/5.4:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436">
        <FullProductName ProductID="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436">Container suse/sle-micro/5.1/toolbox:12.1-2.2.436</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258">
        <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258">Container suse/sle-micro/5.2/toolbox:12.1-6.2.258</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201">
        <FullProductName ProductID="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201">Container suse/sle-micro/5.3/toolbox:12.1-5.2.201</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98">
        <FullProductName ProductID="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98">Container suse/sle-micro/5.4/toolbox:12.1-4.2.98</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11">
        <FullProductName ProductID="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11">Container suse/sle-micro/5.5/toolbox:12.1-2.2.11</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.1.6.2.825">
      <Branch Type="Product Name" Name="Container suse/sle15:15.1.6.2.825">
        <FullProductName ProductID="Container suse/sle15:15.1.6.2.825">Container suse/sle15:15.1.6.2.825</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.2.9.5.327">
      <Branch Type="Product Name" Name="Container suse/sle15:15.2.9.5.327">
        <FullProductName ProductID="Container suse/sle15:15.2.9.5.327">Container suse/sle15:15.2.9.5.327</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.3.17.20.167">
      <Branch Type="Product Name" Name="Container suse/sle15:15.3.17.20.167">
        <FullProductName ProductID="Container suse/sle15:15.3.17.20.167">Container suse/sle15:15.3.17.20.167</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.4.27.14.90">
      <Branch Type="Product Name" Name="Container suse/sle15:15.4.27.14.90">
        <FullProductName ProductID="Container suse/sle15:15.4.27.14.90">Container suse/sle15:15.4.27.14.90</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.5.36.5.22">
      <Branch Type="Product Name" Name="Container suse/sle15:15.5.36.5.22">
        <FullProductName ProductID="Container suse/sle15:15.5.36.5.22">Container suse/sle15:15.5.36.5.22</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sles12sp5:6.5.500">
      <Branch Type="Product Name" Name="Container suse/sles12sp5:6.5.500">
        <FullProductName ProductID="Container suse/sles12sp5:6.5.500">Container suse/sles12sp5:6.5.500</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container trento/trento-wanda:1.0.0-build1.5.2">
      <Branch Type="Product Name" Name="Container trento/trento-wanda:1.0.0-build1.5.2">
        <FullProductName ProductID="Container trento/trento-wanda:1.0.0-build1.5.2">Container trento/trento-wanda:1.0.0-build1.5.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container trento/trento-web:2.0.0-build4.21.2">
      <Branch Type="Product Name" Name="Container trento/trento-web:2.0.0-build4.21.2">
        <FullProductName ProductID="Container trento/trento-web:2.0.0-build4.21.2">Container trento/trento-web:2.0.0-build4.21.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-BYOS">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-BYOS">
        <FullProductName ProductID="Image SLES12-SP5-Azure-BYOS">Image SLES12-SP5-Azure-BYOS</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-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES12-SP5-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES12-SP5-SAP-Azure-LI-BYOS-Production">Image SLES12-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production">Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS">Image SLES15-SP4-CHOST-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Aliyun">Image SLES15-SP4-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Azure">Image SLES15-SP4-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-EC2">Image SLES15-SP4-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-GCE">Image SLES15-SP4-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">Image SLES15-SP4-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS">Image SLES15-SP4-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure">Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2">Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE">Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS">Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3">Image SLES15-SP4-Micro-5-3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2">Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS">Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS">Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened">Image SLES15-SP4-SAP-Hardened</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure">Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS">Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE">Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">Image SLES15-SP4-SUSE-Rancher-Setup-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP5-Azure-Basic">Image SLES15-SP5-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP5-Azure-Standard">Image SLES15-SP5-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure">Image SLES15-SP5-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE">Image SLES15-SP5-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Aliyun">Image SLES15-SP5-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Azure">Image SLES15-SP5-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-EC2">Image SLES15-SP5-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-GCE">Image SLES15-SP5-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">Image SLES15-SP5-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-GCE">
        <FullProductName ProductID="Image SLES15-SP5-GCE">Image SLES15-SP5-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP5-HPC-Azure">Image SLES15-SP5-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure">Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE">Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure">Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE">Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5">Image SLES15-SP5-Micro-5-5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure">Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS">Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure">Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2">Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE">Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2">Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE">Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS">Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS">Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure">Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE">Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure">Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE">Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure">Image SLES15-SP5-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE">Image SLES15-SP5-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE CaaS Platform 4.0">
      <Branch Type="Product Name" Name="SUSE CaaS Platform 4.0">
        <FullProductName ProductID="SUSE CaaS Platform 4.0" CPE="cpe:/o:suse:caasp:4.0">SUSE CaaS Platform 4.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7.1">
        <FullProductName ProductID="SUSE Enterprise Storage 7.1" CPE="cpe:/o:suse:ses:7.1">SUSE Enterprise Storage 7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 12 SP5" CPE="cpe:/o:suse:sle-hpc:12:sp5">SUSE Linux Enterprise High Performance Computing 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp1">SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp2">SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4" CPE="cpe:/o:suse:sle-module-legacy:15:sp4">SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5" CPE="cpe:/o:suse:sle-module-legacy:15:sp5">SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.1">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1" CPE="cpe:/o:suse:suse-microos:5.1">SUSE Linux Enterprise Micro 5.1</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 Real Time 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Real Time 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3" CPE="cpe:/o:suse:sle_rt:15:sp3">SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4 LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS" CPE="cpe:/o:suse:suse_sles_ltss:11:sp4">SUSE Linux Enterprise Server 11 SP4 LTSS</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">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP2-BCL">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP2-BCL">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL" CPE="cpe:/o:suse:sles-bcl:12:sp2">SUSE Linux Enterprise Server 12 SP2-BCL</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 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA" CPE="cpe:/o:suse:sles_teradata:12:sp3-ltss">SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP3-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA" CPE="cpe:/o:suse:sles_teradata:12:sp3">SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP4-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS" CPE="cpe:/o:suse:sles-espos:12:sp4">SUSE Linux Enterprise Server 12 SP4-ESPOS</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">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5" CPE="cpe:/o:suse:sles:12:sp5">SUSE Linux Enterprise Server 12 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Software Development Kit 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5" CPE="cpe:/o:suse:sle-sdk:12:sp5">SUSE Linux Enterprise Software Development Kit 12 SP5</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">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4" CPE="cpe:/o:suse:sle-module-legacy:15:sp4">SUSE Linux Enterprise Module for Legacy 15 SP4</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">SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5" CPE="cpe:/o:suse:sle-module-legacy:15:sp5">SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS" CPE="cpe:/o:suse:sles-ltss:15">SUSE Linux Enterprise Server 15-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2" CPE="cpe:/o:suse:sles_sap:12:sp2">SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4" CPE="cpe:/o:suse:sles_sap:12:sp4">SUSE Linux Enterprise Server for SAP Applications 12 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 Module for Legacy 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12" CPE="cpe:/o:suse:sle-module-legacy:12">SUSE Linux Enterprise Module for Legacy 12</FullProductName>
      </Branch>
      <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 Type="Product Name" Name="SUSE Linux Enterprise Software Development Kit 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5" CPE="cpe:/o:suse:sle-sdk:12:sp5">SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1" CPE="cpe:/o:suse:sles_sap:15:sp1">SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2" CPE="cpe:/o:suse:sles_sap:15:sp2">SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</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 Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4" CPE="cpe:/o:suse:sle-module-legacy:15:sp4">SUSE Linux Enterprise Module for Legacy 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 Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5" CPE="cpe:/o:suse:sle-module-legacy:15:sp5">SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.2">
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.2">
        <FullProductName ProductID="SUSE Manager Proxy 4.2" CPE="cpe:/o:suse:suse-manager-proxy:4.2">SUSE Manager Proxy 4.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4" CPE="cpe:/o:suse:sle-module-legacy:15:sp4">SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.2">
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server 4.2">
        <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2" CPE="cpe:/o:suse:suse-manager-retail-branch-server:4.2">SUSE Manager Retail Branch Server 4.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4" CPE="cpe:/o:suse:sle-module-legacy:15:sp4">SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.2">
      <Branch Type="Product Name" Name="SUSE Manager Server 4.2">
        <FullProductName ProductID="SUSE Manager Server 4.2" CPE="cpe:/o:suse:suse-manager-server:4.2">SUSE Manager Server 4.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4" CPE="cpe:/o:suse:sle-module-legacy:15:sp4">SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE OpenStack Cloud 9">
      <Branch Type="Product Name" Name="SUSE OpenStack Cloud 9">
        <FullProductName ProductID="SUSE OpenStack Cloud 9" CPE="cpe:/o:suse:suse-openstack-cloud:9">SUSE OpenStack Cloud 9</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE OpenStack Cloud Crowbar 9">
      <Branch Type="Product Name" Name="SUSE OpenStack Cloud Crowbar 9">
        <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9" CPE="cpe:/o:suse:suse-openstack-cloud-crowbar:9">SUSE OpenStack Cloud Crowbar 9</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.5">
      <Branch Type="Product Name" Name="openSUSE Leap 15.5">
        <FullProductName ProductID="openSUSE Leap 15.5" CPE="cpe:/o:opensuse:leap:15.5">openSUSE Leap 15.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap Micro 5.3">
      <Branch Type="Product Name" Name="openSUSE Leap Micro 5.3">
        <FullProductName ProductID="openSUSE Leap Micro 5.3" CPE="cpe:/o:opensuse:leap-micro:5.3">openSUSE Leap Micro 5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap Micro 5.4">
      <Branch Type="Product Name" Name="openSUSE Leap Micro 5.4">
        <FullProductName ProductID="openSUSE Leap Micro 5.4" CPE="cpe:/o:opensuse:leap-micro:5.4">openSUSE Leap Micro 5.4</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>
      </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>
      </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>
      </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>
      </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>
      </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>
      </Branch>
    </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="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-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_0_0-devel-1.0.2p-3.84.1">
      <FullProductName ProductID="libopenssl-1_0_0-devel-1.0.2p-3.84.1">libopenssl-1_0_0-devel-1.0.2p-3.84.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_0_0-devel-1.0.2u-22.1">
      <FullProductName ProductID="libopenssl-1_0_0-devel-1.0.2u-22.1">libopenssl-1_0_0-devel-1.0.2u-22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_0_0-devel-32bit-1.0.2p-3.84.1">
      <FullProductName ProductID="libopenssl-1_0_0-devel-32bit-1.0.2p-3.84.1">libopenssl-1_0_0-devel-32bit-1.0.2p-3.84.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_0_0-devel-32bit-1.0.2u-22.1">
      <FullProductName ProductID="libopenssl-1_0_0-devel-32bit-1.0.2u-22.1">libopenssl-1_0_0-devel-32bit-1.0.2u-22.1</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.0i-150100.14.65.6">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-1.1.0i-150100.14.65.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1d-150200.11.75.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1d-2.98.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1d-2.98.1">libopenssl-1_1-devel-1.1.1d-2.98.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1l-150400.7.53.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1l-150400.7.53.1">libopenssl-1_1-devel-1.1.1l-150400.7.53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1l-150500.17.15.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1l-150500.17.15.1">libopenssl-1_1-devel-1.1.1l-150500.17.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-1.1.1v-1.1">
      <FullProductName ProductID="libopenssl-1_1-devel-1.1.1v-1.1">libopenssl-1_1-devel-1.1.1v-1.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.0i-150100.14.65.6">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit-1.1.1d-2.98.1">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.1d-2.98.1">libopenssl-1_1-devel-32bit-1.1.1d-2.98.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit-1.1.1l-150500.17.15.1">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.1l-150500.17.15.1">libopenssl-1_1-devel-32bit-1.1.1l-150500.17.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-1_1-devel-32bit-1.1.1v-1.1">
      <FullProductName ProductID="libopenssl-1_1-devel-32bit-1.1.1v-1.1">libopenssl-1_1-devel-32bit-1.1.1v-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.0.8-150400.4.34.1">
      <FullProductName ProductID="libopenssl-3-devel-3.0.8-150400.4.34.1">libopenssl-3-devel-3.0.8-150400.4.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.0.8-150400.4.37.1">
      <FullProductName ProductID="libopenssl-3-devel-3.0.8-150400.4.37.1">libopenssl-3-devel-3.0.8-150400.4.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.0.8-150500.5.11.1">
      <FullProductName ProductID="libopenssl-3-devel-3.0.8-150500.5.11.1">libopenssl-3-devel-3.0.8-150500.5.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.0.8-150500.5.14.1">
      <FullProductName ProductID="libopenssl-3-devel-3.0.8-150500.5.14.1">libopenssl-3-devel-3.0.8-150500.5.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-3.1.2-1.1">
      <FullProductName ProductID="libopenssl-3-devel-3.1.2-1.1">libopenssl-3-devel-3.1.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-32bit-3.0.8-150400.4.34.1">
      <FullProductName ProductID="libopenssl-3-devel-32bit-3.0.8-150400.4.34.1">libopenssl-3-devel-32bit-3.0.8-150400.4.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-32bit-3.0.8-150400.4.37.1">
      <FullProductName ProductID="libopenssl-3-devel-32bit-3.0.8-150400.4.37.1">libopenssl-3-devel-32bit-3.0.8-150400.4.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-32bit-3.0.8-150500.5.11.1">
      <FullProductName ProductID="libopenssl-3-devel-32bit-3.0.8-150500.5.11.1">libopenssl-3-devel-32bit-3.0.8-150500.5.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-32bit-3.0.8-150500.5.14.1">
      <FullProductName ProductID="libopenssl-3-devel-32bit-3.0.8-150500.5.14.1">libopenssl-3-devel-32bit-3.0.8-150500.5.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-3-devel-32bit-3.1.2-1.1">
      <FullProductName ProductID="libopenssl-3-devel-32bit-3.1.2-1.1">libopenssl-3-devel-32bit-3.1.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-devel">
      <FullProductName ProductID="libopenssl-devel">libopenssl-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl-devel-1.0.2j-60.104.1">
      <FullProductName ProductID="libopenssl-devel-1.0.2j-60.104.1">libopenssl-devel-1.0.2j-60.104.1</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="libopenssl10">
      <FullProductName ProductID="libopenssl10">libopenssl10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl10-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl10-1.0.2p-150000.3.85.1">libopenssl10-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl10-1.0.2u-22.1">
      <FullProductName ProductID="libopenssl10-1.0.2u-22.1">libopenssl10-1.0.2u-22.1</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-1.0.2j-60.104.1">
      <FullProductName ProductID="libopenssl1_0_0-1.0.2j-60.104.1">libopenssl1_0_0-1.0.2j-60.104.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-1.0.2p-3.84.1">
      <FullProductName ProductID="libopenssl1_0_0-1.0.2p-3.84.1">libopenssl1_0_0-1.0.2p-3.84.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-1.0.2u-22.1">
      <FullProductName ProductID="libopenssl1_0_0-1.0.2u-22.1">libopenssl1_0_0-1.0.2u-22.1</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-32bit-1.0.2j-60.104.1">
      <FullProductName ProductID="libopenssl1_0_0-32bit-1.0.2j-60.104.1">libopenssl1_0_0-32bit-1.0.2j-60.104.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-32bit-1.0.2p-3.84.1">
      <FullProductName ProductID="libopenssl1_0_0-32bit-1.0.2p-3.84.1">libopenssl1_0_0-32bit-1.0.2p-3.84.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-32bit-1.0.2u-22.1">
      <FullProductName ProductID="libopenssl1_0_0-32bit-1.0.2u-22.1">libopenssl1_0_0-32bit-1.0.2u-22.1</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-1.0.2j-60.104.1">
      <FullProductName ProductID="libopenssl1_0_0-hmac-1.0.2j-60.104.1">libopenssl1_0_0-hmac-1.0.2j-60.104.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-hmac-1.0.2p-3.84.1">
      <FullProductName ProductID="libopenssl1_0_0-hmac-1.0.2p-3.84.1">libopenssl1_0_0-hmac-1.0.2p-3.84.1</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-hmac-32bit-1.0.2j-60.104.1">
      <FullProductName ProductID="libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1">libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1">
      <FullProductName ProductID="libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1">libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-steam-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl1_0_0-steam-1.0.2p-150000.3.85.1">libopenssl1_0_0-steam-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-steam-1.0.2u-22.1">
      <FullProductName ProductID="libopenssl1_0_0-steam-1.0.2u-22.1">libopenssl1_0_0-steam-1.0.2u-22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_0_0-steam-32bit-1.0.2u-22.1">
      <FullProductName ProductID="libopenssl1_0_0-steam-32bit-1.0.2u-22.1">libopenssl1_0_0-steam-32bit-1.0.2u-22.1</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.0i-150100.14.65.6">
      <FullProductName ProductID="libopenssl1_1-1.1.0i-150100.14.65.6">libopenssl1_1-1.1.0i-150100.14.65.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1d-150200.11.75.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1d-2.98.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1d-2.98.1">libopenssl1_1-1.1.1d-2.98.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1l-150400.7.53.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1l-150500.17.15.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-1.1.1v-1.1">
      <FullProductName ProductID="libopenssl1_1-1.1.1v-1.1">libopenssl1_1-1.1.1v-1.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.0i-150100.14.65.6">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-32bit-1.1.0i-150100.14.65.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1d-150200.11.75.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1d-2.98.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1d-2.98.1">libopenssl1_1-32bit-1.1.1d-2.98.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1l-150400.7.53.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-32bit-1.1.1l-150400.7.53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1l-150500.17.15.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-32bit-1.1.1v-1.1">
      <FullProductName ProductID="libopenssl1_1-32bit-1.1.1v-1.1">libopenssl1_1-32bit-1.1.1v-1.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.0i-150100.14.65.6">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-1.1.0i-150100.14.65.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-1.1.1d-150200.11.75.1">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-1.1.1d-2.98.1">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.1d-2.98.1">libopenssl1_1-hmac-1.1.1d-2.98.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-1.1.1l-150400.7.53.1">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-1.1.1l-150500.17.15.1">
      <FullProductName ProductID="libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.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.0i-150100.14.65.6">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-32bit-1.1.1d-2.98.1">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit-1.1.1d-2.98.1">libopenssl1_1-hmac-32bit-1.1.1d-2.98.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1">
      <FullProductName ProductID="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.0.8-150400.4.34.1">
      <FullProductName ProductID="libopenssl3-3.0.8-150400.4.34.1">libopenssl3-3.0.8-150400.4.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.0.8-150400.4.37.1">
      <FullProductName ProductID="libopenssl3-3.0.8-150400.4.37.1">libopenssl3-3.0.8-150400.4.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.0.8-150500.5.11.1">
      <FullProductName ProductID="libopenssl3-3.0.8-150500.5.11.1">libopenssl3-3.0.8-150500.5.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.0.8-150500.5.14.1">
      <FullProductName ProductID="libopenssl3-3.0.8-150500.5.14.1">libopenssl3-3.0.8-150500.5.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-3.1.2-1.1">
      <FullProductName ProductID="libopenssl3-3.1.2-1.1">libopenssl3-3.1.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-32bit-3.0.8-150400.4.34.1">
      <FullProductName ProductID="libopenssl3-32bit-3.0.8-150400.4.34.1">libopenssl3-32bit-3.0.8-150400.4.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-32bit-3.0.8-150400.4.37.1">
      <FullProductName ProductID="libopenssl3-32bit-3.0.8-150400.4.37.1">libopenssl3-32bit-3.0.8-150400.4.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-32bit-3.0.8-150500.5.11.1">
      <FullProductName ProductID="libopenssl3-32bit-3.0.8-150500.5.11.1">libopenssl3-32bit-3.0.8-150500.5.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-32bit-3.0.8-150500.5.14.1">
      <FullProductName ProductID="libopenssl3-32bit-3.0.8-150500.5.14.1">libopenssl3-32bit-3.0.8-150500.5.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-32bit-3.1.2-1.1">
      <FullProductName ProductID="libopenssl3-32bit-3.1.2-1.1">libopenssl3-32bit-3.1.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libopenssl3-x86-64-v3-3.1.2-1.1">
      <FullProductName ProductID="libopenssl3-x86-64-v3-3.1.2-1.1">libopenssl3-x86-64-v3-3.1.2-1.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.2j-60.104.1">
      <FullProductName ProductID="openssl-1.0.2j-60.104.1" CPE="cpe:2.3:a:openssl:openssl:1.0.2j:*:*:*:*:*:*:*">openssl-1.0.2j-60.104.1</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-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="openssl-1_0_0-1.0.2p-150000.3.85.1" CPE="cpe:2.3:a:openssl:openssl:1.0.2p:*:*:*:*:*:*:*">openssl-1_0_0-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0-1.0.2p-3.84.1">
      <FullProductName ProductID="openssl-1_0_0-1.0.2p-3.84.1" CPE="cpe:2.3:a:openssl:openssl:1.0.2p:*:*:*:*:*:*:*">openssl-1_0_0-1.0.2p-3.84.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0-1.0.2u-22.1">
      <FullProductName ProductID="openssl-1_0_0-1.0.2u-22.1" CPE="cpe:2.3:a:openssl:openssl:1.0.2u:*:*:*:*:*:*:*">openssl-1_0_0-1.0.2u-22.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0-cavs-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="openssl-1_0_0-cavs-1.0.2p-150000.3.85.1">openssl-1_0_0-cavs-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0-cavs-1.0.2u-22.1">
      <FullProductName ProductID="openssl-1_0_0-cavs-1.0.2u-22.1">openssl-1_0_0-cavs-1.0.2u-22.1</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_0_0-doc-1.0.2p-150000.3.85.1">
      <FullProductName ProductID="openssl-1_0_0-doc-1.0.2p-150000.3.85.1">openssl-1_0_0-doc-1.0.2p-150000.3.85.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0-doc-1.0.2p-3.84.1">
      <FullProductName ProductID="openssl-1_0_0-doc-1.0.2p-3.84.1">openssl-1_0_0-doc-1.0.2p-3.84.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_0_0-doc-1.0.2u-22.1">
      <FullProductName ProductID="openssl-1_0_0-doc-1.0.2u-22.1">openssl-1_0_0-doc-1.0.2u-22.1</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.0i-150100.14.65.6">
      <FullProductName ProductID="openssl-1_1-1.1.0i-150100.14.65.6" CPE="cpe:2.3:a:openssl:openssl:1.1.0i:*:*:*:*:*:*:*">openssl-1_1-1.1.0i-150100.14.65.6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1d-150200.11.75.1">
      <FullProductName ProductID="openssl-1_1-1.1.1d-150200.11.75.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1d:*:*:*:*:*:*:*">openssl-1_1-1.1.1d-150200.11.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1d-2.98.1">
      <FullProductName ProductID="openssl-1_1-1.1.1d-2.98.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1d:*:*:*:*:*:*:*">openssl-1_1-1.1.1d-2.98.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1l-150400.7.53.1">
      <FullProductName ProductID="openssl-1_1-1.1.1l-150400.7.53.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1l:*:*:*:*:*:*:*">openssl-1_1-1.1.1l-150400.7.53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1l-150500.17.15.1">
      <FullProductName ProductID="openssl-1_1-1.1.1l-150500.17.15.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1l:*:*:*:*:*:*:*">openssl-1_1-1.1.1l-150500.17.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-1.1.1v-1.1">
      <FullProductName ProductID="openssl-1_1-1.1.1v-1.1" CPE="cpe:2.3:a:openssl:openssl:1.1.1v:*:*:*:*:*:*:*">openssl-1_1-1.1.1v-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-doc-1.1.1d-150200.11.75.1">
      <FullProductName ProductID="openssl-1_1-doc-1.1.1d-150200.11.75.1">openssl-1_1-doc-1.1.1d-150200.11.75.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-doc-1.1.1l-150400.7.53.1">
      <FullProductName ProductID="openssl-1_1-doc-1.1.1l-150400.7.53.1">openssl-1_1-doc-1.1.1l-150400.7.53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-doc-1.1.1l-150500.17.15.1">
      <FullProductName ProductID="openssl-1_1-doc-1.1.1l-150500.17.15.1">openssl-1_1-doc-1.1.1l-150500.17.15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-1_1-doc-1.1.1v-1.1">
      <FullProductName ProductID="openssl-1_1-doc-1.1.1v-1.1">openssl-1_1-doc-1.1.1v-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.0.8-150400.4.34.1">
      <FullProductName ProductID="openssl-3-3.0.8-150400.4.34.1" CPE="cpe:2.3:a:openssl:openssl:3.0.8:*:*:*:*:*:*:*">openssl-3-3.0.8-150400.4.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.0.8-150400.4.37.1">
      <FullProductName ProductID="openssl-3-3.0.8-150400.4.37.1" CPE="cpe:2.3:a:openssl:openssl:3.0.8:*:*:*:*:*:*:*">openssl-3-3.0.8-150400.4.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.0.8-150500.5.11.1">
      <FullProductName ProductID="openssl-3-3.0.8-150500.5.11.1" CPE="cpe:2.3:a:openssl:openssl:3.0.8:*:*:*:*:*:*:*">openssl-3-3.0.8-150500.5.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.0.8-150500.5.14.1">
      <FullProductName ProductID="openssl-3-3.0.8-150500.5.14.1" CPE="cpe:2.3:a:openssl:openssl:3.0.8:*:*:*:*:*:*:*">openssl-3-3.0.8-150500.5.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-3.1.2-1.1">
      <FullProductName ProductID="openssl-3-3.1.2-1.1" CPE="cpe:2.3:a:openssl:openssl:3.1.2:*:*:*:*:*:*:*">openssl-3-3.1.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-doc-3.0.8-150400.4.34.1">
      <FullProductName ProductID="openssl-3-doc-3.0.8-150400.4.34.1">openssl-3-doc-3.0.8-150400.4.34.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-doc-3.0.8-150400.4.37.1">
      <FullProductName ProductID="openssl-3-doc-3.0.8-150400.4.37.1">openssl-3-doc-3.0.8-150400.4.37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-doc-3.0.8-150500.5.11.1">
      <FullProductName ProductID="openssl-3-doc-3.0.8-150500.5.11.1">openssl-3-doc-3.0.8-150500.5.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-doc-3.0.8-150500.5.14.1">
      <FullProductName ProductID="openssl-3-doc-3.0.8-150500.5.14.1">openssl-3-doc-3.0.8-150500.5.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-3-doc-3.1.2-1.1">
      <FullProductName ProductID="openssl-3-doc-3.1.2-1.1">openssl-3-doc-3.1.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-doc">
      <FullProductName ProductID="openssl-doc">openssl-doc</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl-doc-1.0.2j-60.104.1">
      <FullProductName ProductID="openssl-doc-1.0.2j-60.104.1">openssl-doc-1.0.2j-60.104.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="openssl1">
      <FullProductName ProductID="openssl1" CPE="cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*">openssl1</FullProductName>
    </Branch>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-init:15.4.29.45">
      <FullProductName ProductID="Container bci/bci-init:15.4.29.45:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container bci/bci-init:15.4.29.45</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-init:15.4.29.45">
      <FullProductName ProductID="Container bci/bci-init:15.4.29.45:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container bci/bci-init:15.4.29.45</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-init:15.5.8.34">
      <FullProductName ProductID="Container bci/bci-init:15.5.8.34:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/bci-init:15.5.8.34</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-init:15.5.8.34">
      <FullProductName ProductID="Container bci/bci-init:15.5.8.34:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/bci-init:15.5.8.34</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-aspnet:6.0.20-10.21">
      <FullProductName ProductID="Container bci/dotnet-aspnet:6.0.20-10.21:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-aspnet:6.0.20-10.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-aspnet:6.0.20-10.21">
      <FullProductName ProductID="Container bci/dotnet-aspnet:6.0.20-10.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-aspnet:6.0.20-10.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-aspnet:7.0.9-10.21">
      <FullProductName ProductID="Container bci/dotnet-aspnet:7.0.9-10.21:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-aspnet:7.0.9-10.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-aspnet:7.0.9-10.21">
      <FullProductName ProductID="Container bci/dotnet-aspnet:7.0.9-10.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-aspnet:7.0.9-10.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-runtime:6.0.20-9.21">
      <FullProductName ProductID="Container bci/dotnet-runtime:6.0.20-9.21:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-runtime:6.0.20-9.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-runtime:6.0.20-9.21">
      <FullProductName ProductID="Container bci/dotnet-runtime:6.0.20-9.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-runtime:6.0.20-9.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-runtime:7.0.9-11.21">
      <FullProductName ProductID="Container bci/dotnet-runtime:7.0.9-11.21:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-runtime:7.0.9-11.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-runtime:7.0.9-11.21">
      <FullProductName ProductID="Container bci/dotnet-runtime:7.0.9-11.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-runtime:7.0.9-11.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-sdk:6.0.20-9.21">
      <FullProductName ProductID="Container bci/dotnet-sdk:6.0.20-9.21:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-sdk:6.0.20-9.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-sdk:6.0.20-9.21">
      <FullProductName ProductID="Container bci/dotnet-sdk:6.0.20-9.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-sdk:6.0.20-9.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-sdk:7.0.9-11.21">
      <FullProductName ProductID="Container bci/dotnet-sdk:7.0.9-11.21:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-sdk:7.0.9-11.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/dotnet-sdk:7.0.9-11.21">
      <FullProductName ProductID="Container bci/dotnet-sdk:7.0.9-11.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/dotnet-sdk:7.0.9-11.21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:1.20">
      <FullProductName ProductID="Container bci/golang:1.20:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/golang:1.20</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:1.20">
      <FullProductName ProductID="Container bci/golang:1.20:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/golang:1.20</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:oldstable-openssl-5.1">
      <FullProductName ProductID="Container bci/golang:oldstable-openssl-5.1:libopenssl-1_1-devel-1.1.1l-150500.17.15.1">libopenssl-1_1-devel-1.1.1l-150500.17.15.1 as a component of Container bci/golang:oldstable-openssl-5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:oldstable-openssl-5.1">
      <FullProductName ProductID="Container bci/golang:oldstable-openssl-5.1:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/golang:oldstable-openssl-5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:oldstable-openssl-5.1">
      <FullProductName ProductID="Container bci/golang:oldstable-openssl-5.1:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/golang:oldstable-openssl-5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:oldstable-openssl-5.1">
      <FullProductName ProductID="Container bci/golang:oldstable-openssl-5.1:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container bci/golang:oldstable-openssl-5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:stable-openssl-5.5">
      <FullProductName ProductID="Container bci/golang:stable-openssl-5.5:libopenssl-1_1-devel-1.1.1l-150500.17.15.1">libopenssl-1_1-devel-1.1.1l-150500.17.15.1 as a component of Container bci/golang:stable-openssl-5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:stable-openssl-5.5">
      <FullProductName ProductID="Container bci/golang:stable-openssl-5.5:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/golang:stable-openssl-5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:stable-openssl-5.5">
      <FullProductName ProductID="Container bci/golang:stable-openssl-5.5:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/golang:stable-openssl-5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:stable-openssl-5.5">
      <FullProductName ProductID="Container bci/golang:stable-openssl-5.5:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container bci/golang:stable-openssl-5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:16-18.3">
      <FullProductName ProductID="Container bci/nodejs:16-18.3:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/nodejs:16-18.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:16-18.3">
      <FullProductName ProductID="Container bci/nodejs:16-18.3:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/nodejs:16-18.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:18-9.8">
      <FullProductName ProductID="Container bci/nodejs:18-9.8:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/nodejs:18-9.8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:18-9.8">
      <FullProductName ProductID="Container bci/nodejs:18-9.8:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/nodejs:18-9.8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11-8.48">
      <FullProductName ProductID="Container bci/openjdk-devel:11-8.48:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk-devel:11-8.48</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11-8.48">
      <FullProductName ProductID="Container bci/openjdk-devel:11-8.48:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk-devel:11-8.48</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11-8.48">
      <FullProductName ProductID="Container bci/openjdk-devel:11-8.48:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk-devel:11-8.48</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17-10.45">
      <FullProductName ProductID="Container bci/openjdk-devel:17-10.45:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk-devel:17-10.45</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17-10.45">
      <FullProductName ProductID="Container bci/openjdk-devel:17-10.45:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk-devel:17-10.45</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17-10.45">
      <FullProductName ProductID="Container bci/openjdk-devel:17-10.45:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk-devel:17-10.45</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:11-9.24">
      <FullProductName ProductID="Container bci/openjdk:11-9.24:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk:11-9.24</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:11-9.24">
      <FullProductName ProductID="Container bci/openjdk:11-9.24:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk:11-9.24</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:11-9.24">
      <FullProductName ProductID="Container bci/openjdk:11-9.24:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk:11-9.24</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:17-10.24">
      <FullProductName ProductID="Container bci/openjdk:17-10.24:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk:17-10.24</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:17-10.24">
      <FullProductName ProductID="Container bci/openjdk:17-10.24:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk:17-10.24</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:17-10.24">
      <FullProductName ProductID="Container bci/openjdk:17-10.24:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container bci/openjdk:17-10.24</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/php-apache:8-6.23">
      <FullProductName ProductID="Container bci/php-apache:8-6.23:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/php-apache:8-6.23</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/php-apache:8-6.23">
      <FullProductName ProductID="Container bci/php-apache:8-6.23:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/php-apache:8-6.23</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/php-fpm:8-6.22">
      <FullProductName ProductID="Container bci/php-fpm:8-6.22:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/php-fpm:8-6.22</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/php-fpm:8-6.22">
      <FullProductName ProductID="Container bci/php-fpm:8-6.22:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/php-fpm:8-6.22</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/php:8-6.23">
      <FullProductName ProductID="Container bci/php:8-6.23:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/php:8-6.23</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/php:8-6.23">
      <FullProductName ProductID="Container bci/php:8-6.23:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/php:8-6.23</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/python:3.11-8.32">
      <FullProductName ProductID="Container bci/python:3.11-8.32:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/python:3.11-8.32</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/python:3.11-8.32">
      <FullProductName ProductID="Container bci/python:3.11-8.32:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/python:3.11-8.32</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/python:3.11-8.32">
      <FullProductName ProductID="Container bci/python:3.11-8.32:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container bci/python:3.11-8.32</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/python:3.6-10.29">
      <FullProductName ProductID="Container bci/python:3.6-10.29:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/python:3.6-10.29</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/python:3.6-10.29">
      <FullProductName ProductID="Container bci/python:3.6-10.29:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/python:3.6-10.29</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/python:3.6-10.29">
      <FullProductName ProductID="Container bci/python:3.6-10.29:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container bci/python:3.6-10.29</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/ruby:2.5-10.22">
      <FullProductName ProductID="Container bci/ruby:2.5-10.22:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/ruby:2.5-10.22</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/ruby:2.5-10.22">
      <FullProductName ProductID="Container bci/ruby:2.5-10.22:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/ruby:2.5-10.22</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/rust:1.72">
      <FullProductName ProductID="Container bci/rust:1.72:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/rust:1.72</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/rust:1.72">
      <FullProductName ProductID="Container bci/rust:1.72:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/rust:1.72</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/rust:stable-1.10.8">
      <FullProductName ProductID="Container bci/rust:stable-1.10.8:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container bci/rust:stable-1.10.8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/rust:stable-1.10.8">
      <FullProductName ProductID="Container bci/rust:stable-1.10.8:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container bci/rust:stable-1.10.8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-operator:1.3.4-3.2.1">
      <FullProductName ProductID="Container rancher/elemental-operator:1.3.4-3.2.1:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container rancher/elemental-operator:1.3.4-3.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-operator:1.3.4-3.2.1">
      <FullProductName ProductID="Container rancher/elemental-operator:1.3.4-3.2.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container rancher/elemental-operator:1.3.4-3.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-operator:1.3.4-3.2.1">
      <FullProductName ProductID="Container rancher/elemental-operator:1.3.4-3.2.1:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container rancher/elemental-operator:1.3.4-3.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-teal-iso/5.4:1.2.2-3.2.1">
      <FullProductName ProductID="Container rancher/elemental-teal-iso/5.4:1.2.2-3.2.1:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container rancher/elemental-teal-iso/5.4:1.2.2-3.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-teal-rt/5.4:1.2.2-2.2.1">
      <FullProductName ProductID="Container rancher/elemental-teal-rt/5.4:1.2.2-2.2.1:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container rancher/elemental-teal-rt/5.4:1.2.2-2.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/elemental-teal/5.4:1.2.2-3.2.1">
      <FullProductName ProductID="Container rancher/elemental-teal/5.4:1.2.2-3.2.1:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container rancher/elemental-teal/5.4:1.2.2-3.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/seedimage-builder:1.3.4-3.2.1">
      <FullProductName ProductID="Container rancher/seedimage-builder:1.3.4-3.2.1:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container rancher/seedimage-builder:1.3.4-3.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/seedimage-builder:1.3.4-3.2.1">
      <FullProductName ProductID="Container rancher/seedimage-builder:1.3.4-3.2.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container rancher/seedimage-builder:1.3.4-3.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container rancher/seedimage-builder:1.3.4-3.2.1">
      <FullProductName ProductID="Container rancher/seedimage-builder:1.3.4-3.2.1:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container rancher/seedimage-builder:1.3.4-3.2.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/grafana:9.5.5.3.4.156">
      <FullProductName ProductID="Container ses/7.1/ceph/grafana:9.5.5.3.4.156:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/grafana:9.5.5.3.4.156</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/grafana:9.5.5.3.4.156">
      <FullProductName ProductID="Container ses/7.1/ceph/grafana:9.5.5.3.4.156:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/grafana:9.5.5.3.4.156</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/grafana:9.5.5.3.4.156">
      <FullProductName ProductID="Container ses/7.1/ceph/grafana:9.5.5.3.4.156:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/grafana:9.5.5.3.4.156</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503">
      <FullProductName ProductID="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/haproxy:2.0.31.3.5.503</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503">
      <FullProductName ProductID="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/haproxy:2.0.31.3.5.503</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503">
      <FullProductName ProductID="Container ses/7.1/ceph/haproxy:2.0.31.3.5.503:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/haproxy:2.0.31.3.5.503</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485">
      <FullProductName ProductID="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/keepalived:2.0.19.3.5.485</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485">
      <FullProductName ProductID="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/keepalived:2.0.19.3.5.485</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485">
      <FullProductName ProductID="Container ses/7.1/ceph/keepalived:2.0.19.3.5.485:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/keepalived:2.0.19.3.5.485</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494">
      <FullProductName ProductID="Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1">
      <FullProductName ProductID="Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1">
      <FullProductName ProductID="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/rook/ceph:1.11.9.0.4.7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1">
      <FullProductName ProductID="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/rook/ceph:1.11.9.0.4.7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1">
      <FullProductName ProductID="Container ses/7.1/rook/ceph:1.11.9.0.4.7.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container ses/7.1/rook/ceph:1.11.9.0.4.7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:2.2-14.35">
      <FullProductName ProductID="Container suse/389-ds:2.2-14.35:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/389-ds:2.2-14.35</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:2.2-14.35">
      <FullProductName ProductID="Container suse/389-ds:2.2-14.35:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container suse/389-ds:2.2-14.35</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:2.2-14.35">
      <FullProductName ProductID="Container suse/389-ds:2.2-14.35:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container suse/389-ds:2.2-14.35</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/git:2.35-3.7">
      <FullProductName ProductID="Container suse/git:2.35-3.7:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/git:2.35-3.7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/helm:3.11-2.7">
      <FullProductName ProductID="Container suse/helm:3.11-2.7:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/helm:3.11-2.7</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/helm:3.11-2.7">
      <FullProductName ProductID="Container suse/helm:3.11-2.7:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container suse/helm:3.11-2.7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/nginx:1.21-3.9">
      <FullProductName ProductID="Container suse/nginx:1.21-3.9:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/nginx:1.21-3.9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/nginx:1.21-3.9">
      <FullProductName ProductID="Container suse/nginx:1.21-3.9:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container suse/nginx:1.21-3.9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/pcp:5.2.5-13.14">
      <FullProductName ProductID="Container suse/pcp:5.2.5-13.14:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/pcp:5.2.5-13.14</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/pcp:5.2.5-13.14">
      <FullProductName ProductID="Container suse/pcp:5.2.5-13.14:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container suse/pcp:5.2.5-13.14</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/pcp:5.2.5-17.99">
      <FullProductName ProductID="Container suse/pcp:5.2.5-17.99:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/pcp:5.2.5-17.99</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/pcp:5.2.5-17.99">
      <FullProductName ProductID="Container suse/pcp:5.2.5-17.99:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/pcp:5.2.5-17.99</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/postgres:14.9-22.51">
      <FullProductName ProductID="Container suse/postgres:14.9-22.51:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/postgres:14.9-22.51</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/postgres:14.9-22.51">
      <FullProductName ProductID="Container suse/postgres:14.9-22.51:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container suse/postgres:14.9-22.51</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/postgres:15.3-9.25">
      <FullProductName ProductID="Container suse/postgres:15.3-9.25:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/postgres:15.3-9.25</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/postgres:15.3-9.25">
      <FullProductName ProductID="Container suse/postgres:15.3-9.25:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container suse/postgres:15.3-9.25</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/registry:2.8-14.15">
      <FullProductName ProductID="Container suse/registry:2.8-14.15:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/registry:2.8-14.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/registry:2.8-14.15">
      <FullProductName ProductID="Container suse/registry:2.8-14.15:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container suse/registry:2.8-14.15</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/rmt-server:2.14-9.50">
      <FullProductName ProductID="Container suse/rmt-server:2.14-9.50:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/rmt-server:2.14-9.50</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/rmt-server:2.14-9.50">
      <FullProductName ProductID="Container suse/rmt-server:2.14-9.50:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container suse/rmt-server:2.14-9.50</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.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.75.1">libopenssl1_1-1.1.1d-150200.11.75.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.75.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.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle-micro-rancher/5.2:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.3:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro-rancher/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.3:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro-rancher/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.4:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro-rancher/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.4:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro-rancher/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436">
      <FullProductName ProductID="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle-micro/5.1/toolbox:12.1-2.2.436</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436">
      <FullProductName ProductID="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container suse/sle-micro/5.1/toolbox:12.1-2.2.436</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436">
      <FullProductName ProductID="Container suse/sle-micro/5.1/toolbox:12.1-2.2.436:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle-micro/5.1/toolbox:12.1-2.2.436</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258">
      <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle-micro/5.2/toolbox:12.1-6.2.258</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258">
      <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container suse/sle-micro/5.2/toolbox:12.1-6.2.258</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258">
      <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:12.1-6.2.258:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle-micro/5.2/toolbox:12.1-6.2.258</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201">
      <FullProductName ProductID="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro/5.3/toolbox:12.1-5.2.201</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201">
      <FullProductName ProductID="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro/5.3/toolbox:12.1-5.2.201</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201">
      <FullProductName ProductID="Container suse/sle-micro/5.3/toolbox:12.1-5.2.201:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro/5.3/toolbox:12.1-5.2.201</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98">
      <FullProductName ProductID="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro/5.4/toolbox:12.1-4.2.98</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98">
      <FullProductName ProductID="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro/5.4/toolbox:12.1-4.2.98</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98">
      <FullProductName ProductID="Container suse/sle-micro/5.4/toolbox:12.1-4.2.98:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle-micro/5.4/toolbox:12.1-4.2.98</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11">
      <FullProductName ProductID="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/sle-micro/5.5/toolbox:12.1-2.2.11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11">
      <FullProductName ProductID="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container suse/sle-micro/5.5/toolbox:12.1-2.2.11</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11">
      <FullProductName ProductID="Container suse/sle-micro/5.5/toolbox:12.1-2.2.11:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container suse/sle-micro/5.5/toolbox:12.1-2.2.11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.1.6.2.825">
      <FullProductName ProductID="Container suse/sle15:15.1.6.2.825:libopenssl1_1-1.1.0i-150100.14.65.6">libopenssl1_1-1.1.0i-150100.14.65.6 as a component of Container suse/sle15:15.1.6.2.825</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.1.6.2.825">
      <FullProductName ProductID="Container suse/sle15:15.1.6.2.825:openssl-1_1-1.1.0i-150100.14.65.6">openssl-1_1-1.1.0i-150100.14.65.6 as a component of Container suse/sle15:15.1.6.2.825</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.2.9.5.327">
      <FullProductName ProductID="Container suse/sle15:15.2.9.5.327:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle15:15.2.9.5.327</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.2.9.5.327">
      <FullProductName ProductID="Container suse/sle15:15.2.9.5.327:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container suse/sle15:15.2.9.5.327</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.2.9.5.327">
      <FullProductName ProductID="Container suse/sle15:15.2.9.5.327:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle15:15.2.9.5.327</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.3.17.20.167">
      <FullProductName ProductID="Container suse/sle15:15.3.17.20.167:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle15:15.3.17.20.167</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.3.17.20.167">
      <FullProductName ProductID="Container suse/sle15:15.3.17.20.167:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container suse/sle15:15.3.17.20.167</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.3.17.20.167">
      <FullProductName ProductID="Container suse/sle15:15.3.17.20.167:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Container suse/sle15:15.3.17.20.167</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.4.27.14.90">
      <FullProductName ProductID="Container suse/sle15:15.4.27.14.90:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle15:15.4.27.14.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.4.27.14.90">
      <FullProductName ProductID="Container suse/sle15:15.4.27.14.90:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of Container suse/sle15:15.4.27.14.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.4.27.14.90">
      <FullProductName ProductID="Container suse/sle15:15.4.27.14.90:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Container suse/sle15:15.4.27.14.90</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.5.36.5.22">
      <FullProductName ProductID="Container suse/sle15:15.5.36.5.22:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Container suse/sle15:15.5.36.5.22</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.5.36.5.22">
      <FullProductName ProductID="Container suse/sle15:15.5.36.5.22:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of Container suse/sle15:15.5.36.5.22</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.5.36.5.22">
      <FullProductName ProductID="Container suse/sle15:15.5.36.5.22:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Container suse/sle15:15.5.36.5.22</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sles12sp5:6.5.500">
      <FullProductName ProductID="Container suse/sles12sp5:6.5.500:libopenssl1_0_0-1.0.2p-3.84.1">libopenssl1_0_0-1.0.2p-3.84.1 as a component of Container suse/sles12sp5:6.5.500</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sles12sp5:6.5.500">
      <FullProductName ProductID="Container suse/sles12sp5:6.5.500:openssl-1_0_0-1.0.2p-3.84.1">openssl-1_0_0-1.0.2p-3.84.1 as a component of Container suse/sles12sp5:6.5.500</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container trento/trento-wanda:1.0.0-build1.5.2">
      <FullProductName ProductID="Container trento/trento-wanda:1.0.0-build1.5.2:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container trento/trento-wanda:1.0.0-build1.5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container trento/trento-wanda:1.0.0-build1.5.2">
      <FullProductName ProductID="Container trento/trento-wanda:1.0.0-build1.5.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container trento/trento-wanda:1.0.0-build1.5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container trento/trento-web:2.0.0-build4.21.2">
      <FullProductName ProductID="Container trento/trento-web:2.0.0-build4.21.2:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Container trento/trento-web:2.0.0-build4.21.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Container trento/trento-web:2.0.0-build4.21.2">
      <FullProductName ProductID="Container trento/trento-web:2.0.0-build4.21.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of Container trento/trento-web:2.0.0-build4.21.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-BYOS:libopenssl1_0_0-1.0.2p-3.84.1">libopenssl1_0_0-1.0.2p-3.84.1 as a component of Image SLES12-SP5-Azure-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-BYOS:libopenssl1_1-1.1.1d-2.98.1">libopenssl1_1-1.1.1d-2.98.1 as a component of Image SLES12-SP5-Azure-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-BYOS:openssl-1_0_0-1.0.2p-3.84.1">openssl-1_0_0-1.0.2p-3.84.1 as a component of Image SLES12-SP5-Azure-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS:libopenssl1_0_0-1.0.2p-3.84.1">libopenssl1_0_0-1.0.2p-3.84.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.98.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.98.1">libopenssl1_1-1.1.1d-2.98.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-SAP-BYOS">
      <FullProductName ProductID="Image SLES12-SP5-Azure-SAP-BYOS:openssl-1_0_0-1.0.2p-3.84.1">openssl-1_0_0-1.0.2p-3.84.1 as a component of Image SLES12-SP5-Azure-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES12-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-3.84.1">libopenssl1_0_0-1.0.2p-3.84.1 as a component of Image SLES12-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES12-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1d-2.98.1">libopenssl1_1-1.1.1d-2.98.1 as a component of Image SLES12-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES12-SP5-SAP-Azure-LI-BYOS-Production:openssl-1_0_0-1.0.2p-3.84.1">openssl-1_0_0-1.0.2p-3.84.1 as a component of Image SLES12-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-3.84.1">libopenssl1_0_0-1.0.2p-3.84.1 as a component of Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1d-2.98.1">libopenssl1_1-1.1.1d-2.98.1 as a component of Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production:openssl-1_0_0-1.0.2p-3.84.1">openssl-1_0_0-1.0.2p-3.84.1 as a component of Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP1-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP2-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Aliyun:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Aliyun:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:libopenssl1_1-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-32bit-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libopenssl1_1-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-32bit-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:libopenssl1_1-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-32bit-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-32bit-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Basic:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Basic:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Standard:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Standard:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Aliyun:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Aliyun:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-EC2:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-EC2:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl-1_1-devel-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-1.1.0i-150100.14.65.6 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl1_1-1.1.0i-150100.14.65.6">libopenssl1_1-1.1.0i-150100.14.65.6 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl1_1-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-32bit-1.1.0i-150100.14.65.6 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl1_1-hmac-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-1.1.0i-150100.14.65.6 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:openssl-1_1-1.1.0i-150100.14.65.6">openssl-1_1-1.1.0i-150100.14.65.6 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.75.1">openssl-1_1-doc-1.1.1d-150200.11.75.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.65.6">libopenssl1_1-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.65.6">openssl-1_1-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.75.1">openssl-1_1-doc-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.75.1">openssl-1_1-doc-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.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.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.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.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.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.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.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.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.53.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.53.1">libopenssl-1_1-devel-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.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.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.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.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.34.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.34.1">libopenssl3-3.0.8-150400.4.34.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.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.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.53.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.53.1">libopenssl-1_1-devel-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.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.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.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.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.34.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.34.1">libopenssl3-3.0.8-150400.4.34.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.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.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.53.1">libopenssl-1_1-devel-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.34.1">libopenssl-3-devel-3.0.8-150400.4.34.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-32bit-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.34.1">libopenssl3-3.0.8-150400.4.34.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.34.1">openssl-3-3.0.8-150400.4.34.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.15.1">libopenssl-1_1-devel-1.1.1l-150500.17.15.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.11.1">libopenssl-3-devel-3.0.8-150500.5.11.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.11.1">libopenssl3-3.0.8-150500.5.11.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.11.1">openssl-3-3.0.8-150500.5.11.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.85.1">libopenssl10-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.85.1">openssl-1_0_0-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.85.1">libopenssl10-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.85.1">openssl-1_0_0-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.104.1">libopenssl-devel-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.104.1">libopenssl1_0_0-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.104.1">libopenssl1_0_0-32bit-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.104.1">libopenssl1_0_0-hmac-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1">libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.104.1">openssl-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-doc-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.104.1">openssl-doc-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl-devel-1.0.2j-60.104.1">libopenssl-devel-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl1_0_0-1.0.2j-60.104.1">libopenssl1_0_0-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl1_0_0-32bit-1.0.2j-60.104.1">libopenssl1_0_0-32bit-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl1_0_0-hmac-1.0.2j-60.104.1">libopenssl1_0_0-hmac-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1">libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:openssl-1.0.2j-60.104.1">openssl-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-doc-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:openssl-doc-1.0.2j-60.104.1">openssl-doc-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl-devel-1.0.2j-60.104.1">libopenssl-devel-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl1_0_0-1.0.2j-60.104.1">libopenssl1_0_0-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl1_0_0-32bit-1.0.2j-60.104.1">libopenssl1_0_0-32bit-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl1_0_0-hmac-1.0.2j-60.104.1">libopenssl1_0_0-hmac-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1">libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:openssl-1.0.2j-60.104.1">openssl-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-doc-1.0.2j-60.104.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:openssl-doc-1.0.2j-60.104.1">openssl-doc-1.0.2j-60.104.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.84.1">libopenssl-1_0_0-devel-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.84.1">libopenssl1_0_0-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.84.1">libopenssl1_0_0-32bit-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.84.1">libopenssl1_0_0-hmac-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1">libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.98.1">libopenssl1_1-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.98.1">libopenssl1_1-32bit-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.98.1">libopenssl1_1-hmac-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.98.1">libopenssl1_1-hmac-32bit-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.84.1">openssl-1_0_0-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.84.1">openssl-1_0_0-doc-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.98.1">openssl-1_1-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.0i-150100.14.65.6" 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-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6" 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-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.65.6">libopenssl1_1-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6" 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-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.65.6">openssl-1_1-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" 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-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" 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-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.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-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" 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-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1" 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-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" 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-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.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-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1d-150200.11.75.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-doc-1.1.1d-150200.11.75.1">openssl-1_1-doc-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.53.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.53.1">libopenssl-1_1-devel-1.1.1l-150400.7.53.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.53.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.53.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.34.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.34.1">libopenssl-3-devel-3.0.8-150400.4.34.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl10-1.0.2p-150000.3.85.1">libopenssl10-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.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.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.53.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.53.1">libopenssl1_1-32bit-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.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.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.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.53.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.53.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.34.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.34.1">libopenssl3-3.0.8-150400.4.34.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-1_0_0-1.0.2p-150000.3.85.1">openssl-1_0_0-1.0.2p-150000.3.85.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.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.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.34.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.34.1">openssl-3-3.0.8-150400.4.34.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2p-3.84.1" 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:libopenssl-1_0_0-devel-1.0.2p-3.84.1">libopenssl-1_0_0-devel-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-3.84.1" 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:libopenssl1_0_0-1.0.2p-3.84.1">libopenssl1_0_0-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit-1.0.2p-3.84.1" 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:libopenssl1_0_0-32bit-1.0.2p-3.84.1">libopenssl1_0_0-32bit-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2p-3.84.1" 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:libopenssl1_0_0-hmac-1.0.2p-3.84.1">libopenssl1_0_0-hmac-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1" 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:libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1">libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-2.98.1" 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:libopenssl1_1-1.1.1d-2.98.1">libopenssl1_1-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-2.98.1" 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:libopenssl1_1-32bit-1.1.1d-2.98.1">libopenssl1_1-32bit-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-2.98.1" 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:libopenssl1_1-hmac-1.1.1d-2.98.1">libopenssl1_1-hmac-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-2.98.1" 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:libopenssl1_1-hmac-32bit-1.1.1d-2.98.1">libopenssl1_1-hmac-32bit-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-3.84.1" 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:openssl-1_0_0-1.0.2p-3.84.1">openssl-1_0_0-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc-1.0.2p-3.84.1" 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:openssl-1_0_0-doc-1.0.2p-3.84.1">openssl-1_0_0-doc-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-2.98.1" 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:openssl-1_1-1.1.1d-2.98.1">openssl-1_1-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6">libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.65.6">libopenssl1_1-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6">libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.0i-150100.14.65.6" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.65.6">openssl-1_1-1.1.0i-150100.14.65.6 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.75.1">openssl-1_1-doc-1.1.1d-150200.11.75.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.84.1">libopenssl-1_0_0-devel-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-32bit-1.0.2p-3.84.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.84.1">libopenssl-1_0_0-devel-32bit-1.0.2p-3.84.1 as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.98.1">libopenssl-1_1-devel-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-2.98.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.98.1">libopenssl-1_1-devel-32bit-1.1.1d-2.98.1 as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-1.1.1d-150200.11.75.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1">libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.75.1">libopenssl1_1-1.1.1d-150200.11.75.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-1.1.1d-150200.11.75.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1">libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1d-150200.11.75.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.75.1">openssl-1_1-1.1.1d-150200.11.75.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.53.1">libopenssl-1_1-devel-1.1.1l-150400.7.53.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1">libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.34.1">libopenssl-3-devel-3.0.8-150400.4.34.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-32bit-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.34.1">libopenssl-3-devel-32bit-3.0.8-150400.4.34.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.85.1">libopenssl10-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-steam-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.85.1">libopenssl1_0_0-steam-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-32bit-1.1.1l-150400.7.53.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.34.1">libopenssl3-3.0.8-150400.4.34.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.34.1">libopenssl3-32bit-3.0.8-150400.4.34.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.85.1">openssl-1_0_0-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-cavs-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.85.1">openssl-1_0_0-cavs-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.85.1">openssl-1_0_0-doc-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.53.1">openssl-1_1-doc-1.1.1l-150400.7.53.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.34.1">openssl-3-3.0.8-150400.4.34.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.34.1">openssl-3-doc-3.0.8-150400.4.34.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1">libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl-1_1-devel-1.1.1l-150500.17.15.1">libopenssl-1_1-devel-1.1.1l-150500.17.15.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl-1_1-devel-32bit-1.1.1l-150500.17.15.1">libopenssl-1_1-devel-32bit-1.1.1l-150500.17.15.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.11.1">libopenssl-3-devel-3.0.8-150500.5.11.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-32bit-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.11.1">libopenssl-3-devel-32bit-3.0.8-150500.5.11.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.85.1">libopenssl10-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.85.1">libopenssl1_0_0-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-steam-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.85.1">libopenssl1_0_0-steam-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1">libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_1-1.1.1l-150500.17.15.1">libopenssl1_1-1.1.1l-150500.17.15.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_1-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-32bit-1.1.1l-150500.17.15.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_1-hmac-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-1.1.1l-150500.17.15.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1">libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.11.1">libopenssl3-3.0.8-150500.5.11.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.11.1">libopenssl3-32bit-3.0.8-150500.5.11.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.85.1">openssl-1_0_0-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-cavs-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.85.1">openssl-1_0_0-cavs-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc-1.0.2p-150000.3.85.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-1_0_0-doc-1.0.2p-150000.3.85.1">openssl-1_0_0-doc-1.0.2p-150000.3.85.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-1_1-1.1.1l-150500.17.15.1">openssl-1_1-1.1.1l-150500.17.15.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1l-150500.17.15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-1_1-doc-1.1.1l-150500.17.15.1">openssl-1_1-doc-1.1.1l-150500.17.15.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.11.1">openssl-3-3.0.8-150500.5.11.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.0.8-150500.5.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.11.1">openssl-3-doc-3.0.8-150500.5.11.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.3">
      <FullProductName ProductID="openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.53.1">libopenssl-1_1-devel-1.1.1l-150400.7.53.1 as a component of openSUSE Leap Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.3">
      <FullProductName ProductID="openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of openSUSE Leap Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.3">
      <FullProductName ProductID="openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of openSUSE Leap Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.3">
      <FullProductName ProductID="openSUSE Leap Micro 5.3:libopenssl3-3.0.8-150400.4.34.1">libopenssl3-3.0.8-150400.4.34.1 as a component of openSUSE Leap Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.3">
      <FullProductName ProductID="openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of openSUSE Leap Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.4">
      <FullProductName ProductID="openSUSE Leap Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.53.1">libopenssl-1_1-devel-1.1.1l-150400.7.53.1 as a component of openSUSE Leap Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.4">
      <FullProductName ProductID="openSUSE Leap Micro 5.4:libopenssl1_1-1.1.1l-150400.7.53.1">libopenssl1_1-1.1.1l-150400.7.53.1 as a component of openSUSE Leap Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.4">
      <FullProductName ProductID="openSUSE Leap Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.53.1">libopenssl1_1-hmac-1.1.1l-150400.7.53.1 as a component of openSUSE Leap Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.34.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.4">
      <FullProductName ProductID="openSUSE Leap Micro 5.4:libopenssl3-3.0.8-150400.4.34.1">libopenssl3-3.0.8-150400.4.34.1 as a component of openSUSE Leap Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1l-150400.7.53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.4">
      <FullProductName ProductID="openSUSE Leap Micro 5.4:openssl-1_1-1.1.1l-150400.7.53.1">openssl-1_1-1.1.1l-150400.7.53.1 as a component of openSUSE Leap Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-22.1">libopenssl-1_0_0-devel-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel-32bit-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-22.1">libopenssl-1_0_0-devel-32bit-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-1.1.1v-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1v-1.1">libopenssl-1_1-devel-1.1.1v-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit-1.1.1v-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1v-1.1">libopenssl-1_1-devel-32bit-1.1.1v-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.1.2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-3-devel-3.1.2-1.1">libopenssl-3-devel-3.1.2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-32bit-3.1.2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.2-1.1">libopenssl-3-devel-32bit-3.1.2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl10-1.0.2u-22.1">libopenssl10-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-22.1">libopenssl1_0_0-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-22.1">libopenssl1_0_0-32bit-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-steam-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-22.1">libopenssl1_0_0-steam-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-steam-32bit-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-22.1">libopenssl1_0_0-steam-32bit-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-1.1.1v-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl1_1-1.1.1v-1.1">libopenssl1_1-1.1.1v-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit-1.1.1v-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1v-1.1">libopenssl1_1-32bit-1.1.1v-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.1.2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl3-3.1.2-1.1">libopenssl3-3.1.2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.1.2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl3-32bit-3.1.2-1.1">libopenssl3-32bit-3.1.2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-x86-64-v3-3.1.2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.2-1.1">libopenssl3-x86-64-v3-3.1.2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-22.1">openssl-1_0_0-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-cavs-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-22.1">openssl-1_0_0-cavs-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc-1.0.2u-22.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-22.1">openssl-1_0_0-doc-1.0.2u-22.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-1.1.1v-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-1_1-1.1.1v-1.1">openssl-1_1-1.1.1v-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1-doc-1.1.1v-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-1_1-doc-1.1.1v-1.1">openssl-1_1-doc-1.1.1v-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.1.2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-3-3.1.2-1.1">openssl-3-3.1.2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.1.2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:openssl-3-doc-3.1.2-1.1">openssl-3-doc-3.1.2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.37.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.37.1">libopenssl3-3.0.8-150400.4.37.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.37.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.37.1">libopenssl3-3.0.8-150400.4.37.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.37.1">libopenssl-3-devel-3.0.8-150400.4.37.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.37.1">libopenssl3-3.0.8-150400.4.37.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.37.1">openssl-3-3.0.8-150400.4.37.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.14.1">libopenssl-3-devel-3.0.8-150500.5.14.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.14.1">libopenssl3-3.0.8-150500.5.14.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.14.1">openssl-3-3.0.8-150500.5.14.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.37.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.37.1">libopenssl-3-devel-3.0.8-150400.4.37.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.37.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.37.1">libopenssl3-3.0.8-150400.4.37.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.37.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.37.1">openssl-3-3.0.8-150400.4.37.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.37.1">libopenssl-3-devel-3.0.8-150400.4.37.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-32bit-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.37.1">libopenssl-3-devel-32bit-3.0.8-150400.4.37.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.37.1">libopenssl3-3.0.8-150400.4.37.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.37.1">libopenssl3-32bit-3.0.8-150400.4.37.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.37.1">openssl-3-3.0.8-150400.4.37.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.37.1">openssl-3-doc-3.0.8-150400.4.37.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.14.1">libopenssl-3-devel-3.0.8-150500.5.14.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-3-devel-32bit-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.14.1">libopenssl-3-devel-32bit-3.0.8-150500.5.14.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.14.1">libopenssl3-3.0.8-150500.5.14.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-32bit-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.14.1">libopenssl3-32bit-3.0.8-150500.5.14.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.14.1">openssl-3-3.0.8-150500.5.14.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-3-doc-3.0.8-150500.5.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.14.1">openssl-3-doc-3.0.8-150500.5.14.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.3">
      <FullProductName ProductID="openSUSE Leap Micro 5.3:libopenssl3-3.0.8-150400.4.37.1">libopenssl3-3.0.8-150400.4.37.1 as a component of openSUSE Leap Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl3-3.0.8-150400.4.37.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.4">
      <FullProductName ProductID="openSUSE Leap Micro 5.4:libopenssl3-3.0.8-150400.4.37.1">libopenssl3-3.0.8-150400.4.37.1 as a component of openSUSE Leap Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl-devel">libopenssl-devel as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:openssl">openssl as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:openssl-1_0_0">openssl-1_0_0 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl-devel">libopenssl-devel as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:openssl">openssl as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl10">libopenssl10 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 12 SP5:openssl">openssl as a component of SUSE Linux Enterprise High Performance Computing 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl">openssl as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl">openssl as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl">openssl as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl">openssl as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:openssl">openssl as a component of SUSE Linux Enterprise Micro 5.1</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 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl">openssl as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl">openssl as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl0_9_8" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8">libopenssl0_9_8 as a component of SUSE Linux Enterprise Module for Legacy 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl0_9_8-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit">libopenssl0_9_8-32bit as a component of SUSE Linux Enterprise Module for Legacy 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="compat-openssl098" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 12:compat-openssl098">compat-openssl098 as a component of SUSE Linux Enterprise Module for Legacy 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:openssl">openssl as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel">libopenssl-1_1-devel as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit">libopenssl-1_1-devel-32bit as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1">libopenssl1_1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1">openssl-1_1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 11 SP4 LTSS</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="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="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-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl">openssl as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc">openssl-1_0_0-doc as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1">libopenssl1_1 as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1">openssl-1_1 as a component of SUSE Linux Enterprise Server 12 SP4-ESPOS</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">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5:openssl">openssl as a component of SUSE Linux Enterprise Server 12 SP5</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-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-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-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:openssl">openssl as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_1-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel">libopenssl-1_1-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1">libopenssl1_1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:openssl-1_1">openssl-1_1 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-doc">openssl-doc as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl0_9_8" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8">libopenssl0_9_8 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="compat-openssl098" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:compat-openssl098">compat-openssl098 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc">openssl-1_0_0-doc as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1">libopenssl1_1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1">openssl-1_1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 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="openssl" 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:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" 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:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" 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:openssl-1_1">openssl-1_1 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 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl">openssl as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10">libopenssl10 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0">openssl-1_0_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-devel">libopenssl-devel as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP5:openssl">openssl as a component of SUSE Linux Enterprise Software Development Kit 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:libopenssl-devel">libopenssl-devel as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:openssl">openssl as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:libopenssl-devel">libopenssl-devel as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.2">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.2:openssl">openssl as a component of SUSE Manager Retail Branch Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:libopenssl-devel">libopenssl-devel as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:openssl">openssl as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl-devel">libopenssl-devel as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:openssl">openssl as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:openssl-1_0_0">openssl-1_0_0 as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:openssl-1_0_0-doc">openssl-1_0_0-doc as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl1_1">libopenssl1_1 as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 9">
      <FullProductName ProductID="SUSE OpenStack Cloud 9:openssl-1_1">openssl-1_1 as a component of SUSE OpenStack Cloud 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl-devel">libopenssl-devel as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:openssl">openssl as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl-1_0_0-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel">libopenssl-1_0_0-devel as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0">libopenssl1_0_0 as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit">libopenssl1_0_0-32bit as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac">libopenssl1_0_0-hmac as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_0_0-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit">libopenssl1_0_0-hmac-32bit as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0">openssl-1_0_0 as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_0_0-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc">openssl-1_0_0-doc as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl1_1">libopenssl1_1 as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit">libopenssl1_1-32bit as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac">libopenssl1_1-hmac as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libopenssl1_1-hmac-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit">libopenssl1_1-hmac-32bit as a component of SUSE OpenStack Cloud Crowbar 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="openssl-1_1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud Crowbar 9">
      <FullProductName ProductID="SUSE OpenStack Cloud Crowbar 9:openssl-1_1">openssl-1_1 as a component of SUSE OpenStack Cloud Crowbar 9</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: Checking excessively long DH keys or parameters may be very slow.

Impact summary: Applications that use the functions DH_check(), DH_check_ex()
or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long
delays. Where the key or parameters that are being checked have been obtained
from an untrusted source this may lead to a Denial of Service.

The function DH_check() performs various checks on DH parameters. After fixing
CVE-2023-3446 it was discovered that a large q parameter value can also trigger
an overly long computation during some of these checks. A correct q value,
if present, cannot be larger than the modulus p parameter, thus it is
unnecessary to perform these checks if q is larger than p.

An application that calls DH_check() and supplies a key or parameters obtained
from an untrusted source could be vulnerable to a Denial of Service attack.

The function DH_check() is itself called by a number of other OpenSSL functions.
An application calling any of those other functions may similarly be affected.
The other functions affected by this are DH_check_ex() and
EVP_PKEY_param_check().

Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications
when using the "-check" option.

The OpenSSL SSL/TLS implementation is not affected by this issue.

The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.</Note>
    </Notes>
    <CVE>CVE-2023-3817</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/bci-init:15.4.29.45:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container bci/bci-init:15.4.29.45:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container bci/bci-init:15.5.8.34:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/bci-init:15.5.8.34:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-aspnet:6.0.20-10.21:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-aspnet:6.0.20-10.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-aspnet:7.0.9-10.21:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-aspnet:7.0.9-10.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-runtime:6.0.20-9.21:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-runtime:6.0.20-9.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-runtime:7.0.9-11.21:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-runtime:7.0.9-11.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-sdk:6.0.20-9.21:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-sdk:6.0.20-9.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-sdk:7.0.9-11.21:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/dotnet-sdk:7.0.9-11.21:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:1.20:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:1.20:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:oldstable-openssl-5.1:libopenssl-1_1-devel-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:oldstable-openssl-5.1:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:oldstable-openssl-5.1:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:oldstable-openssl-5.1:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:stable-openssl-5.5:libopenssl-1_1-devel-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:stable-openssl-5.5:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:stable-openssl-5.5:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/golang:stable-openssl-5.5:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/nodejs:16-18.3:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/nodejs:16-18.3:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/nodejs:18-9.8:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/nodejs:18-9.8:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk-devel:11-8.48:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk-devel:11-8.48:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk-devel:11-8.48:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk-devel:17-10.45:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk-devel:17-10.45:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk-devel:17-10.45:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk:11-9.24:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk:11-9.24:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk:11-9.24:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk:17-10.24:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk:17-10.24:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/openjdk:17-10.24:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/php-apache:8-6.23:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/php-apache:8-6.23:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/php-fpm:8-6.22:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/php-fpm:8-6.22:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/php:8-6.23:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/php:8-6.23:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/python:3.11-8.32:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/python:3.11-8.32:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/python:3.11-8.32:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/python:3.6-10.29:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/python:3.6-10.29:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/python:3.6-10.29:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/ruby:2.5-10.22:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/ruby:2.5-10.22:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/rust:1.72:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/rust:1.72:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/rust:stable-1.10.8:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container bci/rust:stable-1.10.8:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container rancher/elemental-operator:1.3.4-3.2.1:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container rancher/elemental-operator:1.3.4-3.2.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container rancher/elemental-operator:1.3.4-3.2.1:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container rancher/elemental-teal-iso/5.4:1.2.2-3.2.1:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container rancher/elemental-teal-rt/5.4:1.2.2-2.2.1:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container rancher/elemental-teal/5.4:1.2.2-3.2.1:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container rancher/seedimage-builder:1.3.4-3.2.1:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container rancher/seedimage-builder:1.3.4-3.2.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container rancher/seedimage-builder:1.3.4-3.2.1:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container ses/7.1/ceph/grafana:9.5.5.3.4.156:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/grafana:9.5.5.3.4.156:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/grafana:9.5.5.3.4.156:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/haproxy:2.0.31.3.5.503:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/haproxy:2.0.31.3.5.503:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/haproxy:2.0.31.3.5.503:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/keepalived:2.0.19.3.5.485:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/keepalived:2.0.19.3.5.485:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/keepalived:2.0.19.3.5.485:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.527:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.516:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-server:2.37.6.3.2.497:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.494:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.7.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-attacher:v4.1.0-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-provisioner:v3.4.0-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-resizer:v1.7.0-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1-rev1-build3.4.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/rook/ceph:1.11.9.0.4.7.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/rook/ceph:1.11.9.0.4.7.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container ses/7.1/rook/ceph:1.11.9.0.4.7.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/389-ds:2.2-14.35:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/389-ds:2.2-14.35:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/389-ds:2.2-14.35:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/git:2.35-3.7:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/helm:3.11-2.7:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/helm:3.11-2.7:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-httpd:susemanager-4.3.8.9.37.2:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-salt-broker:susemanager-4.3.8.9.27.2:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-squid:susemanager-4.3.8.9.36.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-ssh:susemanager-4.3.8.9.27.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-tftpd:susemanager-4.3.8.9.27.1:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/nginx:1.21-3.9:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/nginx:1.21-3.9:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/pcp:5.2.5-13.14:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/pcp:5.2.5-13.14:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/pcp:5.2.5-17.99:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/pcp:5.2.5-17.99:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/postgres:14.9-22.51:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/postgres:14.9-22.51:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/postgres:15.3-9.25:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/postgres:15.3-9.25:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/registry:2.8-14.15:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/registry:2.8-14.15:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/rmt-server:2.14-9.50:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/rmt-server:2.14-9.50:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.3:latest:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.3:latest:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.4:latest:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.4:latest:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro/5.1/toolbox:12.1-2.2.436:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle-micro/5.1/toolbox:12.1-2.2.436:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle-micro/5.1/toolbox:12.1-2.2.436:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle-micro/5.2/toolbox:12.1-6.2.258:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle-micro/5.2/toolbox:12.1-6.2.258:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle-micro/5.2/toolbox:12.1-6.2.258:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle-micro/5.3/toolbox:12.1-5.2.201:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro/5.3/toolbox:12.1-5.2.201:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro/5.3/toolbox:12.1-5.2.201:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro/5.4/toolbox:12.1-4.2.98:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro/5.4/toolbox:12.1-4.2.98:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro/5.4/toolbox:12.1-4.2.98:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle-micro/5.5/toolbox:12.1-2.2.11:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/sle-micro/5.5/toolbox:12.1-2.2.11:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/sle-micro/5.5/toolbox:12.1-2.2.11:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/sle15:15.1.6.2.825:libopenssl1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>Container suse/sle15:15.1.6.2.825:openssl-1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>Container suse/sle15:15.2.9.5.327:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle15:15.2.9.5.327:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle15:15.2.9.5.327:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle15:15.3.17.20.167:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle15:15.3.17.20.167:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle15:15.3.17.20.167:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container suse/sle15:15.4.27.14.90:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle15:15.4.27.14.90:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle15:15.4.27.14.90:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Container suse/sle15:15.5.36.5.22:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/sle15:15.5.36.5.22:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/sle15:15.5.36.5.22:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Container suse/sles12sp5:6.5.500:libopenssl1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Container suse/sles12sp5:6.5.500:openssl-1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Container trento/trento-wanda:1.0.0-build1.5.2:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container trento/trento-wanda:1.0.0-build1.5.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container trento/trento-web:2.0.0-build4.21.2:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Container trento/trento-web:2.0.0-build4.21.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-BYOS:libopenssl1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-BYOS:libopenssl1_1-1.1.1d-2.98.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-BYOS:openssl-1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:libopenssl1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:libopenssl1_1-1.1.1d-2.98.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-SAP-BYOS:openssl-1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Image SLES12-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Image SLES12-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1d-2.98.1</ProductID>
        <ProductID>Image SLES12-SP5-SAP-Azure-LI-BYOS-Production:openssl-1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1d-2.98.1</ProductID>
        <ProductID>Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production:openssl-1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-LI-BYOS-Production:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-Aliyun:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-Aliyun:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-SAP-CCloud:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-SAP-CCloud:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:libopenssl1_1-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libopenssl1_1-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:libopenssl1_1-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Basic:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Basic:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Standard:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Standard:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-Aliyun:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-Aliyun:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-EC2:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-EC2:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-SAP-CCloud:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-SAP-CCloud:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-EC2:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-EC2:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-EC2:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-EC2:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:libopenssl1_1-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libopenssl1_1-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:libopenssl1_1-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libopenssl1_1-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:libopenssl1_1-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:libopenssl1_1-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:libopenssl-1_1-devel-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:libopenssl1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:libopenssl1_1-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:libopenssl1_1-hmac-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:openssl-1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl-devel-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl1_0_0-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl1_0_0-32bit-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl1_0_0-hmac-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:openssl-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:openssl-doc-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl-devel-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl1_0_0-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl1_0_0-32bit-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl1_0_0-hmac-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:libopenssl1_0_0-hmac-32bit-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:openssl-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:openssl-doc-1.0.2j-60.104.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-1_1-devel-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-3-devel-3.0.8-150400.4.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl10-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.65.6</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.84.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.98.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.75.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.34.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.34.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.34.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.34.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl-1_1-devel-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl-1_1-devel-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.11.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.11.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_0_0-32bit-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_1-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_1-hmac-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.11.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.11.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-1_0_0-doc-1.0.2p-150000.3.85.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-1_1-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-1_1-doc-1.1.1l-150500.17.15.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.11.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.11.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.3:libopenssl3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.4:libopenssl1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.4:libopenssl3-3.0.8-150400.4.34.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.4:openssl-1_1-1.1.1l-150400.7.53.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1v-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1v-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-3-devel-3.1.2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl10-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl1_1-1.1.1v-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1v-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl3-3.1.2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl3-32bit-3.1.2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-22.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-1_1-1.1.1v-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-1_1-doc-1.1.1v-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-3-3.1.2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:openssl-3-doc-3.1.2-1.1</ProductID>
      </Status>
      <Status Type="First Fixed">
        <ProductID>SUSE Linux Enterprise Micro 5.3:libopenssl3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libopenssl3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.14.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.14.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.14.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl-3-devel-3.0.8-150400.4.37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libopenssl3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:openssl-3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.37.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.37.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.37.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.37.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.14.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.14.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.14.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.14.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.14.1</ProductID>
        <ProductID>openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.14.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.3:libopenssl3-3.0.8-150400.4.37.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.4:libopenssl3-3.0.8-150400.4.37.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SUSE CaaS Platform 4.0:libopenssl-devel</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:openssl</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl-devel</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 12 SP5:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:openssl</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 SP4:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP5:openssl</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:libopenssl-devel</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:openssl</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:libopenssl-devel</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.2:openssl</ProductID>
        <ProductID>SUSE Manager Server 4.2:libopenssl-devel</ProductID>
        <ProductID>SUSE Manager Server 4.2:openssl</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl-devel</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:openssl</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl-devel</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:openssl</ProductID>
      </Status>
      <Status Type="Known Affected">
        <ProductID>SUSE CaaS Platform 4.0:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:libopenssl1_0_0</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:openssl-1_0_0</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl10</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 12:compat-openssl098</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS:openssl</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-ESPOS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-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:libopenssl1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit</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 SP4-LTSS:openssl-1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0</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:libopenssl1_0_0</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:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:openssl-1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-doc</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:compat-openssl098</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1</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 12 SP5:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl1_0_0</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl1_1</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl1_1-32bit</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl1_1-hmac</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:openssl-1_0_0</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:openssl-1_0_0-doc</ProductID>
        <ProductID>SUSE OpenStack Cloud 9:openssl-1_1</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl1_1</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc</ProductID>
        <ProductID>SUSE OpenStack Cloud Crowbar 9:openssl-1_1</ProductID>
      </Status>
      <Status Type="Fixed">
        <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: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: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>
      </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-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: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-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: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-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>
      </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>
