Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-03 | Detect Altivec support with the machdep.altivec sysctl rather than setmp and | Miod Vallat | |
a SIGILL handler. Do not attempt to detect and use a 64-bit FPU yet. | |||
2014-04-17 | Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function. | Miod Vallat | |
2014-04-17 | Ok, there was a need for OPENSSL_cleanse() instead of bzero() to prevent | Miod Vallat | |
supposedly smart compilers from optimizing memory cleanups away. Understood. Ok, in case of an hypothetically super smart compiler, OPENSSL_cleanse() had to be convoluted enough for the compiler not to recognize that this was actually bzero() in disguise. Understood. But then why there had been optimized assembler versions of OPENSSL_cleanse() is beyond me. Did someone not trust the C obfuscation? | |||
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller | |