summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/rpki-client
AgeCommit message (Collapse)Author
2024-04-22Sprinkle experimental into regress so they compileClaudio Jeker
Reported by anton@
2024-04-21Remove file without the now mandatory signing-time attributeTheo Buehler
2024-03-20Run most of regress explicitly in filemode to avoid hitting location checksJob Snijders
with tb@
2024-03-12Add regress for cross-origin HTTP redirectionJob Snijders
2024-02-22Add regress for Signed Prefix List objectsJob Snijders
2024-01-08Fix regress build since the reacharounds are fragileTheo Buehler
noted by anton
2023-10-13Adjust regress to cope with constraintsTheo Buehler
2023-09-26Update APNIC's TA cert.Theo Buehler
The old one expired last night. noted by anton
2023-09-25Adjust regress for *_parse changeTheo Buehler
2023-08-16Cosmetic fix for copy-pastoTheo Buehler
2023-08-15fix openssl11 regress compilationTheo Buehler
reminded by anton
2023-07-19Add extra ASPA regress objectJob Snijders
2023-06-29update rpki-regress. log.c is no more.Theo Buehler
2023-06-26Update regress files to aspa-profile-15 formatJob Snijders
2023-06-24Call notification_done() in the regress test so that the listClaudio Jeker
of deltas is adjusted to what the test expects.
2023-06-20Update regress to align with recent changes in rpki-clientJob Snijders
2023-06-13Link http regress test with -lz for content-encoding gzip support.Claudio Jeker
Noticed by anton@
2023-05-30Add json.c to linker instructionsJob Snijders
2023-05-30Revert commitid ANSBO0rBvIUtTi45:Claudio Jeker
Make rpki-client choose the verification time of the time it is invoked rather than always getting the current system time for every certificate verification. This will result in output that is not variable on run-time. Using the time of invocation does not work well with fast publishing CAs. It can take a few minutes to reach a repo and that CA may have issued certificates that are not yet valid if that startup time of rpki-client is used to validate. This still keeps the -P option to specify a fixed validation time. OK beck@ job@ tb@
2023-05-22Bye, bye, horrible reacharounds into libcryptoTheo Buehler
Now that rpki-client no longer uses LibreSSL-specific ASN1_time_* API, we can get rid of some of the gross hacks needed for testing against OpenSSL in regress. This simplifies things greatly. Unfortunately, the unistd.h hack needs to stay until someone unearths their STACK_OF compat diffs.
2023-04-27Make rpki-client choose the verification time of the time it is invokedBob Beck
rather than always getting the current system time for every certificate verification. This will result in output that is not variable on run-time. ok tb@ claudio@
2023-04-27Unbreak regress after yesterdays churn.Claudio Jeker
Friendly reminder from anton@
2023-04-19Fix missing whitespace in bgpd(8) outputJob Snijders
2023-04-18Skip all tests that need internet connection unless they have it.Alexander Bluhm
Run reachability ping only once. Fix clean files and always run make obj. Do not suppress messages from redirectchain test.
2023-04-14openssl11/Makefile: make spacing consistentTheo Buehler
2023-03-12Add crl.c in various places to gain access to the new helperJob Snijders
2023-01-04The redirectchain test actually works again. The test servr fixed theClaudio Jeker
redirect location to be https.
2023-01-04When building this regress test I copied a bad UUID from some otherClaudio Jeker
RRDP file and so a few files have bad unique ids, fix them up to be valid.
2022-12-15Add shim functions for repo code introduced by the pre repo stats.Claudio Jeker
From tb@
2022-11-26Remove RFC 9092 example file because it contains inherit elementsJob Snijders
2022-11-26Add test-geofeed.c (forgotten cvs add in previous).Theo Buehler
2022-11-26Add regress for geofeedJob Snijders
2022-11-08rpki-client regress: fix build after beck's libcrypto time changesTheo Buehler
2022-11-07Rework OpenSSL regress binding a bit to prepare for an upcoming beckTheo Buehler
diff.
2022-11-05Fix missing variable declaration in regress, thanks Anton Lindqvist for the ↵Job Snijders
report
2022-11-02Add regress for Signed TAL (.tak) filesJob Snijders
2022-10-14Add RCS markersTheo Buehler
2022-10-14Revert kn's Makefile surgery. It no longer does what it was supposedTheo Buehler
to do and I'm still not clear what it was supposed to fix.
2022-10-14The HTTP endpoint used for the redirect chain started to unconditionallyAnton Lindqvist
respond with the HTTP protocol in the response location header although HTTPS is being used in the corresponding request. Flag the test as expected to fail for now.
2022-08-30Add ASPA regress bitsJob Snijders
2022-08-26Adjust PEM_write_X509() error message and unwrap line.Theo Buehler
2022-08-26Remove unnecessary BIO dances and use stdout directly.Theo Buehler
2022-06-30With recent a_time_tm.c changes, we also need the bytestring API.Theo Buehler
2022-05-31Make sure we error on parse failure.Theo Buehler
ok claudio
2022-05-31Fix typo: argv[1] -> argv[i]Theo Buehler
2022-05-31Remove old checklists and add a couple of new ones.Theo Buehler
2022-05-19Deal with STACK_OF divergence between LibreSSL and OpenSSLTheo Buehler
2022-05-09Add RSC regress bitsJob Snijders
2022-04-20While I'm here, prepare regress for claudio's upcoming diffTheo Buehler
2022-04-20Fix rpki-client regress after -j -f changeTheo Buehler