Alex Gaynor

Results 154 issues of Alex Gaynor

This saves on a network round trip (which increases reliability)

I believe these are privacy (IND-CPA, -CCA, and NM-CPA) and integrity (INT-PTXT and INT-CTXT), but this should be verified and included in the docs.

Right now managing the parameters of the `iterator` to a `map` is challenging, because there's no way to use the input schema to ensure you're passing things to the right...

Mozilla's root store recently added this: https://bugzilla.mozilla.org/show_bug.cgi?id=1465613 There's currently no way to express this constraint on a TrustAnchor in webpki

From ITU X.690: ``` 11.5 Set and sequence components with default value The encoding of a set value or sequence value shall not include an encoding for any component value...

new-lint

I originally filed https://github.com/servo/rust-mozjs/issues/378, however after more looking at this, I think it's a more general problem: if the project your fuzzing has a dependency which pulls in non-rust code,...

github actions provides two cores, but clusterfuzzlite only uses 1. passing `-j $(ncpu)` gets free extra capacity :-)

Currently one specifies `rust_extensions` in `setup.py`, imperatively (e.g. https://github.com/pyca/cryptography/blob/main/setup.py#L43-L56). Nowadays, setuptools lets one specify many options declaratively in `setup.cfg` (e.g. https://github.com/pyca/cryptography/blob/main/setup.cfg). It'd be great if `rust_extensions` could also be specified...

help wanted

https://github.com/tokio-rs/tokio-proto/blob/master/src/tcp_server.rs#L106-L115 Currently the `NewService` instance returned by `F` must be `Send + Sync`. Is this necessary? My read of the code is that a distinct `NewService` instance is created for...