Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not output SOM-specific directives. | miod | 2014-05-01 | 1 | -0/+4 |
| | |||||
* | Remove unreferenced OPENSSL_instrument_bus and OPENSSL_instrument_bus2 routines. | miod | 2014-05-01 | 1 | -87/+0 |
| | |||||
* | Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function. | miod | 2014-04-17 | 1 | -12/+0 |
| | |||||
* | Ok, there was a need for OPENSSL_cleanse() instead of bzero() to prevent | miod | 2014-04-17 | 1 | -44/+0 |
| | | | | | | | | | | | 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? | ||||
* | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 1 | -20/+21 |
| | |||||
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+224 |