Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 14 | -0/+3978 |
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. |