Results 661 comments of Brian Smith

> thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.19/build.rs:375:10 This will probably be fixed by #1174.

> It does not explain how to contribute into RISC-V port and how (at least) to allow the compilation of the crate. The work we're doing to enable all the...

Since we need to force clang for this target, mk/install-build-tools.sh can be modified here to add this target: ``` --target=i686-unknown-linux-musl|--target=x86_64-unknown-linux-musl) use_clang=1 ``` Please make the analogous change in mk/cargo.sh. This...

Does CPUID work reliabily (as expected) in the UEFI environment?

Also, are there any limitations or special considerations on CPU features (AVX2, AES-NI, etc.) for the EUFI environment?

My plan is to tag all future releases (any new 0.16.x releases and any new 0.17.x releases). I'm not planning to spend time tagging old releases. Please don't use any...

> I would consider it crucial for a security library to have tagging for any releases that are published elsewhere (e.g. on crates). It is dangerous to rely on assumptions...

> Are there any workarounds in the meantime (perhaps a way to unsafely clone the key?). We do everything we can do to ensure that isn't possible. > Hi, while...

To clarify some things: - The key generation function should be like `Ed25519KeyPair`s, not like `EphemeralPrivateKey`'s `generate_serializable()`, which returns the key pair object _and_ a serialized representation of the private...

Hi @danburkert, I took a peek at your fork and saw that you started working on this a couple weeks ago. Are you planning to keep working on it? Is...