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.


Version 2:
  * Swapped MD with MT in patch #3, since it turned out we're
    builting everything with MT by default.  [Alin]
  * Fixed OpenSSL-Win32 references in the installation doc. [Alin]
  * Added Acks from Simon to patches 1, 2 and 4.


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 +-
 Documentation/intro/install/windows.rst |  6 +-
 appveyor.yml                            | 52 ++++++++++++---
 m4/ax_check_openssl.m4                  |  3 +-
 utilities/ovs-pki.in                    | 87 ++++++++++++++++++++++++-
 5 files changed, 132 insertions(+), 18 deletions(-)

-- 
2.43.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to