diff options
author | Jack Lloyd <[email protected]> | 2018-07-13 18:08:52 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-13 18:57:58 -0400 |
commit | 6cc013091599a9d264e960fb9533c59c23a642ec (patch) | |
tree | 78474de625adb7734f066e4eb4a3653fa26308ed /src/scripts | |
parent | 0410b9acd1f4eb13d88e47b3ed1add8640c564da (diff) |
Tighten up error checking in pk_decrypt
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/test_cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/test_cli.py b/src/scripts/test_cli.py index b2c526d98..340d87e6b 100755 --- a/src/scripts/test_cli.py +++ b/src/scripts/test_cli.py @@ -477,7 +477,7 @@ def cli_pk_encrypt_tests(): # Because we used a fixed DRBG for each invocation the same ctext is generated each time rng_output_hash = "32F5E7B61357DE8397EFDA1E598379DFD5EE21767BDF4E2A435F05117B836AC6" - ctext_hash = "DBF227237924EF2B2171B5B9A1C52C152C388E407CF3D32122A4984D471F8F77" + ctext_hash = "BEA478C6D30CF0517AF6FC463D7CFDFB11AE2992ED744FF76E67612137780025" test_cli("hash", ["--no-fsname", "--algo=SHA-256", input_file], rng_output_hash) |