Adam Langley d72e47fddb Add FIPS shared mode.
This change adds a FIPS integrity check using shared libraries. Unlike
with the static case, a shared build can take advantage of the linker
resolving relocations and thus doesn't need delocation. It does mean
that both .text and .rodata sections need to be handled, however, so the
hashing format is slightly different. inject-hash.go is updated to be
able to rewrite shared libraries to inject the correct hash value.

Change-Id: I9a71910cd6df3a85e4efac896b0913e65b5f875b
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/36024
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
2019-05-30 19:03:16 +00:00
..
2018-10-22 23:12:57 +00:00
2019-04-11 15:33:57 +00:00
2016-08-03 21:37:31 +00:00
2019-03-18 17:18:26 +00:00
2017-09-15 22:53:43 +00:00
2019-05-06 22:04:52 +00:00
2018-12-05 22:05:28 +00:00
2019-01-03 21:46:45 +00:00
2019-01-25 16:50:30 +00:00
2018-09-06 20:07:52 +00:00
2015-05-12 00:09:57 +00:00
2019-01-03 21:46:45 +00:00
2018-09-06 20:07:52 +00:00
2019-05-30 19:03:16 +00:00
2018-09-06 20:07:52 +00:00
2018-09-14 16:45:54 +00:00
2015-05-08 18:02:02 +00:00
2018-05-08 01:32:14 +00:00
2019-01-25 23:08:12 +00:00
2018-09-06 20:07:52 +00:00
2019-04-17 20:57:57 +00:00
2018-05-08 20:51:15 +00:00
2018-09-06 20:07:52 +00:00
2019-01-22 22:06:43 +00:00
2019-05-24 16:52:33 +00:00
2018-05-08 20:51:15 +00:00
2018-09-06 20:07:52 +00:00
2019-05-21 17:08:43 +00:00
2018-09-06 20:07:52 +00:00
2019-01-03 20:19:44 +00:00
2019-02-07 17:36:54 +00:00
2015-09-14 23:59:37 +00:00
2019-05-24 16:52:33 +00:00
2018-09-26 19:10:02 +00:00