boringssl/crypto/fipsmodule/modes
David Benjamin 0a67eba62d Fix the order of Windows unwind codes.
The unwind tester suggests Windows doesn't care, but the documentation
says that unwind codes should be sorted in descending offset, which
means the last instruction should be first.

https://docs.microsoft.com/en-us/cpp/build/exception-handling-x64?view=vs-2017#struct-unwind_code

Bug: 259
Change-Id: I21e54c362e18e0405f980005112cc3f7c417c70c
Reviewed-on: https://boringssl-review.googlesource.com/c/34785
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2019-02-05 19:38:23 +00:00
..
asm Fix the order of Windows unwind codes. 2019-02-05 19:38:23 +00:00
cbc.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
ccm.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
cfb.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
ctr.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
gcm_test.cc Implement unwind testing for Windows. 2019-02-05 19:22:15 +00:00
gcm_tests.txt
gcm.c Add a constant-time pshufb-based GHASH implementation. 2019-01-24 17:19:21 +00:00
internal.h Add a constant-time pshufb-based GHASH implementation. 2019-01-24 17:19:21 +00:00
ofb.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
polyval.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00