We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edb3bf commit 278e2c4Copy full SHA for 278e2c4
Changes
@@ -1,5 +1,13 @@
1
Revision history for Mozilla-CA
2
3
+20240313
4
+ - Update from Mozilla repository to 2024-03-13
5
+ - Added certificates:
6
+ - Telekom Security TLS ECC Root 2020
7
+ sha256: 578af4ded0853f4e5998db4aeaf9cbea8d945f60b620a38d1a3c13b2bc7ba8e1
8
+ - Telekom Security TLS RSA Root 2023
9
+ sha256: efc65cadbb59adb6efe84da22311b35624b71b3b1ea0da8b6655174ec8978646
10
+
11
20231213
12
- Update from Mozilla repository to 2023-12-13
13
- Added certificates:
lib/Mozilla/CA.pm
@@ -2,7 +2,7 @@ package Mozilla::CA;
use strict;
use warnings;
-our $VERSION = '20231213';
+our $VERSION = '20240313';
use File::Spec ();
use File::Basename qw(dirname);
0 commit comments