Files
meta-openembedded/meta-oe/recipes-devtools
Zoltán Böszörményi d435a32020 uw-imap: Add a patch to support newer than TLSv1.0
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
in OpenSSL 1.1.0 or later. The replacements are unversioned
API functions: TLS_client_method() and TLS_server_method()
which support TLS version autonegotiation.

This allows the PHP IMAP extension to work with IMAP servers
that enforce TLSv1.2 or higher.

Fixes: https://bugs.php.net/bug.php?id=76928
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 08:43:17 -07:00
..
2024-02-09 09:52:12 -08:00
2023-12-29 09:04:20 -08:00
2023-11-17 11:38:25 -08:00
2024-02-03 22:03:04 -08:00
2023-02-01 09:28:47 -08:00
2021-08-03 10:21:25 -07:00
2024-01-12 10:30:32 -08:00
2024-02-29 18:47:47 -08:00
2024-02-09 09:52:12 -08:00
2023-12-29 09:04:17 -08:00
2021-11-09 20:57:14 -08:00
2023-02-18 13:19:36 -08:00
2024-01-08 19:54:42 -08:00
2022-08-23 10:04:07 -07:00
2023-12-21 08:20:34 -08:00
2023-11-11 09:26:41 -08:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:12 -08:00
2023-11-17 11:38:27 -08:00
2023-03-17 07:06:55 -07:00
2023-06-14 09:41:35 -07:00
2023-09-07 10:31:19 -07:00
2024-04-23 15:15:31 -07:00
2022-06-30 13:39:27 -04:00
2024-05-09 17:10:59 -07:00
2023-08-11 09:36:03 -07:00
2024-03-08 15:34:15 +02:00
2024-05-12 08:43:17 -07:00
2024-02-09 09:52:12 -08:00
2023-10-04 13:09:38 -07:00
2024-02-09 09:52:12 -08:00
2024-02-20 08:46:30 -08:00
2024-01-08 19:54:41 -08:00
2021-08-03 10:21:25 -07:00
2023-12-21 08:00:40 -08:00
2024-05-02 07:32:54 -07:00
2023-12-29 09:04:18 -08:00
2024-01-08 19:54:45 -08:00
2024-04-19 14:31:31 -07:00