Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. | miod | 2014-05-03 | 1 | -0/+45 |
| | | | | | Note that GCM128 Neon code is currently not built (and thus not tested), as the current toolchain does not support Neon instructions. | ||||
* | 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. |