- Austin
- https://langui.sh
Block or Report
Block or report reaperhulk
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.
-
-
1,221 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2022
Created 21 commits in 3 repositories
Created 2 repositories
- reaperhulk/pyo3 Rust
- reaperhulk/vault-signing Python
Created a pull request in pyca/cryptography that received 3 comments
Opened 21 other pull requests in 3 repositories
pyca/cryptography
15
merged
1
closed
- add RSA PSS test vectors
- MSRV bump warning
- Add support for PSS.AUTO and PSS.DIGEST_LENGTH
- check for invalid keys that RSA_check_key misses
- fix two compiler warnings
- serialize certs to pkcs7
- increase default python version for testing
- update pkcs7 test vectors
- SIV support
- small refactors for upcoming SIV support
- add new bindings for OpenSSL 3.0.0 cipher fetching/freeing
- our NIST vector loader needs unique keys
- we documented this as 2**31 - 1, enforce it at the right spot
- bump boring in CI
- switch to using venvs in our containers
- bump boring in ci
pyca/infra
4
merged
pyca/pynacl
1
merged
Reviewed 25 pull requests in 3 repositories
pyca/cryptography
21 pull requests
- fixes #7081 -- correctly handle escape sequences in RFC4514 strings
- Implement a parser for RFC4514 strings
- fix comment for find_in_pem
- Build wheels for PyPy 3.9.
- bump boringssl version in ci
- Bump actions/checkout due to changes in git in some containers
- Drop manylinux2010 wheels for PyPy
- version isn't required in wheel builder
- begin testing on pypy 3.9
- Update pyo3 to 0.15.2
- bump boringssl in ci
- bump boringssl in ci
- Added Ubuntu Jammy to CI
- Fix indentation in docs/x509/reference.rst
- Added a non-public API for setting the tag on an attribute
- make ExtensionTypeVar covariant
- Upgrade to pyo3 0.16
- add TLSv1.3 PSKs function bindings
- SIV support
- Move linkcheck back into ci.yml
- fixes #7005 -- check if public keys are at infinity earlier