-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove gil-refs feature for pyo3 #10676
Milestone
Comments
alex
added a commit
to alex/cryptography
that referenced
this issue
Apr 2, 2024
This was referenced Apr 2, 2024
reaperhulk
pushed a commit
that referenced
this issue
Apr 4, 2024
This was referenced Apr 4, 2024
We're done here! |
Great! Seems like I can release PyO3 0.21.2 without needing further changes! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This requires fixing hundreds of warnings. Ideally we will do this in many small PRs, perhaps file at a time.
If you're interested in contributing:
src/rust/Cargo.toml
to remove thegil-refs
featurenox -e local
)Progress:
Phase 1
src/asn1.rs
to new pyo3 APIs #10711src/backend/aead.rs
to new pyo3 APIs #10696src/backend/cipher_registry.rs
to new pyo3 APIs #10700src/backend/ciphers.rs
to new pyo3 APIs #10703src/backend/cmac.rs
to new pyo3 APIs #10702src/backend/dh.rs
to new pyo3 APIs #10714src/backend/dsa.rs
to new pyo3 APIs #10715src/backend/ec.rs
to new pyo3 APIs #10721src/backend/ed25519.rs
to new pyo3 APIs #10722src/backend/ed448.rs
to new pyo3 APIs #10725src/backend/hmac.rs
to new pyo3 APIs #10726src/backend/kdf.rs
to new pyo3 APIs #10717src/backend/keys.rs
to new pyo3 APIs #10719src/backend/poly1305.rs
to new pyo3 APIs #10728src/backend/rsa.rs
to new pyo3 APIs #10729src/backend/utils.rs
to new pyo3 APIs #10678src/backend/x25519.rs
to new pyo3 APIs #10730src/backend/x448.rs
to new pyo3 APIs #10723src/buf.rs
to new pyo3 APIs #10684src/error.rs
to new pyo3 APIs #10686src/exceptions.rs
to new pyo3 APIs #10712src/oid.rs
to new pyo3 APIs #10688src/pkcs12.rs
to new pyo3 APIs #10687src/types.rs
to new pyo3 APIs #10754src/x509/sct.rs
to new pyo3 APIs #10713Lifetimes
asn1.rs
withgil-refs
disabled #10778ec.rs
withgil-refs
disabled #10757hashes.rs
withgil-refs
disabled #10759utils.rs
withgil-refs
disabled #10761pkcs12.rs
withgil-refs
disabled #10758certificate.rs
withgil-refs
disabled #10760csr.rs
withgil-refs
disabled #10756oid.rs
withgil-refs
disabled #10804Cleanup
as_borrowed()
#10801get_bound
back toget
#10803The text was updated successfully, but these errors were encountered: