-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_verify_with_time test fails on i686 #974
Comments
Found in NixOS#105454 (comment) Upstream issue pyca/pyopenssl#974
Was this test passing previously? This logic changed in #907, but fundamentally this OpenSSL API still takes a |
It does seem to pass on version 19.1.0 (tested with python 3.8). It also seems to succeed on 19.1.0 with #907 cherry-picked on top of it. I'm not sure I can easily bisect where it started failing, though. |
Found in #105454 (comment) Upstream issue pyca/pyopenssl#974
I would expect #927 is what caused the failure since that's where we updated the root cert to expire > 2038. |
Same test fails on 32-bit arm (https://bugs.gentoo.org/763993), and this issue looks similar to #684 |
When packaging on NixOS, we noticed a test failure when building pyOpenSSL 20.0.0 for the i686 architecture:
NixOS/nixpkgs#105454 (comment)
The text was updated successfully, but these errors were encountered: