What's the difference between class 1 and class 3 roots, and the certificates signed by them? - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T16:21:36Zhttp://stackoverflow.com/feeds/question/345892http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/345892/whats-the-difference-between-class-1-and-class-3-roots-and-the-certificates-sig1What's the difference between class 1 and class 3 roots, and the certificates signed by them?Chris Charabaruk2008-12-06T04:16:00Z2008-12-06T04:26:34Z
<p>Pretty much what the question says. What's the difference between the two classes of roots? The differences between the certificates signed by such roots? What uses would a class 1 signed certificate have that a class 3 doesn't, and vice versa?</p>
http://stackoverflow.com/questions/345892/whats-the-difference-between-class-1-and-class-3-roots-and-the-certificates-sig/345908#3459082Answer by Andrew Rollings for What's the difference between class 1 and class 3 roots, and the certificates signed by them?Andrew Rollings2008-12-06T04:24:36Z2008-12-06T04:24:36Z<p>The class 3 root certificate is the high-security subset of the CAcert
class 1 root certificate.</p>
<p>Class 1 is the 'normal' and older root certificate of CAcert. It
includes both, low security and high security certificates. As it might
not be possible to get the class 1 certificate included into some
browsers or distributions, the Class 3 certificate
was introduced. The Class 3 root certificate includes only high security
certificates and is a subset of the Class 1 certificate.</p>
<p>In general: The class 3 will probably be integrated into more browsers
and distributions in the future, whereas the class 1 certificate
probably works with more and especially older browsers.</p>
<p>(See <a href="http://www.luga.at/mailing-lists/luga/2006/02/msg00109.html" rel="nofollow">http://www.luga.at/mailing-lists/luga/2006/02/msg00109.html</a>)</p>