Alex Gaynor
Alex Gaynor
``` alexgaynor@penguin ~> http head 'https://www.openssl.org/source/openssl-1.1.1-latest.tar.gz' HTTP/1.1 404 Not Found Accept-Ranges: bytes Cache-Control: max-age=172793 Connection: keep-alive Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Tue, 31 Mar 2020 13:15:08 GMT Expires: Thu,...
My understanding is that we're concerned that any function over the secret-key (or something derived from it), must take time independent of the input value. Here are possible issues I...
I'm not sure exactly how this plays out, but I compile a number of crates using `cargo xbuild`, and I try to set `CARGO_TARGET_DIR` so that they all share a...
As far as I can tell, modules which are not compiled by default, e.g.: ``` rs #[cfg(test)] mod tests { } ``` do not get linted
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem github actions ### Package manager version _No response_ ### Language version...
Hi, I'm attempting to use `ctest2` with a `-sys` crate that uses `edition = "2018"`, however it looks like that may be unsupported? The proximate errors I'm seeing are: >...