Skip to content

corecrypto-2006

Pre-release
Pre-release
Compare
Choose a tag to compare
@wjk wjk released this 15 Oct 16:30
· 30 commits to master since this release

This release contains a fixed implementation of cckprng. The version in corecrypto-2005 used the rdrand instruction, which QEMU does not implement. As a result, the kext would emit an illegal-instruction fault during boot, resulting in a kernel panic. I also implemented the SHA256 API, as the stub for that function was called hundreds of times during the boot process.