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