Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Is there an ETA yet for when Firefox will use libpkix by default?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rob Stradling  
View profile  
 More options Jun 8 2012, 4:55 pm
Newsgroups: mozilla.dev.tech.crypto
From: Rob Stradling <rob.stradl...@comodo.com>
Date: Fri, 08 Jun 2012 21:55:33 +0100
Local: Fri, Jun 8 2012 4:55 pm
Subject: Is there an ETA yet for when Firefox will use libpkix by default?
Brian,

It has been well over 3 years since the cross-certification looping bug
described in Bug #479508 and Bug #634074 was first filed.  It was
decided that the proper fix was to wait for Firefox to migrate to
libpkix by default.  We and our customers have been waiting patiently
for this fix.

The effects of this bug have apparently been getting worse over time,
and we don't believe that we can tolerate it for very much longer.

Might there be a Firefox 13.x point-release that will enable libpkix by
default?
Will Firefox 14 enable libpkix by default?
Or can you say that enabling libpkix by default will definitely not
happen until Firefox 15 or later?

If you're reasonably sure it won't happen by Firefox 14, my CTO has
asked me to urgently i) attempt to write an ugly kludge of a patch to
fix the bug in the "old" certificate verification library and then ii)
petition Mozilla and the NSS team to accept my patch and ship it in
Firefox 14 or sooner.

Thanks.

--
Rob Stradling
Senior Research & Development Scientist
COMODO - Creating Trust Online


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wan-Teh Chang  
View profile  
 More options Jun 9 2012, 1:03 am
Newsgroups: mozilla.dev.tech.crypto
From: Wan-Teh Chang <w...@google.com>
Date: Fri, 8 Jun 2012 22:03:50 -0700
Local: Sat, Jun 9 2012 1:03 am
Subject: Re: Is there an ETA yet for when Firefox will use libpkix by default?
Rob,

Please fix the bug in the "old" certificate verification library.  Thanks.

Are you going to use the approach outlined by Nelson in bug 479508 and
bug 482153?

Wan-Teh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erwann Abalea  
View profile  
 More options Jun 9 2012, 5:53 am
Newsgroups: mozilla.dev.tech.crypto
From: Erwann Abalea <eaba...@gmail.com>
Date: Sat, 9 Jun 2012 02:53:02 -0700 (PDT)
Local: Sat, Jun 9 2012 5:53 am
Subject: Re: Is there an ETA yet for when Firefox will use libpkix by default?
Le vendredi 8 juin 2012 22:55:33 UTC+2, Rob Stradling a écrit :
[...]

> Might there be a Firefox 13.x point-release that will enable libpkix by
> default?
> Will Firefox 14 enable libpkix by default?
> Or can you say that enabling libpkix by default will definitely not
> happen until Firefox 15 or later?

What is missing from libpkix to delay its adoption? If I understood correctly, it's already used for EV validation, and seems to work, right?

> If you're reasonably sure it won't happen by Firefox 14, my CTO has
> asked me to urgently i) attempt to write an ugly kludge of a patch to
> fix the bug in the "old" certificate verification library and then ii)
> petition Mozilla and the NSS team to accept my patch and ship it in
> Firefox 14 or sooner.

You'll have to rewrite the construction path algorithm to avoid duplicates...
Bon courage.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kai Engert  
View profile  
 More options Jun 10 2012, 10:08 am
Newsgroups: mozilla.dev.tech.crypto
From: Kai Engert <k...@kuix.de>
Date: Sun, 10 Jun 2012 16:08:14 +0200
Local: Sun, Jun 10 2012 10:08 am
Subject: Re: Is there an ETA yet for when Firefox will use libpkix by default?
On 09.06.2012 11:53, Erwann Abalea wrote:

> Le vendredi 8 juin 2012 22:55:33 UTC+2, Rob Stradling a écrit :
> [...]
>> Might there be a Firefox 13.x point-release that will enable libpkix by
>> default?
>> Will Firefox 14 enable libpkix by default?
>> Or can you say that enabling libpkix by default will definitely not
>> happen until Firefox 15 or later?
> What is missing from libpkix to delay its adoption?

See the dependency list of
https://bugzilla.mozilla.org/show_bug.cgi?id=pkix-default
for the list of blocker issues.

Any contributions to get those resolved would be highly appreciated.

Thanks
Kai


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob Stradling  
View profile  
 More options Jun 11 2012, 10:25 am
Newsgroups: mozilla.dev.tech.crypto
From: Rob Stradling <rob.stradl...@comodo.com>
Date: Mon, 11 Jun 2012 15:25:58 +0100
Local: Mon, Jun 11 2012 10:25 am
Subject: Re: Is there an ETA yet for when Firefox will use libpkix by default?
On 09/06/12 06:03, Wan-Teh Chang wrote:
> Rob,

> Please fix the bug in the "old" certificate verification library.  Thanks.

> Are you going to use the approach outlined by Nelson in bug 479508 and
> bug 482153?

 >
 > Wan-Teh

Hi Wan-Teh.

I'm afraid I have nowhere near enough knowledge of NSS internals to turn
Nelson's "disgusting hack" [1] into something that the NSS team would,
under normal circumstances, "contemplate committing" [2].

I've just tested Nelson's 2 patches ([1] and [3]) against
mozilla-inbound, and they appear to fix the problem.  IMHO, a
"disgusting hack" fix is much better than a non-disgusting,
significantly delayed fix.

So, how would Mozilla and the NSS Team feel about committing Nelson's 2
patches?

[1] https://bugzilla.mozilla.org/attachment.cgi?id=366236
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=482153#c1
[3] https://bugzilla.mozilla.org/attachment.cgi?id=366225

P.S. An alternative idea, for which I am willing to write a patch (if
you think this would be preferable to Nelson's "disgusting hack"):
   - Define a certHashesToAvoidUsing[] array in
nssCertificateArray_FindBestCertificate().  Populate this array with the
hashes of all of the UTN->AddTrust and AddTrust->UTN cross-certificates.
  Make the code consult this list: if a match is found, do not consider
this cert to be the best match.

P.P.S. 2 other ideas which didn't appear to work...

1. I tried adding the affected UTN<-->AddTrust cross-certificates as
distrusted built-ins, but this didn't help.  Presumably "distrust" is
only evaluated after the "best" certificate chain has been chosen,
rather than during the process of chain selection.

2. I tried removing one of the affected UTN root-certificates and then
adding the relevant AddTrust->UTN cross-certificate as a built-in.  This
didn't work either, presumably because the UTN root-certificate was for
some reason still listed as a Software Security Device.

--
Rob Stradling
Senior Research & Development Scientist
COMODO - Creating Trust Online


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob Stradling  
View profile  
 More options Jun 13 2012, 11:32 am
Newsgroups: mozilla.dev.tech.crypto
From: Rob Stradling <rob.stradl...@comodo.com>
Date: Wed, 13 Jun 2012 16:32:48 +0100
Local: Wed, Jun 13 2012 11:32 am
Subject: Re: Is there an ETA yet for when Firefox will use libpkix by default?
I've just filed Bug 764393 to track this request.  I've attached an
updated version of Nelson's "disgusting hack" patch.  I've also attached
a patch for the alternative idea I mentioned.

I'd be very grateful if the NSS Team would seriously consider accepting
one of these two patches ASAP!

On 11/06/12 15:25, Rob Stradling wrote:

--
Rob Stradling
Senior Research & Development Scientist
COMODO - Creating Trust Online
Office Tel: +44.(0)1274.730505
Office Fax: +44.(0)1274.730909
www.comodo.com

COMODO CA Limited, Registered in England No. 04058690
Registered Office:
   3rd Floor, 26 Office Village, Exchange Quay,
   Trafford Road, Salford, Manchester M5 3EQ

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.  If you have received this email in error please notify the
sender by replying to the e-mail containing this attachment. Replies to
this email may be monitored by COMODO for operational or business
reasons. Whilst every endeavour is taken to ensure that e-mails are free
from viruses, no liability can be accepted and the recipient is
requested to use their own virus checking software.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »