aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-01 22:14:06 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-09 09:05:46 -0600
commitbfde119374ed3b3961a96f0d21535c12b334f6d7 (patch)
tree9b5d41a4425d309314b4fe016592870deb16bac9 /src/cryptography
parent6d3a07f4fb3094c6868514fcae1cec24c647d2a6 (diff)
downloadcryptography-bfde119374ed3b3961a96f0d21535c12b334f6d7.tar.gz
cryptography-bfde119374ed3b3961a96f0d21535c12b334f6d7.tar.bz2
cryptography-bfde119374ed3b3961a96f0d21535c12b334f6d7.zip
remove the bindings for these x86_64 specific EC functions
We have no need to invoke them directly and their presence triggers a bug related to Fedora 23's hobbling of openssl EC functions (uugh) This also fixes the SIGBUS issue in #2503, although that is more appropriately resolved via header fixes for universal libraries on OS X.
Diffstat (limited to 'src/cryptography')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index f0ad1d5e..86082153 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -150,12 +150,6 @@ CONDITIONAL_NAMES = {
"EC_KEY_set_public_key_affine_coordinates",
],
- "Cryptography_HAS_EC_NISTP_64_GCC_128": [
- "EC_GFp_nistp224_method",
- "EC_GFp_nistp256_method",
- "EC_GFp_nistp521_method",
- ],
-
"Cryptography_HAS_EC2M": [
"EC_GF2m_simple_method",
"EC_POINT_set_affine_coordinates_GF2m",