Bharath Ramesh wrote:
> On Mon, Feb 3, 2014 at 11:44 AM, Tim Roberts wrote:
>>
>> The Python ssl module will always use its statically linked library. It
>> doesn't care which dynamic libraries are loaded -- the external
>> references it needs were already satisfied at link time.
> Would it affec
On Mon, Feb 3, 2014 at 11:44 AM, Tim Roberts wrote:
> Bharath Ramesh wrote:
>> I am not sure if I am correct in describing what is possibly
>> happening. I have OpenSSL statically compiled with Python v0.9.8. I
>> have another third party library that uses another version of OpenSSL
>> 1.0.1, link
Bharath Ramesh wrote:
> I am not sure if I am correct in describing what is possibly
> happening. I have OpenSSL statically compiled with Python v0.9.8. I
> have another third party library that uses another version of OpenSSL
> 1.0.1, linked dynamically. My application is dynamically linked with
>
On Fri, Jan 31, 2014 at 10:47 AM, Tim Roberts wrote:
> Bharath Ramesh wrote:
>> We use numerous third party libraries, one being PyOpenSSL We have
>> already rebuilt it with a newer version of OpenSSL. We continue to
>> have the same issue. We have some part of the code that make secure
>> connect
Bharath Ramesh wrote:
> We use numerous third party libraries, one being PyOpenSSL We have
> already rebuilt it with a newer version of OpenSSL. We continue to
> have the same issue. We have some part of the code that make secure
> connection using sockets, I think those end up using the ssl module
>Bharath Ramesh wrote:
>>
>> I am trying to automate building Python-2.7.6 for our project. The
>> reason we are not using a precompiled python is because in our project
>> we embed python into our applications address space. Our application
>> uses a different version of few of the libraries that
Bharath Ramesh wrote:
>
> I am trying to automate building Python-2.7.6 for our project. The
> reason we are not using a precompiled python is because in our project
> we embed python into our applications address space. Our application
> uses a different version of few of the libraries that Python
I had initially posted this to python-help and I was pointed to post on
this mailing list.
I am trying to automate building Python-2.7.6 for our project. The reason
we are not using a precompiled python is because in our project we embed
python into our applications address space. Our application