Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,186 contributions in the last year
Contribution activity
September 2020
- jsha/git2-rs Rust
Created a pull request in rust-lang/git2-rs that received 3 comments
Add git2_ureq transport
This is an alternate approach to #624 that uses an actual HTTP client (ureq) on top of rustls. In the end this came out significantly cleaner, and …
+291
−1
•
3
comments
- Update 1.5.0 changelog.
- Add log dependency.
- Use cookie_store crate instead of cookie::CookieJar
- Handle ConnectionReset+ConnectionAbort at any time
- Pass through io::Errors when reading headers.
- Add changelog for 1.5.0.
- Replace IoResult and IoError with io:: versions.
- bugfix: Don't re-pool streams on drop.
- Fix set_max_idle_connections(0).
- Add Send marker trait to into_reader.
- Update comment about retries.
- Remove DEFAULT_HOST
- Use #[cfg(feature = "cookie")] for some functions.
- Fix cookies_on_redirect unittest.
- Document and tidy up new Pool invariants.
- Fix ocsp/helper.
- ocsp_helper: allow suppressing output.
- Factor out idForIssuer.
- notify-mailer: improve log output
- wfe and ca: Turn on RestrictRSAKeySizes in test.
- ca: return better error on bad cert parse.
- wfe: reject empty identifiers in new-authz and new-order
- ceremony: Clarify key labels.
- ceremony: collapse two cases in a switch.
- integration: use 2048-bit intermediate.
- ceremony: remove ecVerify and rsaVerify.
- Add gRPC Health service to all Boulder services
- ocsp-updater: use certDER codepath when IssuerID is 0
- SA: Ensure that IssuerID is set when adding precertificates
- Update acme divergences documentation
- Fix IsAnyNilOrZero to correctly handle all numeric types
- CA: Verify digitalSignature and certSign key usages
- Refactor CA configs for more modularity
- Upgrade MariaDB container in docker-compose
- Unify usage of 'issuer' and 'signer' as nouns
- Bdns add health check
- CA: Small cleanups to issuer loading
- CA: Set IssuerID when integrating orphaned certs
- cmd/ceremony: add cross-csr ceremony type
- Fix bug in force-unwrapping when resetting timers
- Add `req` field to Unit and remove cloned parts from request
- Implement Pluggable Name-resolution
- cargo fmt
- CI: error on dead/unused code for features
- Turn `Option<AgentState>` into `AgentState`
- Release/1.4.1
- Allow saving multiple idle streams per host.
- Read buffer to avoid byte-by-byte syscalls
Created an issue in algesten/ureq that received 5 comments
Return stream to pool when fully read but haven't reached EOF
Followup from #160 (comment): Hmm… I merged, but maybe we want to do something where it does return to pool if it is fully read? I think the case…
5
comments
- ocsp-updater: treat 0 issuerID same as `nil`
- sa: reject AddPrecertificate requests without IssuerID
- va: log CNAMEs in addition to CAA records
- wfe: reject empty identifier in new-authz
- ocsp-updater: export buckets counts of status updates
- ca: generate more meaningful error when parsing an empty certificate in GenerateOCSP
- ca: generate linting keys outside of constructor
- Modify liveness checks so they match liveness of gRPC services better
- ca: move UseForRSALeaves UseForECDSALeaves into per-issuer config