History log of /openbsd/regress/lib/libssl/interop/botan/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# 53555c84 15-Jan-2025 tb <tb@openbsd.org>

Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants)

OpenSSL 1.1 and 3.2 will be removed from the ports tree, so test the two
remaining versions. Unfortunately, this requires a

Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants)

OpenSSL 1.1 and 3.2 will be removed from the ports tree, so test the two
remaining versions. Unfortunately, this requires a lot more manual
massaging than there should be.

show more ...


# 92a8db2f 18-Aug-2024 tb <tb@openbsd.org>

Drop OpenSSL 3.0 interop testing infrastructure

The openssl 3.0 port was removed nearly a year ago shortly after the 7.4
release.


# 691b8de7 18-Aug-2024 tb <tb@openbsd.org>

Add support for openssl32 in interop test


# a21075fe 30-Oct-2023 tb <tb@openbsd.org>

Add support for OpenSSL 3.1 interop tests

Until OpenSSL 3.1 has replaced OpenSSL 3.0 on most architectures, run
both tests. Installed packages of OpenSSL 3.0 will update automatically
to 3.1, so reg

Add support for OpenSSL 3.1 interop tests

Until OpenSSL 3.1 has replaced OpenSSL 3.0 on most architectures, run
both tests. Installed packages of OpenSSL 3.0 will update automatically
to 3.1, so regress runners should not need to do anything.

show more ...


# d1fcb7ce 01-Feb-2023 tb <tb@openbsd.org>

One more openssl 1.0.2 thing missed.


# dbfd11f7 02-Dec-2021 kn <kn@openbsd.org>

Tell testers which packages to install right away (and why)

Other regress tests do it differently; just fix/thouch those that did not
mention any package name at all.

This helps grepping logs for

Tell testers which packages to install right away (and why)

Other regress tests do it differently; just fix/thouch those that did not
mention any package name at all.

This helps grepping logs for SKIPPED to find instructions for the next run.

show more ...


# b5d99089 17-Dec-2020 bluhm <bluhm@openbsd.org>

Remove echo headlines.


# 4783ade2 30-Oct-2020 tb <tb@openbsd.org>

botan2 uses C++11, so use ports-gcc on gcc-archs

This makes this interop test pass on sparc64.


# b214f0a5 29-Oct-2020 tb <tb@openbsd.org>

Do not fail with obscure error messages on 'make'

Fix some tests that fail with obscure error messages on 'make' if the
required package (either version of OpenSSL or Botan 2) isn't installed.
This

Do not fail with obscure error messages on 'make'

Fix some tests that fail with obscure error messages on 'make' if the
required package (either version of OpenSSL or Botan 2) isn't installed.
This can be avoided by doing 'make regress' instead. I'll try to adjust
my finger memory for the many tests outside the LibreSSL tree that have
the same "problem". The fix here is unintrusive and I've been wasting
enough time with this to want to change it.

ok bluhm

show more ...


# 9ed4077e 15-Sep-2020 bluhm <bluhm@openbsd.org>

Test botan TLS client with libressl, openssl, openssl11 server.