Results 207 issues of Brian Smith

I don't have time to write the OCaml code for this, but I've already written the code to do this in both C++ for [mozilla::pkix](https://github.com/briansmith/mozillapkix) and [libwebpki](https://github.com/briansmith/webpki). The mozilla::pkix code...

Stable Rust doesn't report these targets as having any target features. But, these targets do have at least NEON by definition. And Nightly rustc does report the features. ``` $...

C-bug
needs-triage

Recently we have refactored build.rs and related machinery to make it easier to support alternative build systems, in particular Bazel and GN. The most recent changes include: - [ ]...

See https://fuchsia.googlesource.com/fuchsia/+/66208a41ba8a8d9a2ad1049e6a3ac34a52d6f9da * Use the new name `ZX_ARM64_FEATURE_ISA_SHA256` instead of the old name `ZX_ARM64_FEATURE_ISA_SHA2` for SHA-256. * Use the feature flag `ZX_ARM64_FEATURE_ISA_SHA512` (`(uint32_t)(1u

In order to use create a rustix backend for the `getrandom` crate that would pass its tests using memory sanitizer, these functions nedd to `__msan_unpoison` their output buffer only when...