Anderson Sasaki

Results 129 comments of Anderson Sasaki

@arkivm Hello, thank you for this PR, and sorry for taking so long to get to it. Could you please rebase it on top of the current master?

> Any news in this matter? Not really, the priority on this is very low as nobody provided an use case where overriding the UUID using environment variables is not...

I think there is no need for another issue as this problem was reported via #280 I believe the best way to fix this is to implement what @aplanas suggested:...

> What comes to my mind with generated `UUID`s and another identifying `ID` - how would duplicates with same `ID` but different generated `UUID` (same client or not) be handled?...

The culprit is not the part of the code you pointed out: it properly raises the error when the certificate fails to load. The problem is on its caller, which...

This is related with https://github.com/keylime/rust-keylime/issues/583 The certificate builder fails to set the Subject Alternative Name because the `contact_ip` in the configuration file is set with square brackets `[]` when using...

This should be fixed by #765 This is still open because there is no test running on the CI to verify that it works as expected with IPv6

Thank you for the confirmation! I'm closing this

@maugustosilva If I see the code correctly, the measured boot log is only read if the PCR#0 is included in the mask: https://github.com/keylime/rust-keylime/blob/f5de47bd3fdcf767403242d05032b5775f3883ed/src/quotes_handler.rs#L217-L241 For the IMA measurements, there is the...