[chromium-dev] GSoC: Network Stack in Chromium

2009-04-22 Thread Smita
Hello, I am not sure if this is the correct forum to put in this question, but I was just curious to know where my application lacked, and why it did not qualify. Your feedback is greatly appreciated! Thanks, Smita --~--~-~--~~~---~--~~ Chromium Developers

[chromium-dev] GSoC: Providing Client Certificate using PKCS#11

2009-03-24 Thread Smita
ation will have to decrypt it into plaintext and then send it to the server. More details on this is highly appreciated! Reference: http://code.google.com/p/chromium/issues/detail?id=318 Thanks, Smita --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromiu

[chromium-dev] GSoC: Network Stack in Chromium

2009-03-22 Thread Smita
Hello, I have had a past experience on providing TLS support in core network elements. I am interested in participating in developing the same (SSL) for Chromium. Any quick pointers to where to start, apart from formally applying to the GSoC? Thanks, Smita

[chromium-dev] Re: Quick question about struct initialization

2009-03-22 Thread Smita
It works fine with gcc. However, you might want to initialize the entire array to 0 using a memset. Smita On Mar 21, 10:23 pm, "Book'em Dano" wrote: > Can someone please confirm whether it's safe to initialize a POD > struct using: > > MyStruct blat = {0}; &