Re: [Cryptography-dev] Heap error in _openssl.pyd

2021-01-08 Thread Matthews Brian
Ok thanks. As the rest of Python2.7 is built with VS2008, I will try rebuilding with that. Brian -Original Message- From: Cryptography-dev On Behalf Of Paul Kehrer Sent: January 8, 2021 9:54 AM To: cryptography-dev@python.org Subject: Re: [Cryptography-dev] Heap error in _openssl.pyd

Re: [Cryptography-dev] Heap error in _openssl.pyd

2021-01-08 Thread Paul Kehrer
We don't have the symbol files, but it was built with VS 2010 (scripts found here: https://github.com/pyca/infra/tree/master/windows/openssl) -Paul On Fri, Jan 8, 2021 at 11:36 AM Matthews Brian wrote: > > Hi, > > > > We are using pyOpenSSL 20.0.1 with cryptography 3.3.1 in Python 2.7.17 x64.

[Cryptography-dev] Heap error in _openssl.pyd

2021-01-08 Thread Matthews Brian
Hi, We are using pyOpenSSL 20.0.1 with cryptography 3.3.1 in Python 2.7.17 x64. This is running on Microsoft Windows 2019. The pyOpenSSL is being used as part of a twisted Web implementation, handling TLS HTTPS communications. We are experiencing random crashes in the _openssl.pyd module. On