Commit a21035c
authored
add_hkdf_info: use patched version if fips is enabled (#30)
openssl/openssl#23448 has been fixed in the
openssl upstream and backported to all 3.y branches. However, unpatched
instances of openssl may still contain the bug. This can be the same for
openssl fips providers, which are usually quite stable, and receive only
CVE patches. Using patched version of add_hkdf_info function in FIPS
environment enables this usecase.
Signed-off-by: Zuzana Miklankova <zmiklank@redhat.com>1 parent c32b266 commit a21035c
1 file changed
+19
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | 110 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 111 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | | - | |
126 | 132 | | |
127 | 133 | | |
128 | 134 | | |
| |||
0 commit comments