summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@gmail.com>2024-05-09 08:07:55 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-12 08:43:17 -0700
commitd435a32020be6953cd7e99f94a5c6e5c45a186cc (patch)
tree3422b36cf9bd65d79e2901e275f7d604fed6ba99 /meta-python/recipes-devtools/python
parent34ee1ff3547cf7d01a2bcd960720cd8bd8515d56 (diff)
downloadmeta-openembedded-d435a32020be6953cd7e99f94a5c6e5c45a186cc.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions