Re: NSS open multiple NSS-Databses at once?

2017-01-10 Thread Julien Pierre
I think the main restriction you are likely to run into is with trust. You can likely explain how this works far better than I can, but I think essentially, you can't treat your multiple cert/key databases as entirely separate for purposes of trust. Ie. if you try to trust one CA in one DB/slo

Re: NSS open multiple NSS-Databses at once?

2017-01-10 Thread Robert Relyea
On 01/10/2017 02:07 PM, Opa114 wrote: Am Dienstag, 10. Januar 2017 22:24:10 UTC+1 schrieb Robert Relyea: On 01/10/2017 10:18 AM, Opa114 wrote: thanks, but these facts i know. I don't want top let multiple applications open one Database, i want to open multiple different Mozilla databases, in t

Re: NSS open multiple NSS-Databses at once?

2017-01-10 Thread Robert Relyea
On 01/10/2017 01:40 PM, John Dennis wrote: On 01/10/2017 04:23 PM, Robert Relyea wrote: 2) To open additional databases you want to use SECMOD_OpenUserDB: Bob, is SECMOD_OpenUserDB new? No, it's been around for quite some time. bob -- dev-tech-crypto mailing list dev-tech-crypto@lists.moz

Re: NSS open multiple NSS-Databses at once?

2017-01-10 Thread Opa114
Am Dienstag, 10. Januar 2017 22:24:10 UTC+1 schrieb Robert Relyea: > On 01/10/2017 10:18 AM, Opa114 wrote: > > thanks, but these facts i know. > > I don't want top let multiple applications open one Database, i want to > > open multiple different Mozilla databases, in the old standard format, with

Re: NSS open multiple NSS-Databses at once?

2017-01-10 Thread John Dennis
On 01/10/2017 04:23 PM, Robert Relyea wrote: 2) To open additional databases you want to use SECMOD_OpenUserDB: Bob, is SECMOD_OpenUserDB new? -- John -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: NSS open multiple NSS-Databses at once?

2017-01-10 Thread Robert Relyea
On 01/10/2017 10:18 AM, Opa114 wrote: thanks, but these facts i know. I don't want top let multiple applications open one Database, i want to open multiple different Mozilla databases, in the old standard format, with one (my) application. I tried to use the NSS_Init functions. These works wit

Re: NSS open multiple NSS-Databses at once?

2017-01-10 Thread John Dennis
On 01/10/2017 01:18 PM, Opa114 wrote: thanks, but these facts i know. I don't want top let multiple applications open one Database, i want to open multiple different Mozilla databases, in the old standard format, with one (my) application. I tried to use the NSS_Init functions. These works with

Re: NSS open multiple NSS-Databses at once?

2017-01-10 Thread Opa114
thanks, but these facts i know. I don't want top let multiple applications open one Database, i want to open multiple different Mozilla databases, in the old standard format, with one (my) application. I tried to use the NSS_Init functions. These works with openening one database, but when i op