ComplexSpaces

Results 198 comments of ComplexSpaces

Oh that's pretty interesting; the .NET bindings to the Windows certificate verification also failed to find a trusted root CA issuer: > Chain sucessfully built: False WARNUNG: Windows was not...

Thank you for taking the time to dig through this! These findings and descriptions are great, so no worries about the rambling. What you're describing is actually something we've had...

Hey again! I tried to reproduce this using [mkcert](https://github.com/FiloSottile/mkcert) but I haven't been able to get the same behavior yet. I issued a certificate for `foobar.internal.domain` using it and served...

Do the certificate fields/properties on your chain in a browser look significantly different then these ones from `mkcert`? Website cert: ![Image](https://github.com/user-attachments/assets/3b1aa9f3-72be-44b2-bdae-7b2ed9d2a433) `mkcert` CA root: ![Image](https://github.com/user-attachments/assets/2a5196c9-241d-4c9f-9aee-67b1cf9e6cb0)

Hey there, I wanted to follow up a point mentioned in the PR description: > We believe there is no use for no_std support for this target. My current belief...

To my knowledge the target triples are identical, the only differences is the libs and flags passed to the linker. [This blog](https://techcommunity.microsoft.com/blog/microsoft-security-blog/everything-old-is-new-again-hardening-the-trust-boundary-of-vbs-enclaves/4386961) mentions a Rust-based PoC someone at MS put...

I don't have an enclave dev environment set up at this moment, sorry, but I can get back to you later on checking if `IsProcessorFeaturePresent` functions correctly in the enclave....

Is [inconsistent_struct_constructor](https://rust-lang.github.io/rust-clippy/master/index.html#inconsistent_struct_constructor) the lint you're looking for?