summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/as.c
AgeCommit message (Expand)Author
13 daysRename ips/as and ipsz/asz to ips/ases, num_ips/num_asesTheo Buehler
2023-12-27Rework the warnings on internet resourcesTheo Buehler
2023-10-18rpki-client: move inherit in {ip,as}_warn()Theo Buehler
2023-10-18rpki-client: rework as_check_overlap()Theo Buehler
2023-10-13Allow imposing constraints on RPKI trust anchorsJob Snijders
2023-05-23Simplify as_id_parse() using ASN1_INTEGER_get_uint64()Theo Buehler
2022-11-30Remove unused sys/socket.h includeJob Snijders
2022-11-29Only include stdarg.h, if we call any of va_{start,end}()Job Snijders
2022-11-29Only include assert.h if we call assert()Job Snijders
2022-05-15More KNF and whitespace fixes.Theo Buehler
2021-12-26fix spelling of inheritanceTheo Buehler
2020-09-12Include openssl/x509.h in extern.h since it uses a few of the typedefs fromClaudio Jeker
2019-11-27swap some comparisonsTheo de Raadt
2019-06-19use $OpenBSD$ headersTheo de Raadt
2019-06-19indentation adjustments, in particular near warn statementsTheo de Raadt
2019-06-17Don't do -portable in base. It is better done outside the tree.Theo de Raadt
2019-06-17Import Kristaps Dzonsons' RPKI validator into the treejob