converged-security-suite
converged-security-suite copied to clipboard
Converged Security Suite for Intel & AMD platform security features
This bug acts as collection of existing OSS doing DMAR verification: - [https://github.com/Xilinx/xen/blob/master/xen/drivers/passthrough/vtd/dmar.c](https://github.com/Xilinx/xen/blob/master/xen/drivers/passthrough/vtd/dmar.c)
The test TPMNVRAMIsLocked test is falsely named. Update the description as well
Omiting the key type in the PEM header of the generated key leaves the key files malformed which confuses some parsers including openssl.
Accepting crypto.PrivateKey uneccessarily restricts this library to software crypto algorithms provided by the golang crypto packages. By allowing the more generic crypto.Signer interface alternative implementations, e.g., backed by HSMs, can...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...
amd-suite runs AMD specific tests for: * AMD PSB * AMD SME * AMD SEV * AMD SEV-SNP
`return consts.BasePhysAddr - addr, nil` This calculates the offset from the end of the image, but what we need is the offset from the beginning of the image. `return -...
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.11 to 0.5.14. Commits 7184815 Preparation of release v0.5.14 88ddf1d Address Security Issue GHSA-jc7w-c686-c4v9 c8314b8 Add new package xio with WriteCloserStack 4f11dce Update README.md and SECURITY.md to...