Results 661 comments of Brian Smith

If you look at arm_arch.h you can see that it is expecting the compiler to set `__ARM_ARCH__` and/or similar macros like `__aarch64__`. It seems like something must be off with...

> Is arm_arch.h a generated source or something that can be patched? It can be patched. Patching might provide some kind of temporary workaround. But the real issue is "Why...

https://lapo.it/asn1js/#MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEI3MQm-HzXvaYa2mVlhB4zknbtAT8cSxakmBoJcBKGqGwYS0bhxSpuvABM1kdBTDpQhXnVdcq-LSiukXJRpGHVg shows that your key is PEM (base64) encoded SubjectPublicKeyInfo format. Given that, the premise of this bug is a duplicate of #476. However: > 04:23:73:10:9b:e1:f3:5e:f6:98:6b:69:95:96:10: 78:ce:49:db:b4:04:fc:71:2c:5a:92:60:68:25:c0: 4a:1a:a1:b0:61:2d:1b:87:14:a9:ba:f0:01:33:59: 1d:05:30:e9:42:15:e7:55:d7:2a:f8:b4:a2:ba:45: c9:46:91:87:56

I do care about this and I do want it to be done. However, there are a lot of layers to slog through and it will unfortunately be a bit...

The documentation for `cargo deny` has an example of how to deal with *ring* specifically.

I do now maintain a deny.toml to use for *ring* at https://github.com/briansmith/ring/blob/main/deny.toml.

> @briansmith this is unfortunate that ring has become an example of license.clarify clause of cargo-deny and indeed I've stumbled with the warning too. Why not adding license = "ISC...

An example of a complication that I'm not yet prepared to resolve yet, that I encountered in the webpki project. The spdx.org website says the BSD 3-clause license has a...

> An example of a complication that I'm not yet prepared to resolve yet, that I encountered in the webpki project. The spdx.org website says the BSD 3-clause license has...

Working on the solution for #1424, I read the code and it seems like we do indeed skip over attributes. See https://github.com/briansmith/ring/blob/24c9d3bc33e8fc2e9643d5f900cc93bb360dfc60/src/pkcs8.rs#L138-L142 If we encounter `[0]` then we skip it...