Commit e091b9f
authored
pythongh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (python#109423)
Use a longer key: FIPS mode requires at least of at least 112 bits.
The previous key was only 32 bits.1 parent d7dc3d9 commit e091b9f
2 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6474 | 6474 | | |
6475 | 6475 | | |
6476 | 6476 | | |
6477 | | - | |
| 6477 | + | |
| 6478 | + | |
| 6479 | + | |
| 6480 | + | |
| 6481 | + | |
6478 | 6482 | | |
6479 | | - | |
| 6483 | + | |
6480 | 6484 | | |
6481 | 6485 | | |
6482 | | - | |
| 6486 | + | |
6483 | 6487 | | |
6484 | 6488 | | |
6485 | 6489 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments