- Washington D.C.
- https://alexgaynor.net
Highlights
Block or Report
Block or report alex
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,187 contributions in the last year
Activity overview
Contribution activity
July 2022
Created 31 commits in 6 repositories
Created a pull request in alex/rust-asn1 that received 1 comment
Refactor _read_base128_int to not use an Iterator
This will make it easier to use in other contexts.
Opened 30 other pull requests in 4 repositories
pyca/cryptography
15
merged
1
closed
1
open
- Added license header to download_openssl.py
- Run benchmarks in CI
- Update things for 2022
- Warn users on 32-bit Pythons on 64-bit windows.
- fixes #7345 -- macarm64 runner is now native
- Provide a link to create a PAT in the release flow
- openssl version bumps for ci
- Added OCB vectors from openssl
- foward port changelog for 37.0.4
- Version bump and changelog for 37.0.4
- Added vectors for long form tags
- Bump to rust-asn1 0.10
- Revert "pin rust nightly until regression is fixed"
- Don't force an upgrade of cffi
- pin rust nightly until regression is fixed
- Added RUSTUP_TOOLCHAIN to tox passenv
- Re-use constant from rust-asn1
alex/rust-asn1
11
merged
- correct comment
- Bump for 0.10.0 release
- fix off-by-one
- Expose additional Tag accessors for pyca/cryptography
- Added support for long tags
- Refactor tag to store passed bits, rather than just a u8.
- Factor our base128_length function
- Move base128 utils to their own file
- Create a dedicated type for Tags
- Implement read_u8 in terms of read_bytes
- Fix clippy warnings by deriving Eq
pyca/bcrypt
1
merged
pyca/infra
1
merged
Reviewed 21 pull requests in 6 repositories
pypi/warehouse
7 pull requests
pyca/cryptography
5 pull requests
pyca/bcrypt
4 pull requests
rust-lang/rust
2 pull requests
Rust-for-Linux/linux
2 pull requests
rust-fuzz/afl.rs
1 pull request
Created an issue in rust-lang/rust that received 5 comments
Recent nightly started ICEing with "No counters provided the source_hash for used function"
This can be seen here: https://github.com/pyca/cryptography/runs/7165695219?check_suite_focus=true
Running `rustc --crate-name cryptography_rust --…


