From 410dc86792d6109050e767a1d76de12a5b9f0129 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com> Date: Tue, 22 Mar 2022 13:57:34 -0400 Subject: [PATCH] Define that DownloadFile content hash method is SHA256 (#68) Resolves https://github.com/open-telemetry/opamp-spec/issues/67 Without specifying the hashing method it was useless for the purposes it claims to exist for >The hash of the file content. Can be used by the Agent to verify that the file was downloaded correctly. You can't verify that the hash matches the content if you don't know the hashing method. Now it is precisely defined to be SHA256 of the content. --- specification.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification.md b/specification.md index 9637ecd..9a7b311 100644 --- a/specification.md +++ b/specification.md @@ -1923,7 +1923,7 @@ There are 3 levels of hashes: