Montgomery Edwards⁴⁴⁸
Montgomery Edwards⁴⁴⁸
That seems reasonable. However, reqwest is using Schannel on Windows. So Windows 7, 8.0 and 8.1 will connect to cargo.io and other rust-lang servers using only weak cipher suites because...
Thanks, I updated the issue based on helpful feedback from both of you. The only 9 cipher suites supported by `rustls` are the same 9 we want enabled. :+1:
~~@seanmonstar, would you need to add [`rustls-native-certs`](https://github.com/ctz/rustls-native-certs) as an option in `reqwest` before we can use it in rustup?~~ @kinnison I'm not seeing `rustls` being used (currently) by rustup. I...
We can have `reqwest` always use `hyper-rustls` which it already supports. And `hyper-rustls` uses `rustls-native-certs` by default since Nov 23, 2019. This would give us the desired cipher suites without...
Third-party security audit of `ring`, `webpki`, and `rustls`: - Nice summary by the author of `rustls` is at https://jbp.io/2020/06/14/rustls-audit.html - The report is at https://github.com/ctz/rustls/blob/master/audit/TLS-01-report.pdf
``` % curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0 ``` Executing scripts hosted outside your repo without verification opens door to incidents like [Codecov Bash...
@espoal mentioned[ Section 4.3 of CBOR Sequences RFC 8742](https://www.rfc-editor.org/rfc/rfc8742.html#name-optimizing-cbor-sequences-f) which suggests a CBOR byte string can be used to wrap each item in a sequence for efficient skipping. Protocol designers...
EDIT: sorry, I didn't see kinnison's work using QEMU on this. Not sure if others can reproduce issue by trying different settings like 2+ cpu, etc. Running Ubuntu 16.04.1 armhf...
Hi Pavel, I took a quick glance at [bfloat16](https://en.wikipedia.org/wiki/Bfloat16_floating-point_format). If I implement it, I think it would be in a separate project. There would have to be a convenient way...
Here's the relevant text in SIL 1.1 license which covers the Libre Franklin font: > 5) The Font Software, modified or unmodified, in part or in whole, must be distributed...