Skip to content

Commit

Permalink
Permanently DISABLE tlskey_index_verify_hash()
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Mar 3, 2022
1 parent 346adb1 commit ad46498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easytls
Original file line number Diff line number Diff line change
Expand Up @@ -3522,6 +3522,7 @@ tlskey_index_update ()
# Verify current tlskey-index hash
tlskey_index_verify_hash ()
{
die "DISABLED tlskey_index_verify_hash"
[ -z "${tlskey_index_verify_hash_block}" ] || \
die "tlskey index verify hash must only run once"
request_fixed_hash=1
Expand Down

1 comment on commit ad46498

@TinCanTech
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.