summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
2022-12-15Rework statistic collection to be per repository and add metric output optionClaudio Jeker
2022-12-14Optimize io_buf_read() a bit by calling read() again after the initalClaudio Jeker
2022-12-14Always initialize b64szJob Snijders
2022-12-14Switch to struct timespec for collecting stats. This allows to useClaudio Jeker
2022-12-14Print expiry moment in human-readable filemode in a consistent fashion across...Job Snijders
2022-12-14Print issuer & serial in filemodeJob Snijders
2022-12-05Prep for rpki-client 8.2Claudio Jeker
2022-12-01Align uppercase / lowercase patternJob Snijders
2022-12-01Adjust comment for rtype_from_mftfile(). It is important that RTYPE_INVALIDClaudio Jeker
2022-11-30Remove unused includesJob Snijders
2022-11-30Remove unused includesJob Snijders
2022-11-30Remove unused includeJob Snijders
2022-11-30Remove unused sys/socket.h includeJob Snijders
2022-11-30Remove unused ctype.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-11-29Update valid_x509 comment to reality. crl is no longer optional.Claudio Jeker
2022-11-29Return an error string instead of surpressing the warning in valid_x509.Claudio Jeker
2022-11-28Fix indentTheo Buehler
2022-11-28Reshuffle case a little bit. No functional change.Claudio Jeker
2022-11-28Use ssize_t instead of int as requested on reviewTheo Buehler
2022-11-27BIO_puts return values can be ambiguous, improve the checkJob Snijders
2022-11-26Missing return value check for BIO_new()Theo Buehler
2022-11-26Make error messages about 'inherit' elements in End-Entity certs consistentJob Snijders
2022-11-26Disallow 'inherit' elements in geofeed authenticatorsJob Snijders
2022-11-26Fix warning messageJob Snijders
2022-11-26Two small tweaks to the geofeed codeTheo Buehler
2022-11-26Split eContent extration into a small helperTheo Buehler
2022-11-26Add support for authenticating geofeed data CSV files in filemodeJob Snijders
2022-11-18Move skiplist to main and merge with shortlist.Theo Buehler
2022-11-18zap errant space in usage();Jason McIntyre
2022-11-17Schedule cleanup of '-r' now useless getopt optionJob Snijders
2022-11-17Add shortlist functionality, a compagnion to the skiplistJob Snijders
2022-11-16Align output to a more tabular viewJob Snijders
2022-11-10Indicate compliance with work-in-progress spec for ROA objectsJob Snijders
2022-11-09Error out if a ROA payload contains too many ipAddrBlocksJob Snijders
2022-11-08stray spaceTheo Buehler
2022-11-07Simplify use of strrchr()Job Snijders
2022-11-07Confirm Path Length is absent in the Basic Constraints extensionJob Snijders
2022-11-06Next to signedObject only allow rpkiNotify accessMethodsTheo Buehler
2022-11-04Do not fail on non-rsync URIs in EE cert SIA extensionsTheo Buehler
2022-11-04In very verbose mode, log unexpected accessMethodsTheo Buehler
2022-11-04Format filemode output in a tabular fashion to improve readabilityJob Snijders
2022-11-04Add missing field initializer.Theo Buehler
2022-11-04whitespaceTheo Buehler
2022-11-04Catch bad characters in rpkiManifest filenames earlier onJob Snijders
2022-11-04Don't show CPS URIs when in filemodeJob Snijders
2022-11-04Check the SIA signedObject in ROA/MFT/ASPA/TAK/GBR EE certificatesJob Snijders
2022-11-03don't needlessy uppercase Nd;Jason McIntyre
2022-11-03Constrain KeyUsage and ExtendedKeyUsage on both CA & EE certificatesJob Snijders