public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH] doc: deprecation of OpenSSL version 1.1.1
@ 2026-02-11 12:19 Emma Finn
  2026-02-17 14:40 ` [EXTERNAL] " Akhil Goyal
  2026-03-31 11:00 ` Thomas Monjalon
  0 siblings, 2 replies; 7+ messages in thread
From: Emma Finn @ 2026-02-11 12:19 UTC (permalink / raw)
  Cc: dev, gakhil, kai.ji, Emma Finn

OpenSSL 1.1.1 reached end-of-life in September 2023. Future
releases of DPDK will require minimum of OpenSSL 3.0.

Signed-off-by: Emma Finn <emma.finn@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index ac667e91a6..fca556d07b 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -20,6 +20,11 @@ Deprecation Notices
 * kvargs: The function ``rte_kvargs_process`` will get a new parameter
   for returning key match count. It will ease handling of no-match case.
 
+* cryptodev: Support for OpenSSL versions earlier than 3.0 is deprecated
+  and will be removed. OpenSSL 1.1.1 reached end-of-life in September 2023.
+  The minimum supported OpenSSL version will be 3.0,
+  and version checks for earlier OpenSSL versions will be removed from the PMD.
+
 * eal: The ``-c <coremask>`` commandline parameter is deprecated
   and will be removed in a future release.
   Use the ``-l <corelist>`` or ``--lcores=<corelist>`` parameters instead
-- 
2.43.0


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

* RE: [EXTERNAL] [PATCH] doc: deprecation of OpenSSL version 1.1.1
  2026-02-11 12:19 [PATCH] doc: deprecation of OpenSSL version 1.1.1 Emma Finn
@ 2026-02-17 14:40 ` Akhil Goyal
  2026-03-03 15:42   ` Ji, Kai
                     ` (2 more replies)
  2026-03-31 11:00 ` Thomas Monjalon
  1 sibling, 3 replies; 7+ messages in thread
From: Akhil Goyal @ 2026-02-17 14:40 UTC (permalink / raw)
  To: Emma Finn
  Cc: dev@dpdk.org, kai.ji@intel.com, Hemant Agrawal, Anoob Joseph,
	Raslan Darawsheh, Sunil Uttarwar, Andrew Boyer, Jack Bond-Preston,
	Vikas Gupta, Pablo de Lara, Nagadheeraj Rottela, Matan Azrad,
	Jay Zhou, Hanxiao Li

> OpenSSL 1.1.1 reached end-of-life in September 2023. Future
> releases of DPDK will require minimum of OpenSSL 3.0.
> 
> Signed-off-by: Emma Finn <emma.finn@intel.com>
> ---
Acked-by: Akhil Goyal <gakhil@marvell.com>
Adding more PMD maintainers for acks.

>  doc/guides/rel_notes/deprecation.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index ac667e91a6..fca556d07b 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -20,6 +20,11 @@ Deprecation Notices
>  * kvargs: The function ``rte_kvargs_process`` will get a new parameter
>    for returning key match count. It will ease handling of no-match case.
> 
> +* cryptodev: Support for OpenSSL versions earlier than 3.0 is deprecated
> +  and will be removed. OpenSSL 1.1.1 reached end-of-life in September 2023.
> +  The minimum supported OpenSSL version will be 3.0,
> +  and version checks for earlier OpenSSL versions will be removed from the PMD.
> +
>  * eal: The ``-c <coremask>`` commandline parameter is deprecated
>    and will be removed in a future release.
>    Use the ``-l <corelist>`` or ``--lcores=<corelist>`` parameters instead
> --
> 2.43.0


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

* Re: [EXTERNAL] [PATCH] doc: deprecation of OpenSSL version 1.1.1
  2026-02-17 14:40 ` [EXTERNAL] " Akhil Goyal
@ 2026-03-03 15:42   ` Ji, Kai
  2026-03-06  3:39   ` Hemant Agrawal
  2026-03-22 20:57   ` [EXTERNAL] " Jack Bond-Preston
  2 siblings, 0 replies; 7+ messages in thread
