summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
2022-09-09Bump version to 8.0Claudio Jeker
2022-09-09Adjust chunked encoding handling.Claudio Jeker
2022-09-08In http_get_line() additionally strip any trailing space or tab from lines.Claudio Jeker
2022-09-08Adjust HTTP header parsing to follow RFC more closely.Claudio Jeker
2022-09-06Properly free memory in filemodeJob Snijders
2022-09-05Update to most recent specJob Snijders
2022-09-05Reset provider in each iterationTheo Buehler
2022-09-05Don't leak cert in aspa_parse()Theo Buehler
2022-09-03Properly free() crl & auth tree in parser processJob Snijders
2022-09-03Clarify warningJob Snijders
2022-09-03Don't doublecheck whether the RSC eContent Resourceblock contains inherit ele...Job Snijders
2022-09-03Introduce x509_any_inherit() for objects which may not have inherit elementsJob Snijders
2022-09-03Add the repoid of the cert in the cert struct. This way it is possibleClaudio Jeker
2022-09-03Allow multiple X.509 locationsTheo Buehler
2022-09-03Move non-inheritance check for BGPsec certs into cert_parse_pre()Theo Buehler
2022-09-03Clarify timeout/deadlineJob Snijders
2022-09-03Move the repo lookup into queue_from_mft()Claudio Jeker
2022-09-02Introduce a deadline timer that aborts all repository syncs.Claudio Jeker
2022-09-02Fix over long linesClaudio Jeker
2022-09-02Use the abort commands when a repo timeout happens. This is cleanerClaudio Jeker
2022-09-02Implement RRDP_ABORT, a message to abort a inflight RRDP request.Claudio Jeker
2022-09-02rrdp_new() need not return the structTheo Buehler
2022-09-02extra newlineClaudio Jeker
2022-09-02Move mkpath logic after checking for 'noop' to prevent creation of directorie...Job Snijders
2022-09-02Rework the rsync proc code. Use a proper queue of requests and enforceClaudio Jeker
2022-08-30stray tabTheo Buehler
2022-08-30whitespaceTheo Buehler
2022-08-30Avoid dead assignmentTheo Buehler
2022-08-30Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)Job Snijders
2022-08-30Avoid leak in proxy_parse_uri()Theo Buehler
2022-08-30In RRDP mode it is possible that a file in the validated cache dir isClaudio Jeker
2022-08-29Simplify load_skiplist()Theo Buehler
2022-08-26Tweaks in load_skiplist()Theo Buehler
2022-08-25Make PEM printing available through increased verbosity (-vvf)Job Snijders
2022-08-25In verbose filemode print details about encapsulated certificates.Job Snijders
2022-08-25Fix newline in JSON filemodeJob Snijders
2022-08-25Plug memory leak in filemodeJob Snijders
2022-08-22An RSC's EE cert mustn't have a SIA extensionTheo Buehler
2022-08-19Check the resources in ROAs and RSCs against EE certsTheo Buehler
2022-08-18Remove dangling ASPA references until we land real supportJob Snijders
2022-08-17Clarify and tidy up some commentsJob Snijders
2022-08-12No need to make a deep copy of the EE certTheo Buehler
2022-08-10Clarify warning related to ROA eContentJob Snijders
2022-08-10Disallow AS Resources extension on ROA EE certificatesJob Snijders
2022-08-10Decrease how long to wait for the remote peer to send IO before giving upJob Snijders
2022-08-09Make the http code respect MAX_CONN_TIMEOUT and fail connects once theyClaudio Jeker
2022-08-08Unify the maximum idle IO timeout for RSYNC & HTTPSJob Snijders
2022-08-08Set rsync connection timeout to 15 seconds.Job Snijders
2022-08-04Once all files from argv have been read the main process can unveil toClaudio Jeker
2022-07-28Fix RFC number in commentTheo Buehler