Commit adf021f
committed
Use pulp_hashlib in receive_artifact()
Replace raw hashlib with pulp_hashlib.new() so that
digest creation goes through the allowed-algorithm gate
and works on FIPS-enabled systems.
closes #2256
Signed-off-by: Kush Gupta <kushalgupta@gmail.com>
Made-with: Cursor1 parent c81d744 commit adf021f
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
1452 | 1453 | | |
1453 | 1454 | | |
1454 | 1455 | | |
1455 | | - | |
| 1456 | + | |
1456 | 1457 | | |
1457 | 1458 | | |
1458 | 1459 | | |
| |||
0 commit comments