Re: [oe] [meta-oe][PATCH] uw-imap: Add a patch to support newer than TLSv1.0

2024-05-08 Thread Zoltan Boszormenyi
2024. 05. 09. 8:34 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta: 2024. 05. 09. 8:12 keltezéssel, Khem Raj írta: On Wed, May 8, 2024 at 11:08 PM Zoltan Boszormenyi via lists.openembedded.org wrote: The patch 0001-Support-OpenSSL-1.1.patch enabled building uw-imap against Ope

Re: [oe] [meta-oe][PATCH] uw-imap: Add a patch to support newer than TLSv1.0

2024-05-08 Thread Zoltan Boszormenyi
2024. 05. 09. 8:12 keltezéssel, Khem Raj írta: On Wed, May 8, 2024 at 11:08 PM Zoltan Boszormenyi via lists.openembedded.org wrote: The patch 0001-Support-OpenSSL-1.1.patch enabled building uw-imap against OpenSSL 1.1.0 or later. However, TLSv1_client_method() and TLSv1_server_method() restric

Re: [oe] [meta-oe][PATCH] uw-imap: Add a patch to support newer than TLSv1.0

2024-05-08 Thread Khem Raj
On Wed, May 8, 2024 at 11:08 PM Zoltan Boszormenyi via lists.openembedded.org wrote: > > The patch 0001-Support-OpenSSL-1.1.patch enabled building > uw-imap against OpenSSL 1.1.0 or later. > > However, TLSv1_client_method() and TLSv1_server_method() > restricts uw-imap to TLSv1.0. > > These APIs,

[oe] [meta-oe][PATCH] uw-imap: Add a patch to support newer than TLSv1.0

2024-05-08 Thread Zoltan Boszormenyi
The patch 0001-Support-OpenSSL-1.1.patch enabled building uw-imap against OpenSSL 1.1.0 or later. However, TLSv1_client_method() and TLSv1_server_method() restricts uw-imap to TLSv1.0. These APIs, along with explicitly versioned APIs like TLSv1_1_*_method() and TLSv1_2_*_method() are deprecated i