corecrypto-2006
Pre-release
Pre-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.