update to py3-openssl-23.0.0, test failures like before mostly look minor:

- issue with Ed448 key parsing
- strict generalizedtime parsing
- error string difference: 'unable to get issuer certificate' vs
'unable to get local issuer certificate'
- some possibly due to differences in exception handling?
- some difference in get_client_ca_list (root ca included/not)
This commit is contained in:
sthen 2023-01-03 09:14:41 +00:00
parent f322e8b714
commit 8dba32f352
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
COMMENT= Python interface to the OpenSSL library
MODPY_EGG_VERSION= 22.1.0
MODPY_EGG_VERSION= 23.0.0
DISTNAME= pyOpenSSL-${MODPY_EGG_VERSION}
PKGNAME= py-openssl-${MODPY_EGG_VERSION}
CATEGORIES= security devel
REVISION= 0
HOMEPAGE= https://github.com/pyca/pyopenssl

View File

@ -1,2 +1,2 @@
SHA256 (pyOpenSSL-22.1.0.tar.gz) = eoO3snLdWVIi1nL1zimqAw8fuDdjDvIp9i5y45XOiWg=
SIZE (pyOpenSSL-22.1.0.tar.gz) = 181704
SHA256 (pyOpenSSL-23.0.0.tar.gz) = wcxfhrys78hNrafTEXXK4bFRjV9g09C7WVpngiqGim8=
SIZE (pyOpenSSL-23.0.0.tar.gz) = 182375