summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
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
2023-07-20Do not set O_EXCL on open() when a published file is on the withdraw list.Claudio Jeker
2023-07-19Rename ASPA providers field in filemodeJob Snijders
2023-07-10Update outdated commentJob Snijders
2023-06-29rpki-client: fix vap_pas statsTheo Buehler
2023-06-29In rrdp_session_save() stop the loop over deltas once MAX_RRDP_DELTASClaudio Jeker
2023-06-29Retire log.cTheo Buehler
2023-06-29There no longer is a need to wrap the (now AFI-agnostic) ASPA providers in ob...Job Snijders
2023-06-28drop needless strcspn in the header parsingOmar Polo
2023-06-28The warning noise due to the ASPA transition is just that: noise.Theo Buehler
2023-06-26Decode and validate ASPA objects following the v1 syntaxJob Snijders
2023-06-24Remove a pair of parens and make one check more consistent with the othersTheo Buehler
2023-06-23Fix warning about empty ipAddressesOrRangesTheo Buehler
2023-06-23Use consistent idiom for X509_get_ext_d2i()Theo Buehler
2023-06-23Improve detection of RRDP session desynchronizationClaudio Jeker
2023-06-23rpki-client: check for duplicate certificate extensionsTheo Buehler
2023-06-23rpki-client: disallow empty sets of IP Addresses or AS numbersTheo Buehler
2023-06-22KNFClaudio Jeker
2023-06-20Use new ibuf API in rpki-client.Claudio Jeker
2023-06-20Ensure CRLs carry the correct versionJob Snijders
2023-06-20Add compliance checks for the version, KU, and EKU of TAK/MFT/GBR EE certsJob Snijders
2023-06-20Ensure the X.509 version is V3Job Snijders
2023-06-20Be explicit when SIA is without rsync accessLocationJob Snijders
2023-06-20Fix diagnostic values emitted in warnxJob Snijders
2023-06-17Warn when CMS signing-time attribute is missingJob Snijders
2023-06-12Downgrade CMS signing-time being after notAfter to a warningJob Snijders
2023-06-12Reduce issues with types by switching iosz and totalsz from off_t to size_t.Claudio Jeker
2023-06-12Add content-encoding compression support (just gzip and deflate).Claudio Jeker
2023-06-07Document CMS signing-time <> mod-time trickJob Snijders