summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
2024-01-31Rename mft_compare() to mft_compare_seqnum()Theo Buehler
2024-01-31Pull mft comparison into proc_parser_mft_pre()Theo Buehler
2024-01-31proc_parser_mft_pre: move freeing into an error pathTheo Buehler
2024-01-31proc_parser_mft: fix overloading of errorTheo Buehler
2024-01-30In the previous commit idle connections are reinserted onto the active listClaudio Jeker
2024-01-30Fix a race between scheduling a new request onto an idle connection andClaudio Jeker
2024-01-23Warn about overclaiming intermediate CAs, but don't errorJob Snijders
2024-01-18The CRL's purported signing time actually is called thisUpdate, not lastUpdateJob Snijders
2024-01-16Update standards referenceJob Snijders
2024-01-11Make the -P option work for Trust Anchor certificates as wellJob Snijders
2024-01-08Only use DIR_VALID in noop modeTheo Buehler
2024-01-07rpki-client: zap a stray spaceTheo Buehler
2024-01-07rpki-client: print revocation time in filemodeTheo Buehler
2023-12-29bump versionTheo Buehler
2023-12-29Pass correct file to warnx()Theo Buehler
2023-12-29Fix a NULL access or use-after-free bugJob Snijders
2023-12-27Mark rrdp debug logging functions as used in regressTheo Buehler
2023-12-27Rework the warnings on internet resourcesTheo Buehler
2023-12-26Do not accept empty delta elementsTheo Buehler
2023-12-24Zal dead codeJob Snijders
2023-12-18Rephrase some warnings related to ManifestsJob Snijders
2023-12-18bump versionSebastian Benoit
2023-12-14rpki-client: make IP address block checks stricterTheo Buehler
2023-12-12io_read_buf() abused the ibuf internal rpos which is no longer allowed.Claudio Jeker
2023-12-11Warn when the same manifestNumber is recycled across multiple issuances of th...Job Snijders
2023-12-11Log a warning when a manifest replay is detectedJob Snijders
2023-12-10Since errno isn't used here, use warnx() instead of warn()Job Snijders
2023-12-09Following a failed fetch, use a previously cached and valid ManifestJob Snijders
2023-11-24Require files to be of a minimum size in the RRDP & RSYNC transportsJob Snijders
2023-11-23Don't set directory modtimes to match the sourceJob Snijders
2023-11-16Simplify CRL printingTheo Buehler
2023-11-16Improve CRL extension checkingTheo Buehler
2023-11-16Add a helper to extrct the CRL Number from a crlTheo Buehler
2023-10-19Add experimental support for secp256r1 aka P-256 aka prime256v1Job Snijders
2023-10-18rpki-client: move inherit in {ip,as}_warn()Theo Buehler
2023-10-18rpki-client: rework ip_addr_check_overlap()Theo Buehler
2023-10-18rpki-client: rework as_check_overlap()Theo Buehler
2023-10-18rfc3779: no need for err.h, but we do need asn1.hTheo Buehler
2023-10-13Allow imposing constraints on RPKI trust anchorsJob Snijders
2023-10-02bump versionClaudio Jeker
2023-09-25rpki-client: mechanical rename of some variablesTheo Buehler
2023-09-25rpki-client: Refactor sbgp_assysnum() and sbgp_addrblk()Theo Buehler
2023-09-25Pass the talid to various parse functionsTheo Buehler
2023-09-25Introduce ip_addr_range_print() to avoid code repetitionJob Snijders
2023-09-12Ensure the X.509 Subject only contains commonName and optionally serialNumberJob Snijders
2023-09-03Shuffle the order in which Manifest entries are processedJob Snijders
2023-08-30Constify argument to entity_write_repo()Job Snijders
2023-08-30Fix commentsJob Snijders
2023-08-14Check SignedData and SignerInfo versions to be 3Theo Buehler
2023-07-28bump versionSebastian Benoit