This is an enhanced version of two previous attempts to fix AppVeyor CI with OpenSSL and add support for OpenSSL 3+:
https://patchwork.ozlabs.org/project/openvswitch/patch/[email protected]/ https://patchwork.ozlabs.org/project/openvswitch/patch/[email protected]/ Fixing permissions for keys and certs generated by ovs-pki, adding support for building with OpenSSL 3+ and fixing CI to actually download and build with desired versions of OpenSSL. Ilya Maximets (4): appveyor: Print out config.log on configuration failure. ovs-pki: Fix file permissions on Windows. m4: Fix linking with OpenSSL 1.1.0+ and 3+ on Windows. appveyor: Build with OpenSSL 3.0. .ci/windows-build.sh | 2 +- appveyor.yml | 52 ++++++++++++++++++++----- m4/ax_check_openssl.m4 | 3 +- utilities/ovs-pki.in | 87 ++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 129 insertions(+), 15 deletions(-) -- 2.43.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
