Re: Regarding PSM with external SSL library

2012-01-20 Thread Ashok Subash
On Jan 6, 6:56 am, Brian Smith wrote: > Ashok Subash wrote: > > We'll go with your suggestion of using NSS after size reduction for > > this project for our security requirements. But right now we cannot > > upgrade to latest firefox due to the current schedule and reso

Re: Regarding PSM with external SSL library

2012-01-05 Thread Ashok Subash
Hi Brian, We'll go with your suggestion of using NSS after size reduction for this project for our security requirements. But right now we cannot upgrade to latest firefox due to the current schedule and resources we have for this project. We will follow the guidelines listed in the 611781 as well

Regarding PSM with external SSL library

2012-01-03 Thread Ashok Subash
Hi All, We are trying to embed Gecko (Firefox 3.6) over a RTOS platform. We are able to currently render web pages successful albeit with few issues which we are confident we can fix ourselves. Currently due to footprint issue we want to remove NSS from the build and integrate a 3rd party ssl libr

Re: Fennec M8 Code - HTTPS Links not working

2010-10-27 Thread Ashok Subash
On Oct 23, 7:44 pm, Wan-Teh Chang wrote: > On Sat, Oct 23, 2010 at 5:06 AM, Ashok Subash wrote: > > > Hi Wan-Teh, > > > I hope i can disable the NSSDBM module without affecting anything else > > in static DLL approach. I'm assuming it will be then SQLite for &g

Re: Fennec M8 Code - HTTPS Links not working

2010-10-27 Thread Ashok Subash
On Oct 23, 7:44 pm, Wan-Teh Chang wrote: > On Sat, Oct 23, 2010 at 5:06 AM, Ashok Subash wrote: > > > Hi Wan-Teh, > > > I hope i can disable the NSSDBM module without affecting anything else > > in static DLL approach. I'm assuming it will be then SQLite for &g

Re: Fennec M8 Code - HTTPS Links not working

2010-10-23 Thread Ashok Subash
On Oct 22, 11:00 pm, Wan-Teh Chang wrote: > On Fri, Oct 22, 2010 at 8:33 AM, Ashok Subash wrote: > > > Is there any other files that i need to port other than NSPR. > > Probably not.  NSS depends on the following: > - Standard C Library > - NSPR > > Wan-Teh Hi Wan-

Fennec M8 Code - HTTPS Links not working

2010-10-22 Thread Ashok Subash
Hi All, We are trying to port NSS present in "Fennec_M8" code on our mobile platform . Since we had to statically link i had followed the suggestions from community in https://bugzilla.mozilla.org/show_bug.cgi?id=534471. NSS_Initialize function failed first since it could not find the secmod.db.