All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Trevor Gamblin" <trevor.gamblin@windriver.com>
To: Leon Anavi <leon.anavi@konsulko.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1
Date: Thu, 14 Jan 2021 13:44:19 -0500	[thread overview]
Message-ID: <e7268d95-bdaa-d9f8-b6cd-3610b121a4ca@windriver.com> (raw)
In-Reply-To: <20210113142626.27599-4-leon.anavi@konsulko.com>

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


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> Upgrade to release 20.0.1:
>
> - Fixed compatibility with OpenSSL 1.1.0
> - Added a new optional chain parameter to
>    OpenSSL.crypto.X509StoreContext() where additional untrusted
>    certificates can be specified to help chain building.
> - Added OpenSSL.crypto.X509Store.load_locations to set trusted
>    certificate file bundles and/or directories for verification.
> - Added Context.set_keylog_callback to log key material.
> - Added OpenSSL.SSL.Connection.get_verified_chain to retrieve
>    the verified certificate chain of the peer.
> - Make verification callback optional in Context.set_verify. If
>    omitted, OpenSSL’s default verification is used.
> - Fixed a bug that could truncate or cause a zero-length key
>    error due to a null byte in private key passphrase in
>    OpenSSL.crypto.load_privatekey and OpenSSL.crypto.dump_privatekey.
> - Deprecated OpenSSL.crypto.loads_pkcs7 and
>    OpenSSL.crypto.loads_pkcs12.
> - The minimum cryptography version is now 3.2.
> - Remove deprecated OpenSSL.tsafe module.
> - Removed deprecated OpenSSL.SSL.Context.set_npn_advertise_callback,
>    OpenSSL.SSL.Context.set_npn_select_callback, and
>    OpenSSL.SSL.Connection.get_next_proto_negotiated.
> - Drop support for Python 3.4
> - Drop support for OpenSSL 1.0.1 and 1.0.2
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-pyopenssl_19.1.0.bb => python3-pyopenssl_20.0.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pyopenssl_19.1.0.bb => python3-pyopenssl_20.0.1.bb} (80%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
> similarity index 80%
> rename from meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
> index da783ea29..e121ef844 100644
> --- a/meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
> @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>   
>   DEPENDS += "openssl ${PYTHON_PN}-cryptography"
>   
> -SRC_URI[md5sum] = "d9804fedbd1eb0c7d9243397b1fbf972"
> -SRC_URI[sha256sum] = "9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507"
> +SRC_URI[sha256sum] = "4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51"
>   
>   PYPI_PACKAGE = "pyOpenSSL"
>   inherit pypi setuptools3
>
> 
>

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

  reply	other threads:[~2021-01-14 18:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
2021-01-13 14:26 ` [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1 Leon Anavi
2021-01-14 18:43   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2 Leon Anavi
2021-01-14 18:44   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1 Leon Anavi
2021-01-14 18:44   ` Trevor Gamblin [this message]
2021-01-13 14:26 ` [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1 Leon Anavi
2021-01-14 18:44   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13 Leon Anavi
2021-01-14 18:44   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1 Leon Anavi
2021-01-14 18:45   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 08/10] python3-cryptography-vectors: " Leon Anavi
2021-01-14 18:45   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2 Leon Anavi
2021-01-14 18:45   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0 Leon Anavi
2021-01-14 18:45   ` [oe] " Trevor Gamblin
2021-01-14 18:43 ` [oe] [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Trevor Gamblin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7268d95-bdaa-d9f8-b6cd-3610b121a4ca@windriver.com \
    --to=trevor.gamblin@windriver.com \
    --cc=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.