summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
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
2022-11-03shorten Autonomous System Provider AuthorizationsJob Snijders
2022-11-03Add notion of ASPAJob Snijders
2022-11-03Permit only keyCertSign and CRLSign in CA KeyUsage extensionJob Snijders
2022-11-02Emit warnings when unexpected X.509v3 extensions are encounteredJob Snijders
2022-11-02Introduce conn_info() which combines http_info() and ip_info() to outputClaudio Jeker
2022-11-02Reference RSC RFC-to-be instead of internet-draftJob Snijders
2022-11-02Add support for draft-ietf-sidrops-signed-tal-12Job Snijders
2022-11-02Don't free the addrinfo array after connect and refactor http_finish_connect.Claudio Jeker
2022-11-02Length check URI before strncasecmp()Theo Buehler
2022-11-02Also print IP address of the connection that timed out to aid debuggingJob Snijders
2022-11-02Fix x509_get_time() error checksTheo Buehler
2022-10-24Make x509_init_oid() table basedTheo Buehler
2022-10-18Copy port to proxyport since the sting may point into memory that isClaudio Jeker
2022-10-13All of ROA, MFT, ASPA, and RSC define their respective 'version' fieldJob Snijders
2022-09-24rpki-client 8.1Claudio Jeker
2022-09-20Reword comment, no functional changeClaudio Jeker
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