From: Ji, Kai @ 2026-03-03 15:42 UTC (permalink / raw)
  To: Akhil Goyal, Finn, Emma
  Cc: dev@dpdk.org, Hemant Agrawal, Anoob Joseph, Raslan Darawsheh,
	Sunil Uttarwar, Andrew Boyer, Jack Bond-Preston, Vikas Gupta,
	De Lara Guarch, Pablo, Nagadheeraj Rottela, Matan Azrad, Jay Zhou,
	Hanxiao Li

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

Acked-by: Kai Ji <kai.ji@intel.com>
________________________________
From: Akhil Goyal <gakhil@marvell.com>
Sent: 17 February 2026 14:40
To: Finn, Emma <emma.finn@intel.com>
Cc: dev@dpdk.org <dev@dpdk.org>; Ji, Kai <kai.ji@intel.com>; Hemant Agrawal <hemant.agrawal@nxp.com>; Anoob Joseph <anoobj@marvell.com>; Raslan Darawsheh <rasland@nvidia.com>; Sunil Uttarwar <sunilprakashrao.uttarwar@amd.com>; Andrew Boyer <andrew.boyer@amd.com>; Jack Bond-Preston <jack.bond-preston@foss.arm.com>; Vikas Gupta <vikas.gupta@broadcom.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Nagadheeraj Rottela <rnagadheeraj@marvell.com>; Matan Azrad <matan@nvidia.com>; Jay Zhou <jianjay.zhou@huawei.com>; Hanxiao Li <li.hanxiao@zte.com.cn>
Subject: RE: [EXTERNAL] [PATCH] doc: deprecation of OpenSSL version 1.1.1

> OpenSSL 1.1.1 reached end-of-life in September 2023. Future
> releases of DPDK will require minimum of OpenSSL 3.0.
>
> Signed-off-by: Emma Finn <emma.finn@intel.com>
> ---
Acked-by: Akhil Goyal <gakhil@marvell.com>
Adding more PMD maintainers for acks.

>  doc/guides/rel_notes/deprecation.rst | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index ac667e91a6..fca556d07b 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -20,6 +20,11 @@ Deprecation Notices
>  * kvargs: The function ``rte_kvargs_process`` will get a new parameter
>    for returning key match count. It will ease handling of no-match case.
>
> +* cryptodev: Support for OpenSSL versions earlier than 3.0 is deprecated
> +  and will be removed. OpenSSL 1.1.1 reached end-of-life in September 2023.
> +  The minimum supported OpenSSL version will be 3.0,
> +  and version checks for earlier OpenSSL versions will be removed from the PMD.
> +
>  * eal: The ``-c <coremask>`` commandline parameter is deprecated
>    and will be removed in a future release.
>    Use the ``-l <corelist>`` or ``--lcores=<corelist>`` parameters instead
> --
> 2.43.0


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

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

* [PATCH] doc: deprecation of OpenSSL version 1.1.1
  2026-02-17 14:40 ` [EXTERNAL] " Akhil Goyal
  2026-03-03 15:42   ` Ji, Kai
@ 2026-03-06  3:39   ` Hemant Agrawal
  2026-03-22 20:57   ` [EXTERNAL] " Jack Bond-Preston
  2 siblings, 0 replies; 7+ messages in thread
From: Hemant Agrawal @ 2026-03-06  3:39 UTC (permalink / raw)
  To: Akhil Goyal, Emma Finn
  Cc: dev@dpdk.org, kai.ji@intel.com, Anoob Joseph, Raslan Darawsheh,
	Sunil Uttarwar, Andrew Boyer, Jack Bond-Preston, Vikas Gupta,
	Pablo de Lara, Nagadheeraj Rottela, Matan Azrad, Jay Zhou,
	Hanxiao Li

> > OpenSSL 1.1.1 reached end-of-life in September 2023. Future releases
> > of DPDK will require minimum of OpenSSL 3.0.
> >
> > Signed-off-by: Emma Finn <emma.finn@intel.com>
> > ---
> Acked-by: Akhil Goyal <gakhil@marvell.com> Adding more PMD maintainers
> for acks.
> 
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

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

