Matti Picus pushed to branch branch/py3.8 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

- - - - -
b752e5b3 by fijal at 2021-10-12T13:02:01+02:00
one less copy of strings in memmove (and not make it immediately old) as well 
as a start of _offset_in_bytes

--HG--
branch : experiment-with-ffi-addresses

- - - - -
1bfe0bd4 by fijal at 2021-10-12T13:19:26+02:00
typo

--HG--
branch : experiment-with-ffi-addresses

- - - - -
38f2227b by fijal at 2021-10-12T13:28:37+02:00
oops

--HG--
branch : experiment-with-ffi-addresses

- - - - -
1a892ad9 by fijal at 2021-10-19T14:59:31+02:00
quick and dirty hack to always pass directly offset of OffsetInBytes

--HG--
branch : experiment-with-ffi-addresses

- - - - -
7b71c6ac by fijal at 2021-10-19T15:21:08+02:00
try harder to please the rtyper

--HG--
branch : experiment-with-ffi-addresses

- - - - -
a4d5a1c0 by fijal at 2021-10-19T15:34:19+02:00
hide this from the JIT

--HG--
branch : experiment-with-ffi-addresses

- - - - -
67cd159f by fijal at 2021-10-19T16:12:53+02:00
try to use (unsafely!) the new primitive

--HG--
branch : experiment-with-ffi-addresses

- - - - -
be8a2185 by fijal at 2021-10-19T16:14:02+02:00
typo

--HG--
branch : experiment-with-ffi-addresses

- - - - -
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

- - - - -
9b4baf75 by fijal at 2021-11-02T10:06:53+02:00
try harder to pin things when they go through layers of offset in bytes

--HG--
branch : experiment-with-ffi-addresses

- - - - -
4b612c29 by fijal at 2021-11-02T10:14:25+02:00
run your tests kids

--HG--
branch : experiment-with-ffi-addresses

- - - - -
57e66fbb by fijal at 2021-11-02T10:27:21+02:00
oops

--HG--
branch : experiment-with-ffi-addresses

- - - - -
b7aa32cf by fijal at 2021-11-02T10:28:54+02:00
rename the w_bytes to bytes to avoid confusion

--HG--
branch : experiment-with-ffi-addresses

- - - - -
3c9fb317 by fijal at 2021-11-02T10:42:55+02:00
jit cant see this

--HG--
branch : experiment-with-ffi-addresses

- - - - -
6e993679 by fijal at 2021-11-02T12:03:50+02:00
display more digits

--HG--
branch : experiment-with-ffi-addresses

- - - - -
c52a0356 by fijal at 2021-11-02T12:04:40+02:00
actually make this float

--HG--
branch : experiment-with-ffi-addresses

- - - - -
59c2704a by fijal at 2021-11-02T13:28:39+02:00
this is a hack for bytes *only*

--HG--
branch : experiment-with-ffi-addresses

- - - - -
320c8755 by fijal at 2021-11-03T11:49:04+02:00
revert the RPython changes (one accidental, one ported to default)

--HG--
branch : experiment-with-ffi-addresses

- - - - -
7e83b615 by fijal at 2021-11-03T12:09:48+02:00
improve the test

--HG--
branch : experiment-with-ffi-addresses

- - - - -
0821142a by fijal at 2021-11-03T12:11:37+02:00
clarify the comment

--HG--
branch : experiment-with-ffi-addresses

- - - - -
de4a34b1 by fijal at 2021-11-03T12:23:58+02:00
I think fix the function for non-bytes also mark it as pypy hacks

--HG--
branch : experiment-with-ffi-addresses

- - - - -
e19e3830 by fijal at 2021-11-03T12:26:15+02:00
rename this function too

--HG--
branch : experiment-with-ffi-addresses

- - - - -
00ec77a7 by Maciej Fijalkowski at 2021-11-04T08:15:16+00:00
Merge branch 'branch/experiment-with-ffi-addresses' into 
'branch/py3.7'

improve amount of copying for ssl

See merge request pypy/pypy!842

--HG--
branch : py3.7

- - - - -
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

- - - - -
1e1afef2 by Carl Friedrich Bolz-Tereick at 2021-11-08T12:35:48+01:00
add a fast path for unicode literals that don't contain escapes in the 
parser

--HG--
branch : py3.7

- - - - -
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

- - - - -
d06d8bdd by Matti Picus at 2021-11-08T17:29:37+02:00
restore missing function needed for _hash

--HG--
branch : py3.7

- - - - -
6d5bb14d by Matti Picus at 2021-11-09T11:34:45+02:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -


27 changed files:

- extra_tests/cffi_tests/cffi1/test_ffi_obj.py
- lib-python/3/ssl.py
- 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/a5d00155fd89e1b4e1f47376c7739978dcb26adc...6d5bb14d07f21f26a4039cfc75b1fe97e57a44b1

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/a5d00155fd89e1b4e1f47376c7739978dcb26adc...6d5bb14d07f21f26a4039cfc75b1fe97e57a44b1
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

Reply via email to