Alex Gaynor

Results 154 issues of 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....

primitives
installation
security-hardening
bindings
performance

- [x] 37: Initial deprecation warning - [x] 38: Final release with support (update error messages) - [ ] 39: Drop support

backend
bindings

Right now we only test against system OpenSSL in aarch64, we should test against the openssl we build in infra.

administrative
testing

**Describe the bug** CVE-2020-7598 impacts versions of minimist

security issue

### 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...

feature-request
no-autoclose
p3

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....

enhancement

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...