* Re: [EXTERNAL] [PATCH] doc: deprecation of OpenSSL version 1.1.1
  2026-02-17 14:40 ` [EXTERNAL] " Akhil Goyal
  2026-03-03 15:42   ` Ji, Kai
  2026-03-06  3:39   ` Hemant Agrawal
@ 2026-03-22 20:57   ` Jack Bond-Preston
  2026-03-22 20:59     ` Jack Bond-Preston
  2 siblings, 1 reply; 7+ messages in thread
From: Jack Bond-Preston @ 2026-03-22 20:57 UTC (permalink / raw)
  To: Akhil Goyal, Emma Finn
  Cc: dev@dpdk.org, kai.ji@intel.com, Hemant Agrawal, Anoob Joseph,
	Raslan Darawsheh, Sunil Uttarwar, Andrew Boyer, Vikas Gupta,
	Pablo de Lara, Nagadheeraj Rottela, Matan Azrad, Jay Zhou,
	Hanxiao Li

On 17/02/2026 14:40, Akhil Goyal wrote:
>> OpenSSL 1.1.1 reached end-of-life in September 2023. Future
>> releases of DPDK will require minimum of OpenSSL 3.0.
>>
>> Signed-off-by: Emma Finn <emma.finn@intel.com>
>> ---
> Acked-by: Akhil Goyal <gakhil@marvell.com>
> Adding more PMD maintainers for acks.Acked-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>

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

* Re: [EXTERNAL] [PATCH] doc: deprecation of OpenSSL version 1.1.1
  2026-03-22 20:57   ` [EXTERNAL] " Jack Bond-Preston
@ 2026-03-22 20:59     ` Jack Bond-Preston
  0 siblings, 0 replies; 7+ messages in thread
From: Jack Bond-Preston @ 2026-03-22 20:59 UTC (permalink / raw)
  To: Akhil Goyal, Emma Finn
  Cc: dev@dpdk.org, kai.ji@intel.com, Hemant Agrawal, Anoob Joseph,
	Raslan Darawsheh, Sunil Uttarwar, Andrew Boyer, Vikas Gupta,
	Pablo de Lara, Nagadheeraj Rottela, Matan Azrad, Jay Zhou,
	Hanxiao Li

On 22/03/2026 20:57, Jack Bond-Preston wrote:
> On 17/02/2026 14:40, Akhil Goyal wrote:
>>> OpenSSL 1.1.1 reached end-of-life in September 2023. Future
>>> releases of DPDK will require minimum of OpenSSL 3.0.
>>>
>>> Signed-off-by: Emma Finn <emma.finn@intel.com>
>>> ---
>> Acked-by: Akhil Goyal <gakhil@marvell.com>
>> Adding more PMD maintainers for acks.Acked-by: Jack Bond-Preston 
>> <jack.bond-preston@foss.arm.com>

Apologies for the misformatting...

Acked-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>

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

* Re: [PATCH] doc: deprecation of OpenSSL version 1.1.1
  2026-02-11 12:19 [PATCH] doc: deprecation of OpenSSL version 1.1.1 Emma Finn
  2026-02-17 14:40 ` [EXTERNAL] " Akhil Goyal
@ 2026-03-31 11:00 ` Thomas Monjalon
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2026-03-31 11:00 UTC (permalink / raw)
  To: Emma Finn; +Cc: dev, gakhil, kai.ji

11/02/2026 13:19, Emma Finn:
> OpenSSL 1.1.1 reached end-of-life in September 2023. Future
> releases of DPDK will require minimum of OpenSSL 3.0.
> 
> Signed-off-by: Emma Finn <emma.finn@intel.com>

Acked-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Kai Ji <kai.ji@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>

Applied, thanks.



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

end of thread, other threads:[~2026-03-31 11:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11 12:19 [PATCH] doc: deprecation of OpenSSL version 1.1.1 Emma Finn
2026-02-17 14:40 ` [EXTERNAL] " Akhil Goyal
2026-03-03 15:42   ` Ji, Kai
2026-03-06  3:39   ` Hemant Agrawal
2026-03-22 20:57   ` [EXTERNAL] " Jack Bond-Preston
2026-03-22 20:59     ` Jack Bond-Preston
2026-03-31 11:00 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox