Results 1127 comments of Brian Smith

All the backward-incompatible changes have been dealt with and the aarch64-pc-windows-msvc testing has been added to CI. I hope to do the release soon.

Now blocked on Issue #2536 where a test is failing on aarch64-pc-windows-msvc with Rust 1.66 consistently in CI.

I've started the process of merging the latest BoringSSL changes into *ring*. As things have mostly diverged, the merge mostly involves doing analogous things with different code than BoringSSL. So,...

Could you please tell me how I can test a Rust project in the arm64_32 emulator on an Apple Silicon Mac? We have done some preliminary work to support arm64_32...

See #2622. Needs testing and links to the ABI documentation.

> > See [#2622](https://github.com/briansmith/ring/pull/2622). Needs testing and links to the ABI documentation. > > I'll check the branch later today. Did you have any chance to try it out?

So, I was hoping to use [cargo-dinghy](https://github.com/sonos/dinghy/blob/main/Cargo.toml) to test this in the watchOS simulator but it doesn't seem to support arm64_32. And I can't find any documentation about how to...

I merged the PR to the main branch as commit f161d1c1fe690d5379a9357a35355f24b2600b3c. I am going to leave all those changes but I am going to add another change to break the...

Thanks. What is the target triple for VBS enclaves?

Does `IsProcessorFeaturePresent` report AES features being available in an enclave? I wonder if there is some way we could run the tests in an enclave in CI?