Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the Cammelia cipher to libcrypto. | miod | 2014-11-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | There used to be a strong reluctance to provide this cipher in LibreSSL in the past, because the licence terms under which Cammelia was released by NTT were free-but-not-in-the-corners, by restricting the right to modify the source code, as well retaining the right to enforce their patents against anyone in the future. However, as stated in http://www.ntt.co.jp/news/news06e/0604/060413a.html , NTT changed its mind and made this code truly free. We only wish there had been more visibility of this, for we could have had enabled Cammelia earlier (-: Licence change noticed by deraadt@. General agreement from the usual LibreSSL suspects. Crank libcrypto.so minor version due to the added symbols. | ||||
* | 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@ | ||||
* | Enable assembler bits for BN (Montgomery), SHA1 and SHA256. | miod | 2014-05-03 | 1 | -0/+44 |
| | | | | Assembler bits for AES remain commented out as they run slower than the C code. | ||||
* | first round of static config. ok miod | tedu | 2014-04-18 | 1 | -43/+0 |
| | |||||
* | The more you remove Chtulhu^WVMS tentacles, the more there are | miod | 2014-04-15 | 1 | -2/+0 |
| | |||||
* | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | miod | 2014-04-11 | 1 | -0/+273 |
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. |