Popular repositories
1,602 contributions in the last year
Activity overview
Contributed to
letsencrypt/boulder,
algesten/ureq,
abetterinternet/prio-server
and 5 other
repositories
Contribution activity
January 2021
Created 33 commits in 5 repositories
Created 1 repository
- jsha/rustls Rust
Created a pull request in abetterinternet/crustls that received 3 comments
Use catch_unwind to prevent panicking across FFI.
Panicking across FFI is undefined behavior, so each of our exported functions must use catch_unwind and return an error (if an error result is poss…
+377
−262
•
3
comments
Opened 19 other pull requests in 6 repositories
abetterinternet/crustls
1
open
9
merged
algesten/ureq
1
open
3
merged
letsencrypt/boulder
2
merged
letsencrypt/website
1
merged
ctz/rustls
1
merged
jsha/curl
1
open
Reviewed 35 pull requests in 8 repositories
letsencrypt/boulder 13 pull requests
- Add validated timestamp to challenges
- WFE2: Improve support for multiple issuers & chains
- Stop running tests on go1.15.5
- Reify RemoveOldAuthzTables migration
- Enhancements to SQL driver tuning via JSON config
- WFE: Always use precert revocation path
- Fix spelling error
- Allow WFEv1 to specify which issuer to use
- Detect redirect loops in VA
- WFE tests: simplify use of mock SAs
- Update publicsuffix-go
- Use IssuerNameID to get issuer from precertificate
- Remove /issuer-cert endpoint from v2 API
algesten/ureq 9 pull requests
- cargo fmt
- Add request Display impl `$method $url`
- Response: Use ErrorKind::UnexpectedEof for "premature close"
- Document proxy support
- Implement std::error::Error for error::Transport
- Use iteration instead of recursion for `connect`
- Fix some clippy lints
- Fix 307/308 redirects (again, for 2.0)
- Fix main lib.rs and README.md example
abetterinternet/prio-server 4 pull requests
letsencrypt/website 4 pull requests
cabforum/build-guidelines-action 2 pull requests
ctz/rustls 1 pull request
abetterinternet/crustls 1 pull request
letsencrypt/sre-tools 1 pull request
Created an issue in ctz/rustls that received 3 comments
Customizing ALPN on a per-hostname basis
The ACME TLS-ALPN challenge allows web servers to perform domain validation at the TLS layer (rather than the HTTP layer). For instance, Apache's m…
3
comments