index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
rpki-client
/
extern.h
Age
Commit message (
Expand
)
Author
2019-12-06
Don't hardcode the cache directory for rpki-client. If started as root
Claudio Jeker
2019-12-04
split output management code into seperate file. iterate over output
Theo de Raadt
2019-12-02
output_createtmp() remembers the true name, so output_finish() does not
Theo de Raadt
2019-11-30
Tweak rpki-client to create all 4 output file formats from a single
Theo de Raadt
2019-11-29
Use the AKI embedded in the CRL to store the crls. This way the AKI from
Claudio Jeker
2019-11-29
If run as root, priv-drop to _rpki-client.
Theo de Raadt
2019-11-28
Convert the auths array into an RB tree indexed by SKI. For fast lookups
Claudio Jeker
2019-11-28
Output to a temporary file, which gets renamed on success. This will
Theo de Raadt
2019-11-28
To verify a manifest, a roa, or a certificate, we check its signature
Sebastian Benoit
2019-11-27
whitespace
Sebastian Benoit
2019-11-27
Only store ta certs in the trust store and build chains of the
Sebastian Benoit
2019-11-27
knf, make types grepable. ok claudio@
Sebastian Benoit
2019-11-04
Refactor tal code a bit. Move the file reader back into tal.c so that the
Claudio Jeker
2019-10-31
Handle the TAL files in the master process and pass them as buffer to the
Claudio Jeker
2019-10-16
Add an output format for bird and one doing CSV. Also update the manpage
Claudio Jeker
2019-10-08
Rewrite the output handling of rpki-client and add an option to dump the
Claudio Jeker
2019-08-20
Change the arguments to rpki-client a bit. Instead of listing all TAL files
Claudio Jeker
2019-08-13
Show the most common warnings only if verbose is set. Most of these warnings
Claudio Jeker
2019-06-19
use $OpenBSD$ headers
Theo de Raadt
2019-06-19
Instead of the strange ASN.1 encoding of IP addresses with a size in bytes
Claudio Jeker
2019-06-19
indentation adjustments, in particular near warn statements
Theo de Raadt
2019-06-17
This portable code knocking out pledge or unveil is better done
Theo de Raadt
2019-06-17
Import Kristaps Dzonsons' RPKI validator into the tree
job