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
/
Makefile
Age
Commit message (
Expand
)
Author
2024-02-22
Add support for RPKI Signed Prefix Lists
Job Snijders
2023-10-13
Allow imposing constraints on RPKI trust anchors
Job Snijders
2023-06-29
Retire log.c
Theo Buehler
2023-06-12
Add content-encoding compression support (just gzip and deflate).
Claudio Jeker
2023-04-27
Reimplement output-json.c using json.c from bgpctl.
Claudio Jeker
2022-12-15
Rework statistic collection to be per repository and add metric output option
Claudio Jeker
2022-11-26
Add support for authenticating geofeed data CSV files in filemode
Job Snijders
2022-11-02
Add support for draft-ietf-sidrops-signed-tal-12
Job Snijders
2022-08-30
Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)
Job Snijders
2022-05-09
Add preliminary support for decoding RSC objects in filemode
Job Snijders
2022-04-21
The filemode code is enough different from the regular parser code that it
Claudio Jeker
2021-11-24
Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c.
Claudio Jeker
2021-10-25
Hook up the print.c functions in rpki-client
Claudio Jeker
2021-04-01
Initial commit of RRDP (The RPKI Repository Delta Protocol - RFC8182) support
Claudio Jeker
2021-04-01
Move base64 and hex encoding functions into their own place.
Claudio Jeker
2021-03-04
Implement a https client as a sub-process for rpki-client. This code will
Claudio Jeker
2021-02-04
Shuffle code around, move all the bits of proc_parser into parser.c.
Claudio Jeker
2021-02-02
Add a mkpath() helper function to rpki-client to recursively create
Claudio Jeker
2021-01-08
Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writing
Claudio Jeker
2020-12-09
Validate ghostbuster records (RFC 6493) but for now do nothing with the
Claudio Jeker
2019-12-04
split output management code into seperate file. iterate over output
Theo de Raadt
2019-11-28
enable more warning flags and fix a few issues noticed.
Sebastian Benoit
2019-11-28
add missing prototype
Sebastian Benoit
2019-11-28
build with -Wall, more -W coming, ok claudio@
Sebastian Benoit
2019-11-02
Build rpki-client with LibreSSL.
Joel Sing
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-12
Stop pulling libssl into rpki-client.
Joel Sing
2019-06-18
There is no need to -I${.OBJDIR}
Claudio Jeker
2019-06-17
Fix Makefile
job
2019-06-17
rpk-client.8 -> rpki-client.8
Jonathan Gray
2019-06-17
whitespace
Theo de Raadt
2019-06-17
Use bsd.prog.mk style for building
Theo de Raadt
2019-06-17
Import Kristaps Dzonsons' RPKI validator into the tree
job