mirror of
https://git.launchpad.net/ubuntu/+source/ca-certificates
synced 2025-08-05 16:59:04 +00:00
20240203~20.04.1 (patches applied)
Imported using git-ubuntu import.
This commit is contained in:
commit
645c250a0c
4 changed files with 3014 additions and 2602 deletions
31
debian/changelog
vendored
31
debian/changelog
vendored
|
@ -1,3 +1,34 @@
|
|||
ca-certificates (20240203~20.04.1) focal-security; urgency=medium
|
||||
|
||||
* Update ca-certificates database to 20240203 (LP: #2081875)
|
||||
- Update Mozilla certificate authority bundle to version 2.64
|
||||
The following certificate authorities were added (+):
|
||||
+ Atos TrustedRoot Root CA ECC TLS 2021
|
||||
+ Atos TrustedRoot Root CA RSA TLS 2021
|
||||
+ BJCA Global Root CA1
|
||||
+ BJCA Global Root CA2
|
||||
+ CommScope Public Trust ECC Root-01
|
||||
+ CommScope Public Trust ECC Root-02
|
||||
+ CommScope Public Trust RSA Root-01
|
||||
+ CommScope Public Trust RSA Root-02
|
||||
+ Sectigo Public Server Authentication Root E46
|
||||
+ Sectigo Public Server Authentication Root R46
|
||||
+ SSL.com TLS ECC Root CA 2022
|
||||
+ SSL.com TLS RSA Root CA 2022
|
||||
+ TrustAsia Global Root CA G3
|
||||
+ TrustAsia Global Root CA G4
|
||||
The following certificate authorities were removed (-):
|
||||
- Autoridad de Certificacion Firmaprofesional CIF A62634068
|
||||
- E-Tugra Certification Authority
|
||||
- E-Tugra Global Root CA ECC v3
|
||||
- E-Tugra Global Root CA RSA v3
|
||||
- Hongkong Post Root CA 1
|
||||
- TrustCor ECA-1
|
||||
- TrustCor RootCert CA-1
|
||||
- TrustCor RootCert CA-2
|
||||
|
||||
-- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 24 Sep 2024 13:46:09 -0400
|
||||
|
||||
ca-certificates (20230311ubuntu0.20.04.1) focal-security; urgency=medium
|
||||
|
||||
* Update ca-certificates database to 20230311 (LP: #2020089)
|
||||
|
|
|
@ -2,8 +2,5 @@
|
|||
|
||||
# Blacklist explicitly distrusted certificates to explicitly ignore them and prevent build errors
|
||||
"Explicitly Distrust DigiNotar Root CA"
|
||||
"TrustCor RootCert CA-1"
|
||||
"TrustCor RootCert CA-2"
|
||||
"TrustCor ECA-1"
|
||||
|
||||
# Expired CAs
|
||||
|
|
5578
mozilla/certdata.txt
5578
mozilla/certdata.txt
File diff suppressed because it is too large
Load diff
|
@ -46,8 +46,8 @@
|
|||
* It's recommend to switch back to 0 after having reached version 98/99.
|
||||
*/
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 60
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.60"
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 64
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.64"
|
||||
|
||||
/* These version numbers detail the semantic changes to the ckfw engine. */
|
||||
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue