You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there are mutliple hash algorithms listed for an artifact, must the client verify all of them?
if client only supports some of the algorithms listed, is it ok to only verify those
should the client be able to use metadata that contains hash algorithms it does not support or know about (assuming hashes can be verified using known algorithms)?
The text was updated successfully, but these errors were encountered:
* Spec does not clearly state what algorithms should be supported
* Test for sha256, sha512 and finally both of them
* Test a unknown hash algo as well
* Avoid testing unknown + known algo: the expected results is not clear,
see theupdateframework#174
If we had a good "optional feature" selection we could use that for the
supported algorithms but for now I think xfail works for this case.
Signed-off-by: Jussi Kukkonen <[email protected]>
* Spec does not clearly state what algorithms should be supported
* Test for sha256, sha512 and finally both of them
* Test a unknown hash algo as well
* Avoid testing unknown + known algo: the expected results is not clear,
see #174
If we had a good "optional feature" selection we could use that for the
supported algorithms but for now I think xfail works for this case.
Signed-off-by: Jussi Kukkonen <[email protected]>
Some open questions not defined in spec:
The text was updated successfully, but these errors were encountered: