Alex Gaynor
Alex Gaynor
DO NOT MERGE, DROPS SUPPORT FOR PYTHON 3.6. FOR PROOF OF CONCEPT ONLY. Follow up action items: - [ ] Convert `crate::intern!()` to use `pyo3::intern!()` for basically all static strings...
# Vision The ability to write some primitives in Rust code, using the `openssl` crate. # Motivation Performance -- Python code interacting with the OpenSSL APIs introduce nontrivial overhead (e.g....
- [x] 37: Initial deprecation warning - [x] 38: Final release with support (update error messages) - [ ] 39: Drop support
Right now we only test against system OpenSSL in aarch64, we should test against the openssl we build in infra.
**Describe the bug** CVE-2020-7598 impacts versions of minimist
### Is this related to a problem? I'm writing logic to implement caching of STS tokens (as suggested in #1329). I want the caching algorithm to be the same as...
This is a big pony (🐴 ), but it'd be amazing if magic-wormhole.rs worked well under Web Assembly. My reason for wanting this is that I've long wanted to package...
Right now an unknown public key in GPG stops all processing of that public key block; it'd be great if it ignored such keys and still tested all other keys....
Hi! I was checking out libpostal, and saw something that could be improved. --- #### My country is United States --- #### Here's how I'm using libpostal I'm attempting to...