I program computers, and build teams that program computers, with a heavy focus on security.
- Washington D.C.
- https://alexgaynor.net
Highlights
Block or Report
Block or report alex
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
pyca/cryptography Public
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
-
Rust-for-Linux/linux Public
Forked from torvalds/linux
Adding support for the Rust language to the Linux kernel.
-
Security research organization dedicated to finding low hanging, critical, vulnerabilities.
-
-
what-happens-when Public
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
-
2,485 contributions in the last year
We're celebrating 100 million developers!
Less
More
Activity overview
Contribution activity
January 2023
Created 50 commits in 10 repositories
Created 1 repository
- alex/rust-toolchain Shell
Created a pull request in pyca/cryptography that received 5 comments
Opened 43 other pull requests in 8 repositories
pyca/cryptography
29
merged
1
open
- fix for a future warning
- fix env var for cargo sparse registry
- Remove repeated hex conversion of tag in AES GCM tests
- Style fixes for latest ruff
- Migrate from setup.cfg to pyproject.toml completely
- Re-enable sparse registry now that its stabilizing
- Re-compile ci-constraints-requirements.txt
- Add comment to CI on another potential future MSRV
- Use the ruff 'pyupgrade' checks
- Remove CircleCI
- this function doesn't return anything
- remove CI jobs that are now in GHA
- build boringssl's rust bindings in CI
- rename variable to make sense
- try making download_openssl.py a bit more resilient
- Update installation.rst
- serial_number is not a function
- fixes #8052 -- correct NameAttribute.value documentation
- Re-compile ci-constraints-requirements.txt
- fixes #8035 -- added a test for loading a cert with another PEM block…
- update sid's python
- Use the more modern OpenSSL incantation in tests
- Increase PR limits for dependabot
- update circleci config for new docker images
- also install coverage in distros jobs
- Some pull requests not shown.
pyca/infra
5
merged
pyca/pyopenssl
3
merged
dtolnay/rust-toolchain
1
merged
paramiko/paramiko
1
merged
Homebrew/brew-pip-audit
1
merged
pyca/pynacl
1
merged
pyca/bcrypt
1
merged
Reviewed 143 pull requests in 10 repositories
pyca/cryptography
25 pull requests
- Bump zipp from 3.11.0 to 3.12.0
- Bump rich from 13.2.0 to 13.3.0
- Bump BoringSSL and/or OpenSSL in CI
- Bump BoringSSL and/or OpenSSL in CI
- Bump BoringSSL and/or OpenSSL in CI
- Bump coverage from 7.0.5 to 7.1.0
- Bump pathspec from 0.10.3 to 0.11.0
- Bump BoringSSL and/or OpenSSL in CI
- Bump cachetools from 5.2.1 to 5.3.0
- Bump hypothesis from 6.63.0 to 6.64.0
- Bump sphinxcontrib-applehelp from 1.0.3 to 1.0.4
- use uuidgen instead of a python invocation
- Bump ruff from 0.0.227 to 0.0.230
- Bump ruff from 0.0.227 to 0.0.229
- Bump hypothesis from 6.62.1 to 6.63.0
- Bump dtolnay/rust-toolchain from 22cb70465de2ebc761c76f91046abd5a6986040f to ce8f65846d7180d2ce63b1e74483d981800b9e22
- see if python 3.10 works with our downstreams
- Bump BoringSSL and/or OpenSSL in CI
- Bump rich from 13.1.0 to 13.2.0
- Bump dtolnay/rust-toolchain from e645b0cf01249a964ec099494d38d2da0f0b349f to 22cb70465de2ebc761c76f91046abd5a6986040f
- Bump ruff from 0.0.226 to 0.0.227
- Bump BoringSSL and/or OpenSSL in CI
- Bump ruff from 0.0.225 to 0.0.226
- Bump tox from 4.3.4 to 4.3.5
- test on jammy arm64 (and not focal)
- Some pull request reviews not shown.
pyca/bcrypt
8 pull requests
- Bump dtolnay/rust-toolchain from 22cb70465de2ebc761c76f91046abd5a6986040f to ce8f65846d7180d2ce63b1e74483d981800b9e22
- remove manylinux 2.24
- use jammy arm64 image
- Bump proc-macro2 from 1.0.49 to 1.0.50 in /src/_bcrypt
- Bump actions/setup-python from 4.4.0 to 4.5.0
- Bump actions/cache from 3.2.2 to 3.2.3
- Bump actions/upload-artifact from 3.1.1 to 3.1.2
- Bump actions/checkout from 3.2.0 to 3.3.0
pyca/infra
7 pull requests
alex/rust-asn1
5 pull requests
- Bump dtolnay/rust-toolchain from 22cb70465de2ebc761c76f91046abd5a6986040f to ce8f65846d7180d2ce63b1e74483d981800b9e22
- Bump dtolnay/rust-toolchain from e645b0cf01249a964ec099494d38d2da0f0b349f to 22cb70465de2ebc761c76f91046abd5a6986040f
- Bump actions/cache from 3.2.2 to 3.2.3
- Bump actions/upload-artifact from 3.1.1 to 3.1.2
- Bump actions/checkout from 3.2.0 to 3.3.0
hallowauth/hallow
3 pull requests
pyca/pynacl
2 pull requests
rustsec/advisory-db
2 pull requests
pypi/warehouse
2 pull requests
aws/aws-encryption-sdk-python
1 pull request
paramiko/paramiko
1 pull request
Created an issue in jcreekmore/pem-rs that received 6 comments
PEM with headers?
PEM supports headers. (Privacy Enhanced Mail! Mail has headers! The 90s were wild).
One mostly sees this in private keys, e.g.:
-----BEGIN RSA PRIV…
6
comments