- #
- # The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Netscape security libraries.
- #
- # The Initial Developer of the Original Code is Netscape
- # Communications Corporation. Portions created by Netscape are
- # Copyright (C) 1994-2000 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s):
- #
- # Alternatively, the contents of this file may be used under the
- # terms of the GNU General Public License Version 2 or later (the
- # "GPL"), in which case the provisions of the GPL are applicable
- # instead of those above. If you wish to allow use of your
- # version of this file only under the terms of the GPL and not to
- # allow others to use your version of this file under the MPL,
- # indicate your decision by deleting the provisions above and
- # replace them with the notice and other provisions required by
- # the GPL. If you do not delete the provisions above, a recipient
- # may use your version of this file under either the MPL or the
- # GPL.
- #
- CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.4 $ $Date: 2000/09/06 22:23:59 $ $Name: NSS_3_1_1_RTM $"
- #
- # certdata.txt
- #
- # This file contains the object definitions for the certs and other
- # information "built into" NSS.
- #
- # Object definitions:
- #
- # Certificates
- #
- # -- Attribute -- -- type -- -- value --
- # CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
- # CKA_TOKEN CK_BBOOL CK_TRUE
- # CKA_PRIVATE CK_BBOOL CK_FALSE
- # CKA_MODIFIABLE CK_BBOOL CK_FALSE
- # CKA_LABEL UTF8 (varies)
- # CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
- # CKA_SUBJECT DER+base64 (varies)
- # CKA_ID byte array (varies)
- # CKA_ISSUER DER+base64 (varies)
- # CKA_SERIAL_NUMBER DER+base64 (varies)
- # CKA_VALUE DER+base64 (varies)
- # CKA_NETSCAPE_EMAIL ASCII7 (unused here)
- #
- # Trust
- #
- # -- Attribute -- -- type -- -- value --
- # CKA_CLASS CK_OBJECT_CLASS CKO_TRUST
- # CKA_TOKEN CK_BBOOL CK_TRUE
- # CKA_PRIVATE CK_BBOOL CK_FALSE
- # CKA_MODIFIABLE CK_BBOOL CK_FALSE
- # CKA_LABEL UTF8 (varies)
- # CKA_ISSUER DER+base64 (varies)
- # CKA_SERIAL_NUMBER DER+base64 (varies)
- # CKA_CERT_HASH binary+base64 (varies)
- # CKA_EXPIRES CK_DATE (not used here)
- # CKA_TRUST_DIGITAL_SIGNATURE CK_TRUST (varies)
- # CKA_TRUST_NON_REPUDIATION CK_TRUST (varies)
- # CKA_TRUST_KEY_ENCIPHERMENT CK_TRUST (varies)
- # CKA_TRUST_DATA_ENCIPHERMENT CK_TRUST (varies)
- # CKA_TRUST_KEY_AGREEMENT CK_TRUST (varies)
- # CKA_TRUST_KEY_CERT_SIGN CK_TRUST (varies)
- # CKA_TRUST_CRL_SIGN CK_TRUST (varies)
- # CKA_TRUST_SERVER_AUTH CK_TRUST (varies)
- # CKA_TRUST_CLIENT_AUTH CK_TRUST (varies)
- # CKA_TRUST_CODE_SIGNING CK_TRUST (varies)
- # CKA_TRUST_EMAIL_PROTECTION CK_TRUST (varies)
- # CKA_TRUST_IPSEC_END_SYSTEM CK_TRUST (varies)
- # CKA_TRUST_IPSEC_TUNNEL CK_TRUST (varies)
- # CKA_TRUST_IPSEC_USER CK_TRUST (varies)
- # CKA_TRUST_TIME_STAMPING CK_TRUST (varies)
- # (other trust attributes can be defined)
- #
- #
- # The object to tell NSS that this is a root list and we don't
- # have to go looking for others.
- #
- BEGINDATA
- CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_BUILTIN_ROOT_LIST
- CKA_TOKEN CK_BBOOL CK_TRUE
- CKA_PRIVATE CK_BBOOL CK_FALSE
- CKA_MODIFIABLE CK_BBOOL CK_FALSE
- CKA_LABEL UTF8 "Mozilla Builtin Roots"
- #
- # Certificate "Verisign/RSA Secure Server CA"
- #
- CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
- CKA_TOKEN CK_BBOOL CK_TRUE
- CKA_PRIVATE CK_BBOOL CK_FALSE
- CKA_MODIFIABLE CK_BBOOL CK_FALSE
- CKA_LABEL UTF8 "Verisign/RSA Secure Server CA"
- CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
- CKA_SUBJECT MULTILINE_OCTAL