Is there a tool in NSS to validate a website certificate set?

2016-02-10 Thread Jonathan Wilson
OpenSSL has a s_client command that allows you to pull the certificates a web page sends and verify the chain of trust against whatever root CA store OpenSSL is using. Is there a way to do something similar for NSS? i.e. pull the certificates a web page sends and validate them against the curren

Re: Is there a tool in NSS to validate a website certificate set?

2016-02-12 Thread Kai Engert
On Tue, 2016-02-09 at 22:51 +1000, Jonathan Wilson wrote: > OpenSSL has a s_client command that allows you to pull the certificates a  > web page sends and verify the chain of trust against whatever root CA store  > OpenSSL is using. Is there a way to do something similar for NSS? i.e. pull  > the

Re: Is there a tool in NSS to validate a website certificate set?

2016-02-12 Thread David Woodhouse
On Fri, 2016-02-12 at 11:42 +0100, Kai Engert wrote: > On Tue, 2016-02-09 at 22:51 +1000, Jonathan Wilson wrote: > > OpenSSL has a s_client command that allows you to pull the certificates a > > web page sends and verify the chain of trust against whatever root CA store > > OpenSSL is using. Is t