* Tue Dec 17 2013 Kai Engert <kaie@redhat.com> - 2013.1.95-1
- Update to CKBI 1.95 from NSS 3.15.3.1
This commit is contained in:
parent
10e748b11e
commit
9a4d41a78e
@ -26,8 +26,8 @@ Name: ca-certificates
|
|||||||
# to have increasing version numbers. However, the new scheme will work,
|
# to have increasing version numbers. However, the new scheme will work,
|
||||||
# because all future versions will start with 2013 or larger.)
|
# because all future versions will start with 2013 or larger.)
|
||||||
|
|
||||||
Version: 2013.1.94
|
Version: 2013.1.95
|
||||||
Release: 18%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -286,6 +286,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 17 2013 Kai Engert <kaie@redhat.com> - 2013.1.95-1
|
||||||
|
- Update to CKBI 1.95 from NSS 3.15.3.1
|
||||||
|
|
||||||
* Fri Sep 06 2013 Kai Engert <kaie@redhat.com> - 2013.1.94-18
|
* Fri Sep 06 2013 Kai Engert <kaie@redhat.com> - 2013.1.94-18
|
||||||
- Update the Entrust root stapled extension for compatibility with
|
- Update the Entrust root stapled extension for compatibility with
|
||||||
p11-kit version 0.19.2, patch by Stef Walter, rhbz#988745
|
p11-kit version 0.19.2, patch by Stef Walter, rhbz#988745
|
||||||
|
28
certdata.txt
28
certdata.txt
@ -12376,6 +12376,34 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
|||||||
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
|
||||||
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
||||||
|
|
||||||
|
# Distrust "Distrusted AC DG Tresor SSL"
|
||||||
|
# Issuer: CN=AC DGTPE Signature Authentification,O=DGTPE,C=FR
|
||||||
|
# Serial Number: 204199 (0x31da7)
|
||||||
|
# Subject: CN=AC DG Tr..sor SSL,O=DG Tr..sor,C=FR
|
||||||
|
# Not Valid Before: Thu Jul 18 10:05:28 2013
|
||||||
|
# Not Valid After : Fri Jul 18 10:05:28 2014
|
||||||
|
# Fingerprint (MD5): 3A:EA:9E:FC:00:0C:E2:06:6C:E0:AC:39:C1:31:DE:C8
|
||||||
|
# Fingerprint (SHA1): 5C:E3:39:46:5F:41:A1:E4:23:14:9F:65:54:40:95:40:4D:E6:EB:E2
|
||||||
|
CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST
|
||||||
|
CKA_TOKEN CK_BBOOL CK_TRUE
|
||||||
|
CKA_PRIVATE CK_BBOOL CK_FALSE
|
||||||
|
CKA_MODIFIABLE CK_BBOOL CK_FALSE
|
||||||
|
CKA_LABEL UTF8 "Distrusted AC DG Tresor SSL"
|
||||||
|
CKA_ISSUER MULTILINE_OCTAL
|
||||||
|
\060\113\061\013\060\011\006\003\125\004\006\023\002\106\122\061
|
||||||
|
\016\060\014\006\003\125\004\012\023\005\104\107\124\120\105\061
|
||||||
|
\054\060\052\006\003\125\004\003\023\043\101\103\040\104\107\124
|
||||||
|
\120\105\040\123\151\147\156\141\164\165\162\145\040\101\165\164
|
||||||
|
\150\145\156\164\151\146\151\143\141\164\151\157\156
|
||||||
|
END
|
||||||
|
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||||
|
\002\003\003\035\247
|
||||||
|
END
|
||||||
|
CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_NOT_TRUSTED
|
||||||
|
CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_NOT_TRUSTED
|
||||||
|
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_NOT_TRUSTED
|
||||||
|
CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
|
||||||
|
|
||||||
#
|
#
|
||||||
# Certificate "Security Communication EV RootCA1"
|
# Certificate "Security Communication EV RootCA1"
|
||||||
#
|
#
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
* of the comment in the CK_VERSION type definition.
|
* of the comment in the CK_VERSION type definition.
|
||||||
*/
|
*/
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 1
|
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 1
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 94
|
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 95
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION "1.94"
|
#define NSS_BUILTINS_LIBRARY_VERSION "1.95"
|
||||||
|
|
||||||
/* These version numbers detail the semantic changes to the ckfw engine. */
|
/* These version numbers detail the semantic changes to the ckfw engine. */
|
||||||
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
||||||
|
Loading…
Reference in New Issue
Block a user