summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client/mft.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid using libc SHA256File(), just perform the operation inline toderaadt2020-04-111-30/+17
* Split the mft file and hash check from the mft parsing. This makes it easierclaudio2020-04-011-55/+78
* Delay failure in mft parsing until all elements of FileAndHash have beenclaudio2020-03-301-22/+30
* Check the hash and with it the presence of a file referenced in a MFT earlyclaudio2020-03-301-2/+46
* The code is more what you'd call 'guidelines' than actual rules.benno2019-11-291-7/+7
* enable more warning flags and fix a few issues noticed.benno2019-11-281-2/+2
* Rewrite the time validity check for mfts. Using ASN1_GENERALIZEDTIME_printclaudio2019-10-231-55/+48
* Show the most common warnings only if verbose is set. Most of these warningsclaudio2019-08-131-4/+6
* Those changes should not have been in last commit. Revert them for now.claudio2019-06-201-2/+2
* Don't use assert to validate user input. assert() is not for that, insteadclaudio2019-06-201-2/+2
* use $OpenBSD$ headersderaadt2019-06-191-1/+1
* indentation adjustments, in particular near warn statementsderaadt2019-06-191-59/+55
* Don't do -portable in base. It is better done outside the tree.deraadt2019-06-171-2/+1
* ../../../logmessagejob2019-06-171-0/+498