Commit 31d7b24
authored
fips: prefer self-reported status over a build flag (envoyproxy#39036)
Change-Id: I27552abf959a501cd592fe7fa1e5ac7d67e4ddff
Commit Message: Directly pass through boringssl's `FIPS_mode` status
instead of depending on the build flag. This is useful when boringssl is
forced to compile in the FIPS mode (e.g. by source code modification to
set the build flag).
Additional Description: none
Risk Level: low, a release assert was already present.
Testing: yes
Docs Changes: none
Release Notes: none
Signed-off-by: Kuat Yessenov <kuat@google.com>1 parent b0b550f commit 31d7b24
2 files changed
Lines changed: 2 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 40 | + | |
51 | 41 | | |
52 | 42 | | |
53 | 43 | | |
| |||
0 commit comments