summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/extern.h
AgeCommit message (Expand)Author
2019-12-06Don't hardcode the cache directory for rpki-client. If started as rootClaudio Jeker
2019-12-04split output management code into seperate file. iterate over outputTheo de Raadt
2019-12-02output_createtmp() remembers the true name, so output_finish() does notTheo de Raadt
2019-11-30Tweak rpki-client to create all 4 output file formats from a singleTheo de Raadt
2019-11-29Use the AKI embedded in the CRL to store the crls. This way the AKI fromClaudio Jeker
2019-11-29If run as root, priv-drop to _rpki-client.Theo de Raadt
2019-11-28Convert the auths array into an RB tree indexed by SKI. For fast lookupsClaudio Jeker
2019-11-28Output to a temporary file, which gets renamed on success. This willTheo de Raadt
2019-11-28To verify a manifest, a roa, or a certificate, we check its signatureSebastian Benoit
2019-11-27whitespaceSebastian Benoit
2019-11-27Only store ta certs in the trust store and build chains of theSebastian Benoit
2019-11-27knf, make types grepable. ok claudio@Sebastian Benoit
2019-11-04Refactor tal code a bit. Move the file reader back into tal.c so that theClaudio Jeker
2019-10-31Handle the TAL files in the master process and pass them as buffer to theClaudio Jeker
2019-10-16Add an output format for bird and one doing CSV. Also update the manpageClaudio Jeker
2019-10-08Rewrite the output handling of rpki-client and add an option to dump theClaudio Jeker
2019-08-20Change the arguments to rpki-client a bit. Instead of listing all TAL filesClaudio Jeker
2019-08-13Show the most common warnings only if verbose is set. Most of these warningsClaudio Jeker
2019-06-19use $OpenBSD$ headersTheo de Raadt
2019-06-19Instead of the strange ASN.1 encoding of IP addresses with a size in bytesClaudio Jeker
2019-06-19indentation adjustments, in particular near warn statementsTheo de Raadt
2019-06-17This portable code knocking out pledge or unveil is better doneTheo de Raadt
2019-06-17Import Kristaps Dzonsons' RPKI validator into the treejob