Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-19 | Add missing x509_init_oid() calls in regress tests. | Claudio Jeker | |
Found by anton@ | |||
2022-01-18 | Adjust after change to cert_parse() and ta_parse(). | Claudio Jeker | |
2021-12-24 | Sync test code after the change of id from size_t to unsigned int. | Claudio Jeker | |
Fixes test-http tests which currently fail. The change in test-rrdp.c are just cosmetic the id is not used by the test. Reported by anton@ | |||
2021-12-01 | Add some RRDP specific regress tests. | Claudio Jeker | |
OK benno@ | |||
2021-11-10 | Add a test for the redirect loop limit. It would be great if someone | Claudio Jeker | |
rewrote these tests to use a local HTTP server instead of some random external ones. | |||
2021-11-08 | Pull OpenSSL test into the Makefile using it to avoid it on "make obj" | Klemens Nanni | |
This way a top-down "make obj" does nothing but symlink creation and "make" or "make regress" still does the eopenssl11 check at the very end. This is how the rest of the regress suite does it, e.g. sys/netinet/pmtu. OK tb | |||
2021-11-05 | Add getmonotime() to test-http.c so that the test compiles again. | Claudio Jeker | |
Noticed as ususal by anton@ | |||
2021-11-03 | Add a test tal that has comments and also comes with CRLF | Claudio Jeker | |
2021-10-26 | Adjust regress to the new BIO-free world order. | Claudio Jeker | |
2021-10-24 | Use the print.c file which is now shipped in rpki-client to print | Claudio Jeker | |
the cert, gbr, mft, roa and tal file contents. No real functional change. OK tb@ | |||
2021-10-24 | Anther day another broken test-http.c report from anton@ | Claudio Jeker | |
Adjust code again. | |||
2021-10-23 | Fixup test-http.c after big io change before anton@ complains | Claudio Jeker | |
2021-10-23 | Unbreak test-http after the last io.c changes | Claudio Jeker | |
Report from anton@ | |||
2021-10-13 | Fix regress test after changing the way bgpsec pubkeys are shown and processed. | Claudio Jeker | |
Reported by anton@ | |||
2021-10-11 | Fold bgpsec cert & traditional certs into same test | Job Snijders | |
2021-10-11 | Improve BGpsec regress test | Job Snijders | |
2021-10-09 | delete unneccessary arpa/nameser.h includes | Theo de Raadt | |
ok millert | |||
2021-10-07 | Replace the ugly openssl11 hack for the missing ASN1_time_parse() and | Claudio Jeker | |
ASN1_time_tm_cmp() functions with another hack that is considerably more horrible but also less intrusive. | |||
2021-10-05 | Add BGPsec router certificate to rpki-client regress | Job Snijders | |
2021-10-05 | stop masking test-http.c failures | Anton Lindqvist | |
2021-09-05 | Include encoding.c | Job Snijders | |
Thanks patrick@ | |||
2021-07-15 | Fix regress for rpki-client | job | |
spotted by bluhm | |||
2021-05-06 | Add an 'expires' column to CSV & JSON output | job | |
The 'expires' value contains a reasonable earliest moment a VRP would expire, in light of the currently available set of CAs and CRLs. The 'expires' value can be used to avoid route selection based on stale data when generating VRP sets, when faced with loss of communication between consumer and valdiator, or validator and CA repository. OK claudio@ | |||
2021-04-13 | Automated regress cannot connect to servers in internet. Check | Alexander Bluhm | |
whether jigsaw.w3.org is reachable and skip rpki client http test if not. OK claudio@ | |||
2021-04-09 | Add a minimal regress test for the http client code. | Claudio Jeker | |
This currently uses some external website to do redirect test and to check both regular and chunked downloads. Only for libressl because you can't mix openssl 1.1 and libtls on OpenBSD. | |||
2021-04-01 | Add encoding.c to the various build targets | Claudio Jeker | |
2021-03-29 | Add a pretty_key_id() which reinserts colons into the hex string. | Claudio Jeker | |
This way the AKI and SKI printed in the tests tools look the same as before. Requested by job@, OK job@ tb@ | |||
2021-03-28 | Add some restrictions to manifest object profile | job | |
OK tb@, feedback from claudio@ | |||
2021-03-05 | Fix regress tests after changes to tal.c, mft.c, and cert.c. | Claudio Jeker | |
2021-02-16 | Print AIA in rpki-client test utility | job | |
2021-02-08 | Also print the recently added caRepository URI alongside rpkiManifest | Claudio Jeker | |
and rpkiNotify SIA. | |||
2021-02-03 | Remove rsync.c from the test tool builds, nothing depends on that anymore | Claudio Jeker | |
2021-01-29 | Adjust regress test, the hash argument to the parse functions was removed. | Claudio Jeker | |
2021-01-12 | rpki-client started using the ibuf API, so link against libutil. | Theo Buehler | |
2020-12-27 | Use GBR that adheres to the restricted vcard profile defined in RFC 6493 | job | |
2020-12-09 | Add a minimal test case for ghostbuster resources. | Claudio Jeker | |
2020-12-09 | If provided print the RRDP notify URL along the MFT rsync URL | Claudio Jeker | |
2020-11-09 | Remove uses of the deprecated ERR_remove_state() | Theo Buehler | |
2020-11-09 | One more missing prototype | Theo Buehler | |
2020-11-09 | Fix compiler warnings about missing prototypes. | Theo Buehler | |
2020-11-09 | Print reminder to install OpenSSL 1.1 if it's not present in accordance | Theo Buehler | |
with bsd.regress.mk. | |||
2020-11-09 | Rework the rpki-client test to also run against OpenSSL 1.1 if the | Theo Buehler | |
package is installed. This ensures that the part of rpki-client that uses libcrypto works as expected with both LibreSSL and OpenSSL. This will hopefully also help reduce the friction of cutting the portable release. The OpenSSL code reaches around into libcrypto for the LibreSSL specific functions that are provided in -portable. A tiny bit of glue in test-mft.c is also needed. Positive feedback from benno | |||
2020-11-03 | Inline pem_print(). It's a wrapper around PEM_write_bio_X509(). | Theo Buehler | |
ok benno claudio | |||
2020-11-02 | Correctly initialize ppem | Theo Buehler | |
2020-11-01 | Add options to print RPKI EE Certificates in PEM format for ROA & MFT files | job | |
2020-08-21 | Fix rpki-client regress | Theo Buehler | |
The fix for the misuse of EVP_PKEY_cmp() (rpki-client/cert.c -r1.16) came with an API change. ta_parse() will now throw an error if fed a NULL pubkey. This in turn broke a regress test. Fix this by parsing the pubkey out of the appropriate TAL to let ta_parse() verify that it matches the pubkey in the first level certificate. Discussed with tobhe, benno and claudio | |||
2020-07-05 | Fix rpki-client regress test after -f removal. | Theo Buehler | |
ok job | |||
2019-12-17 | Also print the sha256 hash for the referenced files. This way hash errors | Claudio Jeker | |
can be verified. | |||
2019-11-06 | Cleanup code a bit, make sure the tal parse buffer is allways freed. | Claudio Jeker | |
2019-11-04 | Reenable test-tal since problem is now fixed. | Claudio Jeker | |