Re: Problem with openssl versioning

2009-11-22 Thread Sagar Dixit
Ok, the point of confusion was 1. Make/Installing openssl source produces libssl.so AND 2. Netscape's crypto library is also libssl3.so (with the only difference of '3') I'll use the latter one now. Thank you all for your help - Sagar On Sun, Nov 22, 2009 at 7:33 PM, Sander Temme wrote: > >

Re: Problem with openssl versioning

2009-11-22 Thread Sander Temme
On Nov 22, 2009, at 2:27 PM, Sagar Dixit wrote: > Yes, > > I ran firefox through strace and saw that for https websites it uses > libssl3.so scte...@surtur:~$ dpkg -S /usr/lib/libssl3.so libnss3-1d: /usr/lib/libssl3.so NSS is Netscape's crypto library. S. > On Sun, Nov 22, 2009 at 5:15 PM,

RE: Problem with openssl versioning

2009-11-22 Thread Jeremy Farrell
I don't follow your logic. Since OpenSSL doesn't have a library called libssl3.so, this seems to suggest that FireFox doesn't use OpenSSL ... > From: Sagar Dixit > > Yes, > > I ran firefox through strace and saw that for https websites > it uses libssl3.so > > On Sun, Nov 22, 2009 at 5:15 PM

Re: Problem with openssl versioning

2009-11-22 Thread Dr. Stephen Henson
On Sun, Nov 22, 2009, Sagar Dixit wrote: > Yes, > > I ran firefox through strace and saw that for https websites it uses > libssl3.so > There may be a library called that (OpenSSL doesn't by default ever call any of its libraries libssl3.so) but Firefox does *not* use OpenSSL. It uses NSS. St

Re: Problem with openssl versioning

2009-11-22 Thread Sagar Dixit
Yes, I ran firefox through strace and saw that for https websites it uses libssl3.so On Sun, Nov 22, 2009 at 5:15 PM, Sander Temme wrote: > On Nov 22, 2009, at 1:53 PM, Sagar Dixit wrote: > >> Hi, >> >> I'm trying to trace the calls in libssl while I run firefox. I >> downloaded openssl-0.9.8l.t

Re: Problem with openssl versioning

2009-11-22 Thread Sander Temme
On Nov 22, 2009, at 1:53 PM, Sagar Dixit wrote: > Hi, > > I'm trying to trace the calls in libssl while I run firefox. I > downloaded openssl-0.9.8l.tar.gz source and added my logging > information into source files (just for study purpose) and executed > following steps > > ./config -fPIC shar

Problem with openssl versioning

2009-11-22 Thread Sagar Dixit
Hi, I'm trying to trace the calls in libssl while I run firefox. I downloaded openssl-0.9.8l.tar.gz source and added my logging information into source files (just for study purpose) and executed following steps ./config -fPIC shared make make install This created /usr/local/ssl/lib/libssl.so