Factor out the SHA256 hash checks into valid_filehash() so that it can
authorclaudio <claudio@openbsd.org>
Fri, 5 Mar 2021 16:00:00 +0000 (16:00 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 5 Mar 2021 16:00:00 +0000 (16:00 +0000)
commit67d45509f5b927964a5fb84e9dc17fd377e66297
treea285cd4edd4c98c08029b2c4e3e254ece3c80f71
parent5c6f3d6f2747c1eaba1d6fc7e2b9295ba11bdebc
Factor out the SHA256 hash checks into valid_filehash() so that it can
be used by the RRDP code as well.
OK tb@
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/validate.c