FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
[DO NOT MERGE] Almost complete rustls integration rewrite by im-0 · Pull Request #8007 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
99
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
[DO NOT MERGE] Almost complete rustls integration rewrite
- #8007
#8007
Draft
im-0
wants to merge 25 commits into
RustPython:main
RustPython/RustPython:main
from
im-0:rustls-integration-rewrite
im-0/RustPython:rustls-integration-rewrite
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Draft
[DO NOT MERGE] Almost complete rustls integration rewrite
#8007
im-0
wants to merge 25 commits into
RustPython:main
RustPython/RustPython:main
from
im-0:rustls-integration-rewrite
im-0/RustPython:rustls-integration-rewrite
Copy head branch name to clipboard
Commits
Commits on Jun 4, 2026
Add a test for ssl with ssl.MemoryBIO
Show description for ef042f0
im-0
committed
ef042f0
View commit details
Copy full SHA for ef042f0
Browse repository at this point
Add Serde serializer that converts structs into basic Python objects
im-0
committed
aab1759
View commit details
Copy full SHA for aab1759
Browse repository at this point
Support module monkey-patching on VM level
Show description for ea88e05
im-0
committed
ea88e05
View commit details
Copy full SHA for ea88e05
Browse repository at this point
Add OpenSSL data files used to build OID and NID tables
Show description for 4b663e0
im-0
committed
4b663e0
View commit details
Copy full SHA for 4b663e0
Browse repository at this point
Enable/disable ssl-related tests from cpython test suite
Show description for d2b1496
im-0
committed
d2b1496
View commit details
Copy full SHA for d2b1496
Browse repository at this point
Revert "Skip flaky tests (#7961)"
Show description for 6c311f8
im-0
committed
6c311f8
View commit details
Copy full SHA for 6c311f8
Browse repository at this point
Revert "Skip flaky test (#7967)"
Show description for 3f5cb40
im-0
committed
3f5cb40
View commit details
Copy full SHA for 3f5cb40
Browse repository at this point
Almost a complete rewrite of rustls integration
Show description for b5a1ea3
im-0
committed
b5a1ea3
View commit details
Copy full SHA for b5a1ea3
Browse repository at this point
Skip test.test_httplib.HTTPSTest.test_networked_good_cert if rustls is used
Show description for d0b2767
im-0
committed
d0b2767
View commit details
Copy full SHA for d0b2767
Browse repository at this point
On client, both CERT_OPTIONAL and CERT_REQUIRED enable cert verification
im-0
committed
814b5cd
View commit details
Copy full SHA for 814b5cd
Browse repository at this point
Rename stdlib_ssl_bio_unencrypted_trailer.py -> stdlib_ssl.py
im-0
committed
150128f
View commit details
Copy full SHA for 150128f
Browse repository at this point
Move crates/stdlib/src/rustls-data -> crates/stdlib/rustls-data
im-0
committed
196140b
View commit details
Copy full SHA for 196140b
Browse repository at this point
Use expectedFailureIf() instead of skipIf() for rustls-specific skips
im-0
committed
0332046
View commit details
Copy full SHA for 0332046
Browse repository at this point
Fix `cargo shear` warn (graviola dep for examples/custom_tls_providers.rs)
im-0
committed
fdd514b
View commit details
Copy full SHA for fdd514b
Browse repository at this point
Call SNI callback earlier and re-read the context after it
im-0
committed
6b954ef
View commit details
Copy full SHA for 6b954ef
Browse repository at this point
Remove allow_threads() from rustls integration
Show description for 99d20f8
im-0
committed
99d20f8
View commit details
Copy full SHA for 99d20f8
Browse repository at this point
Use certs from both SSL_CERT_FILE and SSL_CERT_DIR env vars if present
im-0
committed
adce18b
View commit details
Copy full SHA for adce18b
Browse repository at this point
Keep rustls error in SslError until converted into Python error
im-0
committed
6036eaa
View commit details
Copy full SHA for 6036eaa
Browse repository at this point
Ensure that TLS alerts are sent back on TLS errors
im-0
committed
4e79b93
View commit details
Copy full SHA for 4e79b93
Browse repository at this point
Document TLS connection state machine
im-0
committed
7117204
View commit details
Copy full SHA for 7117204
Browse repository at this point
Test Rust -> Python serializer with py_serde::PyObjectSerializer
im-0
committed
5e02b75
View commit details
Copy full SHA for 5e02b75
Browse repository at this point
Add documentation for Rust -> Python serializer
im-0
committed
9feac87
View commit details
Copy full SHA for 9feac87
Browse repository at this point
Serialize unit struct into Python string with just a struct name
im-0
committed
c56a8d4
View commit details
Copy full SHA for c56a8d4
Browse repository at this point
Enable ThreadedTests.test_ssl_in_multiple_threads
im-0
committed
21a68f2
View commit details
Copy full SHA for 21a68f2
Browse repository at this point
Workaround for test.test_ssl.ThreadedTests.test_wrong_cert_tls*
Show description for 8a43b8e
im-0
committed
8a43b8e
View commit details
Copy full SHA for 8a43b8e
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL