Re: paramiko 2.x [was Re: python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip']

2017-01-11 Thread Benoit Lecocq
On 01/05/17 15:18, Stuart Henderson wrote: > On 2017/01/05 14:47, Pablo Méndez Hernández wrote: >> Hi all, >> >> This also allows py-paramiko to be updated to 2.x (it moves the >> dependency from py-crypto to py-cryptography). > > Here's a diff for paramiko if anyone wants to try that with

paramiko 2.x [was Re: python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip']

2017-01-05 Thread Stuart Henderson
On 2017/01/05 14:47, Pablo Méndez Hernández wrote: > Hi all, > > This also allows py-paramiko to be updated to 2.x (it moves the > dependency from py-crypto to py-cryptography). Here's a diff for paramiko if anyone wants to try that with things that depend on it. (Also fixes some whitespace

Re: python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip'

2017-01-05 Thread Pablo Méndez Hernández
Hi all, This also allows py-paramiko to be updated to 2.x (it moves the dependency from py-crypto to py-cryptography). Kind regards. Pablo On Wed, Jan 4, 2017 at 8:33 PM, Stuart Henderson wrote: > On 2017/01/03 10:49, Peter Hessler wrote: >> Ugly patch to get

Re: python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip'

2017-01-04 Thread Stuart Henderson
On 2017/01/03 10:49, Peter Hessler wrote: > Ugly patch to get py-cryptography loading again after the Symbol > massacre in libressl. (the #ifdef trick didn't work, so yolo) > > OK? Slightly tweaked - this way (with the second ifdefs removed) I think it should cause things to break if/when

Re: python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip'

2017-01-04 Thread Peter Hessler
ping On 2017 Jan 03 (Tue) at 10:49:55 +0100 (+0100), Peter Hessler wrote: :Ugly patch to get py-cryptography loading again after the Symbol :massacre in libressl. (the #ifdef trick didn't work, so yolo) : :OK? : : :Index: security/py-cryptography/Makefile

Re: python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip'

2017-01-03 Thread Peter Hessler
This also unbreaks net/gajim using encryption, which is the real case that I care about :). On 2017 Jan 03 (Tue) at 10:49:55 +0100 (+0100), Peter Hessler wrote: :Ugly patch to get py-cryptography loading again after the Symbol :massacre in libressl. (the #ifdef trick didn't work, so yolo) :

python2.7:/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol 'X509_VERIFY_PARAM_set1_ip'

2017-01-03 Thread Peter Hessler
Ugly patch to get py-cryptography loading again after the Symbol massacre in libressl. (the #ifdef trick didn't work, so yolo) OK? Index: security/py-cryptography/Makefile === RCS file: