]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Replace deprecated OpenSSL.crypto.load_crl
authorChristian Schürmann <spike@fedoraproject.org>
Fri, 4 Jul 2025 08:28:14 +0000 (10:28 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 8 Jul 2025 16:50:12 +0000 (18:50 +0200)
commitf2364488d36a758c8f2ac273af4642dc84b1b28f
treefe4f421f67d0e3a877022354d2d251ec63737dba
parentfd6d0f3cf67622c3ae052c5f94abd5fd70ee7995
Replace deprecated OpenSSL.crypto.load_crl

OpenSSL.crypto.load_crl was deprecated with with pyOpenSSL 23.3.0 and
eventually removed in 24.3.0. pyOpenSSL recommends using cryptography.x509's
CRL functions as a replacement.
See also: https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst

Signed-off-by: Christian Schürmann <spike@fedoraproject.org>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20250704082813.99654-2-spike@fedoraproject.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32037.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
contrib/extract-crl/extractcrl.py