aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-cryptography/fix-libressl-2.5.3.patch
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-06-09 22:45:11 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-11 17:31:19 +0000
commit5845b544adeeeebc832bbbc81dd7b136fd1c0187 (patch)
tree55a6153fdf899d50cf7b40fb80ce205b524174fa /main/py-cryptography/fix-libressl-2.5.3.patch
parent51e13ba959110b551a0997b5ab2fce6ecc29c74d (diff)
main/py-cryptography: upgrade to 1.9
Diffstat (limited to 'main/py-cryptography/fix-libressl-2.5.3.patch')
-rw-r--r--main/py-cryptography/fix-libressl-2.5.3.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/main/py-cryptography/fix-libressl-2.5.3.patch b/main/py-cryptography/fix-libressl-2.5.3.patch
deleted file mode 100644
index ac51c9ce071..00000000000
--- a/main/py-cryptography/fix-libressl-2.5.3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/src/_cffi_src/openssl/x509_vfy.py.orig 2017-04-11 19:49:14.765073278 +0200
-+++ b/src/_cffi_src/openssl/x509_vfy.py 2017-04-11 19:48:51.541130712 +0200
-@@ -221,10 +221,12 @@ static const long X509_V_ERR_SUITE_B_INV
- static const long X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM = 0;
- static const long X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED = 0;
- static const long X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 = 0;
-+#if LIBRESSL_VERSION_NUMBER < 0x2050300fL
- static const long X509_V_ERR_HOSTNAME_MISMATCH = 0;
- static const long X509_V_ERR_EMAIL_MISMATCH = 0;
- static const long X509_V_ERR_IP_ADDRESS_MISMATCH = 0;
- #endif
-+#endif
-
- /* OpenSSL 1.0.2beta2+ verification parameters */
- #if CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER && \