]> granicus.if.org Git - libevent/commit
Initial OpenSSL 3.0 support (#1288)
authorAzat Khuzhin <azat@libevent.org>
Sun, 10 Jul 2022 10:55:32 +0000 (13:55 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 10 Jul 2022 10:55:32 +0000 (13:55 +0300)
commit69e9f7ee5d21141cd6bd7f89acad5db5778f4c09
treeab494ed7a8b96fffb956d4a7e2c737c841f47843
parent20977eae0d67f3b4f02aca2b891391517749b121
parent54078b30cbb92f19621c494b3255ef65e7a61a4c
Initial OpenSSL 3.0 support (#1288)

* openssl-3:
  ci: use ubuntu 22.04 with OpenSSl 3.0 instead of building OpenSSL from sources
  ci: set LD_LIBRARY_PATH for openssl 3.0 build
  test: suppress warning for already defined SSL_get_peer_certificate
  autotools: print $OPENSSL_LIBS/$OPENSSL_INCS
  Suppress -Wunused-value for BIO_set_close()
  Use OPENSSL_VERSION_NUMBER over OPENSSL_VERSION_MAJOR (for compatibility)
  Attempt to add OpenSSL 3 to the Linux build matrix
  Initial OpenSSL 3.0 support