History log of /openbsd-current/regress/usr.sbin/rpki-client/libressl/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.11 12-Mar-2024 job

Add regress for cross-origin HTTP redirection


Revision tags: OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.10 13-Jun-2023 claudio

Link http regress test with -lz for content-encoding gzip support.
Noticed by anton@


# 1.9 18-Apr-2023 bluhm

Skip all tests that need internet connection unless they have it.
Run reachability ping only once. Fix clean files and always run
make obj. Do not suppress messages from redirectchain test.


Revision tags: OPENBSD_7_3_BASE
# 1.8 04-Jan-2023 claudio

The redirectchain test actually works again. The test servr fixed the
redirect location to be https.


# 1.7 14-Oct-2022 tb

Add RCS markers


# 1.6 14-Oct-2022 anton

The HTTP endpoint used for the redirect chain started to unconditionally
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.


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 10-Nov-2021 claudio

Add a test for the redirect loop limit. It would be great if someone
rewrote these tests to use a local HTTP server instead of some random
external ones.


Revision tags: OPENBSD_7_0_BASE
# 1.4 05-Sep-2021 job

Include encoding.c

Thanks patrick@


Revision tags: OPENBSD_6_9_BASE
# 1.3 13-Apr-2021 bluhm

Automated regress cannot connect to servers in internet. Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.10 13-Jun-2023 claudio

Link http regress test with -lz for content-encoding gzip support.
Noticed by anton@


# 1.9 18-Apr-2023 bluhm

Skip all tests that need internet connection unless they have it.
Run reachability ping only once. Fix clean files and always run
make obj. Do not suppress messages from redirectchain test.


Revision tags: OPENBSD_7_3_BASE
# 1.8 04-Jan-2023 claudio

The redirectchain test actually works again. The test servr fixed the
redirect location to be https.


# 1.7 14-Oct-2022 tb

Add RCS markers


# 1.6 14-Oct-2022 anton

The HTTP endpoint used for the redirect chain started to unconditionally
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.


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 10-Nov-2021 claudio

Add a test for the redirect loop limit. It would be great if someone
rewrote these tests to use a local HTTP server instead of some random
external ones.


Revision tags: OPENBSD_7_0_BASE
# 1.4 05-Sep-2021 job

Include encoding.c

Thanks patrick@


Revision tags: OPENBSD_6_9_BASE
# 1.3 13-Apr-2021 bluhm

Automated regress cannot connect to servers in internet. Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.9 18-Apr-2023 bluhm

Skip all tests that need internet connection unless they have it.
Run reachability ping only once. Fix clean files and always run
make obj. Do not suppress messages from redirectchain test.


Revision tags: OPENBSD_7_3_BASE
# 1.8 04-Jan-2023 claudio

The redirectchain test actually works again. The test servr fixed the
redirect location to be https.


# 1.7 14-Oct-2022 tb

Add RCS markers


# 1.6 14-Oct-2022 anton

The HTTP endpoint used for the redirect chain started to unconditionally
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.


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 10-Nov-2021 claudio

Add a test for the redirect loop limit. It would be great if someone
rewrote these tests to use a local HTTP server instead of some random
external ones.


Revision tags: OPENBSD_7_0_BASE
# 1.4 05-Sep-2021 job

Include encoding.c

Thanks patrick@


Revision tags: OPENBSD_6_9_BASE
# 1.3 13-Apr-2021 bluhm

Automated regress cannot connect to servers in internet. Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.8 04-Jan-2023 claudio

The redirectchain test actually works again. The test servr fixed the
redirect location to be https.


# 1.7 14-Oct-2022 tb

Add RCS markers


# 1.6 14-Oct-2022 anton

The HTTP endpoint used for the redirect chain started to unconditionally
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.


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 10-Nov-2021 claudio

Add a test for the redirect loop limit. It would be great if someone
rewrote these tests to use a local HTTP server instead of some random
external ones.


Revision tags: OPENBSD_7_0_BASE
# 1.4 05-Sep-2021 job

Include encoding.c

Thanks patrick@


Revision tags: OPENBSD_6_9_BASE
# 1.3 13-Apr-2021 bluhm

Automated regress cannot connect to servers in internet. Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.7 14-Oct-2022 tb

Add RCS markers


# 1.6 14-Oct-2022 anton

The HTTP endpoint used for the redirect chain started to unconditionally
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.


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 10-Nov-2021 claudio

Add a test for the redirect loop limit. It would be great if someone
rewrote these tests to use a local HTTP server instead of some random
external ones.


Revision tags: OPENBSD_7_0_BASE
# 1.4 05-Sep-2021 job

Include encoding.c

Thanks patrick@


Revision tags: OPENBSD_6_9_BASE
# 1.3 13-Apr-2021 bluhm

Automated regress cannot connect to servers in internet. Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.5 10-Nov-2021 claudio

Add a test for the redirect loop limit. It would be great if someone
rewrote these tests to use a local HTTP server instead of some random
external ones.


Revision tags: OPENBSD_7_0_BASE
# 1.4 05-Sep-2021 job

Include encoding.c

Thanks patrick@


Revision tags: OPENBSD_6_9_BASE
# 1.3 13-Apr-2021 bluhm

Automated regress cannot connect to servers in internet. Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.4 05-Sep-2021 job

Include encoding.c

Thanks patrick@


Revision tags: OPENBSD_6_9_BASE
# 1.3 13-Apr-2021 bluhm

Automated regress cannot connect to servers in internet. Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.3 13-Apr-2021 bluhm

Automated regress cannot connect to servers in internet. Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.2 09-Apr-2021 claudio

Add a minimal regress test for the http client code.
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.


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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


# 1.1 09-Nov-2020 tb

Rework the rpki-client test to also run against OpenSSL 1.1 if the
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