Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-11-15 Thread Wan-Teh Chang
On Tue, Nov 9, 2010 at 9:23 PM, Wolter Eldering wrote: > > Hi Wan-Teh, > > I was wondering if you found my patches useful? Or maybe I can help in any > way. Hi Wolter, Thank you for attaching your patches and test results to bug 595134: https://bugzilla.mozilla.org/show_bug.cgi?id=595134 I'm so

Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-11-10 Thread Wolter Eldering
Hi Wan-Teh, I was wondering if you found my patches useful? Or maybe I can help in any way. Regards, Wolter On 9/26/2010 9:07 AM, Wolter Eldering wrote: On 9/26/2010 1:39 AM, Wan-Teh Chang wrote: On Fri, Sep 24, 2010 at 11:12 PM, Wolter Eldering wrote: I've added my patches and some te

Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-25 Thread Wolter Eldering
On 9/26/2010 1:39 AM, Wan-Teh Chang wrote: On Fri, Sep 24, 2010 at 11:12 PM, Wolter Eldering wrote: I've added my patches and some test results to bug: https://bugzilla.mozilla.org/show_bug.cgi?id=595134 Thank you very much! I needed to start chrome like this: "chrome-linux/chrome-wrapper

Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-25 Thread Wan-Teh Chang
On Fri, Sep 24, 2010 at 11:12 PM, Wolter Eldering wrote: > > I've added my patches and some test results to bug: > https://bugzilla.mozilla.org/show_bug.cgi?id=595134 Thank you very much! > I needed to start chrome like this: "chrome-linux/chrome-wrapper > --single-process --enable-dnssec-certs"

Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-24 Thread Wolter Eldering
On 9/21/2010 11:51 AM, Wolter Eldering wrote: On 9/21/2010 4:52 AM, Wan-Teh Chang wrote: On Sun, Sep 19, 2010 at 12:39 AM, Wolter Eldering wrote: Because we deal with a large number of certificates I've also have some patches to reduce the number of queries to the sql: type database. And a pa

Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-20 Thread Wolter Eldering
On 9/21/2010 4:52 AM, Wan-Teh Chang wrote: On Sun, Sep 19, 2010 at 12:39 AM, Wolter Eldering wrote: Because we deal with a large number of certificates I've also have some patches to reduce the number of queries to the sql: type database. And a patch that will make the NSS_SDB_USE_CACHE=yes p

Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-20 Thread Wan-Teh Chang
On Sun, Sep 19, 2010 at 12:39 AM, Wolter Eldering wrote: > > Because we deal with a large number of certificates I've also have some > patches to reduce the number of queries to the sql: type database. > And a patch that will make the NSS_SDB_USE_CACHE=yes perform much better. We > use NSS_SDB_USE

Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-19 Thread Wolter Eldering
On 9/19/2010 11:48 AM, Nelson B Bolyard wrote: On 2010-09-16 00:54 PDT, Wolter Eldering wrote: Hi, I have configured a model file descriptor using SSL_SetTrustAnchors(PRFileDesc *fd, CERTCertList *list) The ssl3.ca_list information set in the model is not copied into the new file descriptor wh

Re: Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-18 Thread Nelson B Bolyard
On 2010-09-16 00:54 PDT, Wolter Eldering wrote: > Hi, > > I have configured a model file descriptor using > SSL_SetTrustAnchors(PRFileDesc *fd, CERTCertList *list) > > The ssl3.ca_list information set in the model is not copied into the new > file descriptor when calling PRFileDesc *SSL_ImportF

Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-16 Thread Wolter Eldering
Hi, I have configured a model file descriptor using SSL_SetTrustAnchors(PRFileDesc *fd, CERTCertList *list) The ssl3.ca_list information set in the model is not copied into the new file descriptor when calling PRFileDesc *SSL_ImportFD(PRFileDesc *model, PRFileDesc *fd); Could it be that th