Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add OPENSSL_NO_EGD to opensslfeatures.h. | bcook | 2015-05-26 | 1 | -0/+1 |
| | | | | | | | Since RAND_egd has been removed from LibreSSL, simplify porting software that relies on it. See https://github.com/libressl-portable/openbsd/pull/34 from Bernard Spil, ok deraadt@ | ||||
* | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia | miod | 2014-11-18 | 1 | -1/+0 |
| | | | | libcrypto minor bump. | ||||
* | Add the Cammelia cipher to libcrypto. | miod | 2014-11-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | it has been 4888 days since the transient feature to define short macros | tedu | 2014-07-11 | 1 | -58/+1 |
| | | | | | for apps that haven't had time to make the appropriate changes was added. time's up. | ||||
* | additional features: no buffer freelists and no heartbleed | tedu | 2014-07-11 | 1 | -0/+3 |
| | |||||
* | no compression is also a feature of libressl | tedu | 2014-07-11 | 1 | -0/+4 |
| | |||||
* | move all the feature settings to a common header. | tedu | 2014-07-11 | 1 | -0/+72 |
probably ok beck jsing miod |