Enable python 3.11 and resolve TLS issues #1
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/MiNode#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lee.miller/MiNode:ssl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
There were two branches: for testing on jammy and for a TLS issue with PyBitmessage 0.6.1. But when I applied the dumb fix 959d6ce6 for py311, another issue appeared, related to openssl-3.0 and TLSv1.3. And it's fixing right next to the previous one.
py310 still don't able to make 5 connections in the jammy containers though.214559d1d1
to59053b22cc
49e27778bc
to7cb4d16167
beb27195aa
toa62fc0e4c6
a62fc0e4c6
to006522d5c1
WIP: enable python 3.11 and resolve TLS issuesto enable python 3.11 and resolve TLS issuesUsing a gitea action together with
buildbot_multibuild
dir for jammy we can test py39,py310,p311 pretty well, includingTestProcessNoI2P
blind test.enable python 3.11 and resolve TLS issuesto Enable python 3.11 and resolve TLS issuesLooks ok. Regarding the SSL/TLS versions, I remember that in old python 2.7.something there were very limited options to set minimum and maximum allowed versions, so I had to base the implementation even with higher versions of python based on what's supported by the lower versions, so that they remain compatible. This however may be revisited at some stage as this very old python (I think < 2.7.9) shouldn't be used.
Enable python 3.11 and resolve TLS issuesto WIP: Enable python 3.11 and resolve TLS issuese9f1628b8a
todf172af1f9
WIP: Enable python 3.11 and resolve TLS issuesto Enable python 3.11 and resolve TLS issuesdf172af1f9
to61d8a94402
61d8a94402
toba0fc737e0
ba0fc737e0
tofd68c6ebe2
Rebased
5cb6637c96
to12f6e34afe
Actions stopped running in my repository. I'm getting page 500, when click on
test.yml
.a19a43e970
toefeabcb4cf
342d906446
toefeabcb4cf
Cool. Now I can test my branches locally without merging the
ssl
. You can probably remove all the branches in this repo, except for thev0.3
,master
,proofofwork
andqueue
. There will be PRs for the remaining work in progress soon.