Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits: e85c3387 by Matti Picus at 2021-09-30T02:03:51+03:00 remove unused functions and add a few tweaks for openssl3 --HG-- branch : openssl-3.0.0 - - - - - 1c333acf by Matti Picus at 2021-09-30T13:02:27+03:00 merge openssl-3.0.0 into py3.7-openssl-3.0.0 --HG-- branch : py3.7-openssl-3.0.0 - - - - - 39f35b66 by Matti Picus at 2021-10-06T10:07:23+03:00 resign ourselves to the truth: we do not really preserve compatibility with cryptography --HG-- branch : py3.7-openssl-3.0.0 - - - - - 7851269f by Matti Picus at 2021-10-06T10:08:12+03:00 delete unused EVP functions --HG-- branch : py3.7-openssl-3.0.0 - - - - - 49fca115 by Matti Picus at 2021-10-06T10:08:33+03:00 download and build OpenSSL 3 --HG-- branch : py3.7-openssl-3.0.0 - - - - - 34c4a045 by Matti Picus at 2021-10-27T11:59:34+03:00 remove unused and deprecated delcaration --HG-- branch : py3.7-openssl-3.0.0 - - - - - 2e266f9e by Matti Picus at 2021-10-27T12:45:28+03:00 update error codes and add cryptography's 'provider' module --HG-- branch : py3.7-openssl-3.0.0 - - - - - 5cf5c394 by Matti Picus at 2021-10-27T17:48:43+03:00 revert part of previous commit --HG-- branch : py3.7-openssl-3.0.0 - - - - - 904cc468 by Matti Picus at 2021-10-27T14:47:47+03:00 add providers module, remove some declarations and add more definitions --HG-- branch : py3.7-openssl-3.0.0 - - - - - a747cc52 by Matti Picus at 2021-10-27T14:48:14+03:00 ifdef section of random_engine --HG-- branch : py3.7-openssl-3.0.0 - - - - - 84ec03b9 by Matti Picus at 2021-10-28T08:42:33+03:00 merge py3.7 into branch --HG-- branch : py3.7-openssl-3.0.0 - - - - - 6135b692 by Matti Picus at 2021-10-28T08:59:03+03:00 add a gc.collect to prevent tests hanging --HG-- branch : py3.7-openssl-3.0.0 - - - - - 50bb0e88 by Matti Picus at 2021-11-06T08:59:26+02:00 remove uneeded files --HG-- branch : py3.7-openssl-3.0.0 - - - - - 50d9f308 by Matti Picus at 2021-11-06T09:02:25+02:00 preserve passwd callback, remove extraneous check --HG-- branch : py3.7-openssl-3.0.0 - - - - - 20e8f72d by Matti Picus at 2021-11-06T09:09:14+02:00 revert 6ddfef1fa188, breaks session re-use test --HG-- branch : py3.7-openssl-3.0.0 - - - - - 665a6624 by Matti Picus at 2021-11-06T09:32:45+02:00 more cleanup --HG-- branch : py3.7-openssl-3.0.0 - - - - - 7767dcfb by Matti Picus at 2021-11-06T18:23:41+02:00 revert part of 59f35f3623b1, reset ffi.errno --HG-- branch : py3.7-openssl-3.0.0 - - - - - 7f1df53e by h-vertini at 2021-11-07T10:14:27+02:00 backport changes to tests for openssl3 --HG-- branch : py3.7-openssl-3.0.0 - - - - - 05136ae3 by h-vertini at 2021-11-07T10:48:39+02:00 update error codes for OpenSSL3 --HG-- branch : py3.7-openssl-3.0.0 - - - - - b2c6e15b by Matti Picus at 2021-11-07T11:00:38+02:00 remove some error codes that do not exist in my build of OpenSSL3 --HG-- branch : py3.7-openssl-3.0.0 - - - - - 2bcd08f6 by Matti Picus at 2021-11-07T11:01:21+02:00 handle UNXEPECTED_EOF_WHILE_READING which on CPython raises a BrokenPipeError --HG-- branch : py3.7-openssl-3.0.0 - - - - - db605ae4 by Matti Picus at 2021-11-07T11:12:22+02:00 adopt upstream changes to add_ca_cert --HG-- branch : py3.7-openssl-3.0.0 - - - - - ab22d3a5 by Matti Picus at 2021-11-07T14:17:37+02:00 need perl modules to build openssl3, remove unused declaration --HG-- branch : py3.7-openssl-3.0.0 - - - - - 92ce6802 by Matti Picus at 2021-11-07T18:06:05+02:00 restore file needed for windows --HG-- branch : py3.7-openssl-3.0.0 - - - - - b261cc24 by Matti Picus at 2021-11-07T19:31:06+02:00 typo --HG-- branch : py3.7-openssl-3.0.0 - - - - - e63f0b9a by Matti Picus at 2021-11-07T22:34:39+02:00 cannot yum install, no sudo available inside the docker image --HG-- branch : py3.7-openssl-3.0.0 - - - - - d3cacbd1 by Matti Picus at 2021-11-08T09:07:48+02:00 fix another OSError(errno, str) conversion failure when !(str) --HG-- branch : py3.7-openssl-3.0.0 - - - - - 41dd2d5c by Matti Picus at 2021-11-08T08:20:58+02:00 update gdbm to get fix for gcc used by aarch64 buildbot --HG-- branch : py3.7-openssl-3.0.0 - - - - - 3df1012c by Matti Picus at 2021-11-08T12:28:38+02:00 always create cffi extensions in lib_pypy, add lib64 linker path --HG-- branch : py3.7-openssl-3.0.0 - - - - - a5880c52 by Matti Picus at 2021-11-08T15:29:23+02:00 merge py3.7-openssl-3.0.0 which provides openssl3 --HG-- branch : py3.7 - - - - - 25 changed files: - lib-python/3/test/test_ssl.py - lib_pypy/_cffi_ssl/README.md - − lib_pypy/_cffi_ssl/_cffi_src/build_constant_time.py - − lib_pypy/_cffi_ssl/_cffi_src/build_padding.py - − lib_pypy/_cffi_ssl/_cffi_src/hazmat_src/constant_time.c - − lib_pypy/_cffi_ssl/_cffi_src/hazmat_src/constant_time.h - − lib_pypy/_cffi_ssl/_cffi_src/hazmat_src/padding.c - − lib_pypy/_cffi_ssl/_cffi_src/hazmat_src/padding.h - − lib_pypy/_cffi_ssl/_cffi_src/openssl/__init__.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/bio.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/crypto.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/cryptography.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/err.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/evp.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/fips.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/ocsp.py - + lib_pypy/_cffi_ssl/_cffi_src/openssl/provider.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/rsa.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/src/osrandom_engine.c - lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/x509name.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_cffi_ssl/_stdssl/errorcodes.py - − lib_pypy/_cffi_ssl/cryptography/__init__.py - − lib_pypy/_cffi_ssl/cryptography/exceptions.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1e1afef2948a0b35e165971b19e3942f02edb3d4...a5880c522db9623e8c69b2aef1eb3e29278d04c7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1e1afef2948a0b35e165971b19e3942f02edb3d4...a5880c522db9623e8c69b2aef1eb3e29278d04c7 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit