AvinashSettipalli / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Fix chain builder to support intermediate certs #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently when we validate the chain, all certificates up to the anchor must be 
in the local store. If an intermediate cert is not available, it should be 
fetched using DNS just like leaves. 

Of course, this cannot happen for anchors --- which must be managed manually.

Original issue reported on code.google.com by sean.no...@microsoft.com on 18 Aug 2010 at 2:25

GoogleCodeExporter commented 9 years ago
Also investigate use of extensions / embedded chains.

Original comment by sean.no...@microsoft.com on 18 Aug 2010 at 2:27

GoogleCodeExporter commented 9 years ago
The first iteration is now checked in + I have some rudimentary tests in place. 

More extensive testing will naturally be needed. 

Original comment by umes...@microsoft.com on 7 Oct 2010 at 10:23