Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 2016-11-04 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | meaningful constants in a private header file, so that reviewers can actually get a chance to figure out what the code is attempting to do without knowing all cpuid bits. While there, turn it from an array of two 32-bit ints into a properly aligned 64-bit int. Use of OPENSSL_ia32_P is now restricted to the assembler parts. C code will now always use OPENSSL_cpu_caps() and check for the proper bits in the whole 64-bit word it returns. i386 tests and ok jsing@ | ||||
* | Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been | miod | 2014-07-12 | 1 | -2/+2 |
| | | | | done for other symmetric algorithms recently. | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -11/+151 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -204/+244 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -5/+6 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -29/+85 |
| | |||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -1/+1 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+173 |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. |