Age | Commit message (Collapse) | Author |
|
fastd will segfault in valgrind otherwise (O_o)
|
|
|
|
|
|
|
|
invalid aliasing (hopefully)
|
|
_mm version
|
|
generate fast code
|
|
For some reason, this allows clang to optimize the code much better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cipher
|
|
|
|
It doesn't have any advantages over the builtin one.
|
|
|
|
|
|
don't need to secure_memzero it
|
|
|
|
|
|
The performance gain is negligible, and OpenSSL avoids a bytewise implementation
to mitigate timing attacks.
This reverts commits d4916544299c28c4fb16da6d3306eea0a6d5d79f and
1b06460aa967e3afcfa6fc8d664874134ab6c739.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First check all error conditions before getting to the warnings (this is
important for --generate-key).
Also, downgrade the exit_bug to exit_error if method `null' is not supported.
|
|
|
|
While it isn't realistic for the nonce to wrap in less than one hour, it's
better to check for this.
|
|
|
|
|
|
CMake 2.8.9
|
|
|
|
|
|
|