diff --git a/.gitignore b/.gitignore
index ab73205..e604ba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/IO-Socket-SSL-2.070.tar.gz
+SOURCES/IO-Socket-SSL-2.073.tar.gz
diff --git a/.perl-IO-Socket-SSL.metadata b/.perl-IO-Socket-SSL.metadata
index c44bdcb..05ea95b 100644
--- a/.perl-IO-Socket-SSL.metadata
+++ b/.perl-IO-Socket-SSL.metadata
@@ -1 +1 @@
-7a3dc35d9df36878ff368eea4b168c15c9c2381c SOURCES/IO-Socket-SSL-2.070.tar.gz
+442c23ee1d0476df788f8b0b0f5fe174f871d792 SOURCES/IO-Socket-SSL-2.073.tar.gz
diff --git a/SPECS/perl-IO-Socket-SSL.spec b/SPECS/perl-IO-Socket-SSL.spec
index 66d2f32..de80e2e 100644
--- a/SPECS/perl-IO-Socket-SSL.spec
+++ b/SPECS/perl-IO-Socket-SSL.spec
@@ -6,8 +6,8 @@
 %bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6
 
 Name:		perl-IO-Socket-SSL
-Version:	2.070
-Release:	6%{?dist}
+Version:	2.073
+Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 License:	(GPL+ or Artistic) and MPLv2.0
 URL:		https://metacpan.org/release/IO-Socket-SSL
@@ -99,16 +99,6 @@ mod_perl.
 # Add a test for PHA
 %patch2 -p1
 
-# XXX rhbz#1968046 Remove failing tests.
-for F in \
-	t/cert_formats.t \
-	t/connectSSL-timeout.t \
-	t/core.t \
-	t/readline.t \
-	; do
-	rm -f "$F"
-done
-
 %build
 NO_NETWORK_TESTING=1 perl Makefile.PL \
 	INSTALLDIRS=vendor \
@@ -141,6 +131,10 @@ make test
 %{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
 
 %changelog
+* Tue Jan 04 2022 Michal Josef Špaček <mspacek@redhat.com> - 2.073-1
+- Update to 2.073, which has official support for OpenSSL 3.0.0
+  Related: rhbz#1968046
+
 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.070-6
 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
   Related: rhbz#1991688