Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guard RSA / RC4-5 ASM when NO_ASM is not defined | bcook | 2014-08-11 | 1 | -1/+3 |
| | | | | | | | | | Most assembly blocks remain inactive if OPENSSL_NO_ASM is not defined, only enabling inline assembly, but the RSA / RC4-5 blocks (used only in amd64 systems) turn on implicitly. Guard these two as well. This simplifies enabling just inline ASM in portable, no effective change in OpenBSD. | ||||
* | i'm a dumbdumb. fix build. | tedu | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | move all the feature settings to a common header. | tedu | 2014-07-11 | 1 | -72/+1 |
| | | | | probably ok beck jsing miod | ||||
* | Make sure we leave OPENSSL_NO_PSK in the conf files so things | beck | 2014-07-11 | 1 | -0/+1 |
| | | | | | can know... ok jsing@ | ||||
* | Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make | miod | 2014-05-06 | 1 | -37/+47 |
| | | | | | these files similar in layout to the other md Makefile.inc; no functional change. | ||||
* | first round of static config. ok miod | tedu | 2014-04-18 | 1 | -43/+0 |
| | |||||
* | Move the machine-specific parts of the libcrypto Makefile to per-arch makefile | miod | 2014-04-17 | 1 | -0/+60 |
| | | | | | | fragments, to ease maintainance, and see through the fog of bugs. "looks good" deraadt@ | ||||
* | The more you remove Chtulhu^WVMS tentacles, the more there are | miod | 2014-04-15 | 1 | -2/+0 |
| | |||||
* | revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside | sthen | 2014-04-14 | 1 | -0/+3 |
| | | | | (breaks ssh ecdsa keys) | ||||
* | No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djm | miod | 2014-04-13 | 1 | -3/+0 |
| | |||||
* | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | miod | 2014-04-11 | 1 | -0/+268 |
as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects. |