Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

sha512 verification does not work #25

Closed
ston1th opened this issue Nov 29, 2016 · 1 comment
Closed

sha512 verification does not work #25

ston1th opened this issue Nov 29, 2016 · 1 comment

Comments

@ston1th
Copy link

ston1th commented Nov 29, 2016

Hi

I tried to verify the hash of the 0.1.14 release.

The .sha512 file contains this: SHA512(acme-client-0.1.14.tgz)=...

This command tells me the file is not in the checklist:

$ sha512 -C acme-client-0.1.14.sha512 acme-client-0.1.14.tgz 
sha512: acme-client-0.1.14.tgz does not exist in acme-client-0.1.14.sha512

Now if I put whitespaces before and after the braces, it works: SHA512 (acme-client-0.1.14.tgz) =

$ sha512 -C acme-client-0.1.14.sha512 acme-client-0.1.14.tgz 
(SHA512) acme-client-0.1.14.tgz: OK

I'm on OpenBSD 6.0 -stable.

@kristapsdz
Copy link
Owner

This will be fixed in the next release. (It was also pointed out by another user.) FWIW, I was using openssl dgst instead of sha512. But I'm now using 512. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants