Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-22 | Sprinkle experimental into regress so they compile | Claudio Jeker | |
Reported by anton@ | |||
2024-04-21 | Remove file without the now mandatory signing-time attribute | Theo Buehler | |
2024-03-20 | Run most of regress explicitly in filemode to avoid hitting location checks | Job Snijders | |
with tb@ | |||
2024-03-12 | Add regress for cross-origin HTTP redirection | Job Snijders | |
2024-02-22 | Add regress for Signed Prefix List objects | Job Snijders | |
2024-01-08 | Fix regress build since the reacharounds are fragile | Theo Buehler | |
noted by anton | |||
2023-10-13 | Adjust regress to cope with constraints | Theo Buehler | |
2023-09-26 | Update APNIC's TA cert. | Theo Buehler | |
The old one expired last night. noted by anton | |||
2023-09-25 | Adjust regress for *_parse change | Theo Buehler | |
2023-08-16 | Cosmetic fix for copy-pasto | Theo Buehler | |
2023-08-15 | fix openssl11 regress compilation | Theo Buehler | |
reminded by anton | |||
2023-07-19 | Add extra ASPA regress object | Job Snijders | |
2023-06-29 | update rpki-regress. log.c is no more. | Theo Buehler | |
2023-06-26 | Update regress files to aspa-profile-15 format | Job Snijders | |
2023-06-24 | Call notification_done() in the regress test so that the list | Claudio Jeker | |
of deltas is adjusted to what the test expects. | |||
2023-06-20 | Update regress to align with recent changes in rpki-client | Job Snijders | |
2023-06-13 | Link http regress test with -lz for content-encoding gzip support. | Claudio Jeker | |
Noticed by anton@ | |||
2023-05-30 | Add json.c to linker instructions | Job Snijders | |
2023-05-30 | Revert 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-22 | Bye, bye, horrible reacharounds into libcrypto | Theo 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-27 | Make rpki-client choose the verification time of the time it is invoked | Bob 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-27 | Unbreak regress after yesterdays churn. | Claudio Jeker | |
Friendly reminder from anton@ | |||
2023-04-19 | Fix missing whitespace in bgpd(8) output | Job Snijders | |
2023-04-18 | Skip 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-14 | openssl11/Makefile: make spacing consistent | Theo Buehler | |
2023-03-12 | Add crl.c in various places to gain access to the new helper | Job Snijders | |
2023-01-04 | The redirectchain test actually works again. The test servr fixed the | Claudio Jeker | |
redirect location to be https. | |||
2023-01-04 | When building this regress test I copied a bad UUID from some other | Claudio Jeker | |
RRDP file and so a few files have bad unique ids, fix them up to be valid. | |||
2022-12-15 | Add shim functions for repo code introduced by the pre repo stats. | Claudio Jeker | |
From tb@ | |||
2022-11-26 | Remove RFC 9092 example file because it contains inherit elements | Job Snijders | |
2022-11-26 | Add test-geofeed.c (forgotten cvs add in previous). | Theo Buehler | |
2022-11-26 | Add regress for geofeed | Job Snijders | |
2022-11-08 | rpki-client regress: fix build after beck's libcrypto time changes | Theo Buehler | |
2022-11-07 | Rework OpenSSL regress binding a bit to prepare for an upcoming beck | Theo Buehler | |
diff. | |||
2022-11-05 | Fix missing variable declaration in regress, thanks Anton Lindqvist for the ↵ | Job Snijders | |
report | |||
2022-11-02 | Add regress for Signed TAL (.tak) files | Job Snijders | |
2022-10-14 | Add RCS markers | Theo Buehler | |
2022-10-14 | Revert kn's Makefile surgery. It no longer does what it was supposed | Theo Buehler | |
to do and I'm still not clear what it was supposed to fix. | |||
2022-10-14 | The HTTP endpoint used for the redirect chain started to unconditionally | Anton 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-30 | Add ASPA regress bits | Job Snijders | |
2022-08-26 | Adjust PEM_write_X509() error message and unwrap line. | Theo Buehler | |
2022-08-26 | Remove unnecessary BIO dances and use stdout directly. | Theo Buehler | |
2022-06-30 | With recent a_time_tm.c changes, we also need the bytestring API. | Theo Buehler | |
2022-05-31 | Make sure we error on parse failure. | Theo Buehler | |
ok claudio | |||
2022-05-31 | Fix typo: argv[1] -> argv[i] | Theo Buehler | |
2022-05-31 | Remove old checklists and add a couple of new ones. | Theo Buehler | |
2022-05-19 | Deal with STACK_OF divergence between LibreSSL and OpenSSL | Theo Buehler | |
2022-05-09 | Add RSC regress bits | Job Snijders | |
2022-04-20 | While I'm here, prepare regress for claudio's upcoming diff | Theo Buehler | |
2022-04-20 | Fix rpki-client regress after -j -f change | Theo Buehler | |