Go to file
Adam Langley b1116a4a3b Always write the Poly1305 tag to an aligned buffer.
With GCC 4.9 and -O2 (and only -O2, -O1 and -O3 didn't trigger it), the
Poly1305 code can end up writing to an unaligned address otherwise and
that triggers a bus error on ARM.

Change-Id: Ifbeb7e2066a893d91d6f63c6565bac7d5542ef81
Reviewed-on: https://boringssl-review.googlesource.com/2850
Reviewed-by: Adam Langley <agl@google.com>
2015-01-14 23:38:25 +00:00
crypto Always write the Poly1305 tag to an aligned buffer. 2015-01-14 23:38:25 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Always write the Poly1305 tag to an aligned buffer. 2015-01-14 23:38:25 +00:00
ssl aarch64 support. 2015-01-14 23:38:11 +00:00
tool Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08:00
util aarch64 support. 2015-01-14 23:38:11 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt aarch64 support. 2015-01-14 23:38:11 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00