Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly enable assembler Montgomery routine. | miod | 2014-05-02 | 1 | -1/+2 |
| | |||||
* | Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes | miod | 2014-05-02 | 1 | -3/+3 |
| | | | | things. Worth doing as it's twice faster than the C code. | ||||
* | Disable assembler version of SHA512 for now, it produces wrong results. | miod | 2014-05-02 | 1 | -3/+3 |
| | |||||
* | Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512. | miod | 2014-05-01 | 1 | -0/+50 |
| | | | | RC4 assembler code is not used, as it runs about 35% 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. |