All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto kirkstone and openssl 1.0.2
@ 2023-12-08 22:29 Bejar-Colonia, Carlos
  2023-12-11  9:35 ` [yocto] " Etienne Cordonnier
  0 siblings, 1 reply; 2+ messages in thread
From: Bejar-Colonia, Carlos @ 2023-12-08 22:29 UTC (permalink / raw)
  To: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 921 bytes --]

Hello,

Currently we are using yocto version dunfell in our project.
we are also using:
-openssl 1.0.2: provided/supported by a third party.
-meta-openssl102-fips

Now, I would like to upgrade the project to use yocto kirkstone.
I am facing build errors: Python 3.10 no longer supports openssl version < 1.1.1

Is there a way to overcome this situation and still use openssl 1.02?

Regards,
Carlos B.

________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.

[-- Attachment #2: Type: text/html, Size: 2927 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [yocto] Yocto kirkstone and openssl 1.0.2
  2023-12-08 22:29 Yocto kirkstone and openssl 1.0.2 Bejar-Colonia, Carlos
@ 2023-12-11  9:35 ` Etienne Cordonnier
  0 siblings, 0 replies; 2+ messages in thread
From: Etienne Cordonnier @ 2023-12-11  9:35 UTC (permalink / raw)
  To: yocto, carlos.bejar-colonia

[-- Attachment #1: Type: text/plain, Size: 2913 bytes --]

Hi Carlos,
I solved a similar issue by using two versions of OpenSSL in the image. I
copied and renamed one of the two openssl versions to "openssl-backported".
This method requires to modify the recipe of "openssl-backported" so that
this recipe provides only the versioned library (no header files and
unversioned .so file which would conflict with the other OpenSSL version).
However, please keep in mind that some OpenSSL versions are not supported
any more, so you should consider the security implications of keeping those
versions.

Etienne

On Fri, Dec 8, 2023 at 11:29 PM Carlos via lists.yoctoproject.org
<carlos.bejar-colonia=philips.com@lists.yoctoproject.org> wrote:

> Hello,
>
>
>
> Currently we are using yocto version dunfell in our project.
>
> we are also using:
>
> -openssl 1.0.2: provided/supported by a third party.
>
> -meta-openssl102-fips
>
>
>
> Now, I would like to upgrade the project to use yocto kirkstone.
>
> I am facing build errors: Python 3.10 no longer supports openssl version <
> 1.1.1
>
>
>
> Is there a way to overcome this situation and still use openssl 1.02?
>
>
>
> Regards,
>
> Carlos B.
>
> ------------------------------
> The information contained in this message may be confidential and legally
> protected under applicable law. The message is intended solely for the
> addressee(s). If you are not the intended recipient, you are hereby
> notified that any use, forwarding, dissemination, or reproduction of this
> message is strictly prohibited and may be unlawful. If you are not the
> intended recipient, please contact the sender by return e-mail and destroy
> all copies of the original message.
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#61849):
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.yoctoproject.org_g_yocto_message_61849&d=DwIFaQ&c=ncDTmphkJTvjIDPh0hpF_4vCHvabgGkICC2epckfdiw&r=AhkbNonVuMIGRfPx_Qj9TsRih1DULJTKUkSGa66m67E&m=gcMI9z7QZDZkh8Ku_GdNfyab2L9dHZlNPDQlP7IWpKuDmfDhPk-ah9PVQDm2KIcK&s=fnULGsBMoEeloSLYip9I32wp8i-rIYA7Yvg3WbrCUgM&e=
> Mute This Topic:
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.yoctoproject.org_mt_103064667_7048771&d=DwIFaQ&c=ncDTmphkJTvjIDPh0hpF_4vCHvabgGkICC2epckfdiw&r=AhkbNonVuMIGRfPx_Qj9TsRih1DULJTKUkSGa66m67E&m=gcMI9z7QZDZkh8Ku_GdNfyab2L9dHZlNPDQlP7IWpKuDmfDhPk-ah9PVQDm2KIcK&s=9EOuGRj_8yd26uNihNfqM995zKTyG2dgXcfxhLPwlag&e=
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe:
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.yoctoproject.org_g_yocto_unsub&d=DwIFaQ&c=ncDTmphkJTvjIDPh0hpF_4vCHvabgGkICC2epckfdiw&r=AhkbNonVuMIGRfPx_Qj9TsRih1DULJTKUkSGa66m67E&m=gcMI9z7QZDZkh8Ku_GdNfyab2L9dHZlNPDQlP7IWpKuDmfDhPk-ah9PVQDm2KIcK&s=9oImkLqQY7tQDQESu9RyE6ArxrLv4DYxgB6BpLwEKZY&e=
> [ecordonnier@snap.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 5310 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-11  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-08 22:29 Yocto kirkstone and openssl 1.0.2 Bejar-Colonia, Carlos
2023-12-11  9:35 ` [yocto] " Etienne Cordonnier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.