History log of /openbsd-src/regress/lib/libssl/openssl-ruby/Makefile (Results 1 – 14 of 14)
Revision Date Author Comments
# 508beb55 31-Aug-2024 tb <tb@openbsd.org>

Undo workaround for EVP_PKEY_*check() removal


# dcc91c26 29-Aug-2024 tb <tb@openbsd.org>

Disable hmac and pkey_ec tests until after the bump


# 88b2e117 15-Jun-2024 tb <tb@openbsd.org>

openssl-ruby: prepare test for default ruby switch


# 94358d69 24-Sep-2023 tb <tb@openbsd.org>

openssl-ruby tests: remove fallback to ruby31


# 9a36959c 04-Jun-2023 tb <tb@openbsd.org>

Make ruby-openssl cope with default ruby change


# 39c50ddb 10-May-2022 tb <tb@openbsd.org>

If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so that
regress on bluhm's test machines have a chance to pass on slower
architectures while package builds catch up.


# 42ac1f71 08-May-2022 tb <tb@openbsd.org>

Default Ruby is now 3.1


# 7e81247b 06-Jan-2022 tb <tb@openbsd.org>

With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_san
is now an unexpected pass, so remove it from the expected failures.


# 653f764e 28-Oct-2021 tb <tb@openbsd.org>

openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.

ruby can no longer generate certs with bogus wildcards in it to check
that they will fail to verify when creating TLS connections. It will
th

openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.

ruby can no longer generate certs with bogus wildcards in it to check
that they will fail to verify when creating TLS connections. It will
throw an error. This change needs openssl-ruby-tests-20211024p0 or later
to work.

show more ...


# a2d98599 09-Sep-2021 tb <tb@openbsd.org>

Rework openssl-ruby-tests to run all passing tests first, then
run the one failing test as a separate regress test. This way,
all regressions should be caught with REGRESS_FAIL_EARLY=yes or
on bluhm'

Rework openssl-ruby-tests to run all passing tests first, then
run the one failing test as a separate regress test. This way,
all regressions should be caught with REGRESS_FAIL_EARLY=yes or
on bluhm's regress webpage.

This needs an up-to-date openssl-ruby-tests package and an
upcoming commit by beck in x509_verify.c to work.

ok beck bluhm

show more ...


# f0cad5c9 06-Sep-2021 tb <tb@openbsd.org>

The default Ruby has switched to 3.0


# d5572187 30-Aug-2021 tb <tb@openbsd.org>

Revert accidental commit


# 92d7bafb 30-Aug-2021 tb <tb@openbsd.org>

link verify regress tests to build


# ed30dad4 03-May-2021 tb <tb@openbsd.org>

Add scaffold to run the ruby/openssl regression tests

This test depends on the ruby/ruby-openssl-tests port that bundles the
sources and tests of the Ruby OpenSSL gem below /usr/local. The Makefile

Add scaffold to run the ruby/openssl regression tests

This test depends on the ruby/ruby-openssl-tests port that bundles the
sources and tests of the Ruby OpenSSL gem below /usr/local. The Makefile
compiles the openssl.so shared object below obj/ that provides Ruby
bindings for the OpenSSL API. Once this is built, the regression tests are
run.

There are currently 4 failing tests, all related to the new verifier.
At least one libssl bug is hidden behind a pend. All this will hopefully be
fixed during this release cycle.

This adds a decent amount of test coverage without being overly expensive.
This way, regressions should be spotted during development so jeremy will
no longer have to chase and work around them.

Joint work with jeremy, positive feedback from bcook and jsing.

show more ...