What are the Netscape Cert Type attributes in a X.509 Certificate and how are they different with the X509v3 extensions?
Example:
There is the Client/Server Extended Key Usage (X.509) but there is also NetscapeCertType for SSL client and SSL server.
Similar for CA vs Basic Constraints.
So what are these attributes?
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
|
|
|||
|
|
|
The Netscape extensions were defined by Netscape during Days of Yore -- around 1996 or so. Netscape did that because the "official" extensions were missing, ill-defined, or found to be lacking some way or another by the Netscape developers. Old Netscape versions (when it was called Navigator and Communicator) used these extensions, so you had to include them in your SSL server certificate for proper operations. Newer versions and derivatives (including Firefox and the AOL Web browser) simply ignore them if present, and there is little reason to use them anymore. |
|||||||
|