Skip to content

Commit 5ca3451

Browse files
committedFeb 12, 2025
Merge jdk8u332-b06
2 parents bdc2203 + 9a303ae commit 5ca3451

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.hgtags

+1
Original file line numberDiff line numberDiff line change
@@ -1028,3 +1028,4 @@ b81aa0cb626746f790f4b6fdcc71d84d00eff136 jdk8u332-b01
10281028
4eff168ecdd924448e2ef4543a632b539e56df6b jdk8u332-b02
10291029
7376b980d6b085d5d9061d212f3ad69d239718e6 jdk8u332-b03
10301030
f58fc9077d2274b2832bc00ff16d112fe99d9ace jdk8u332-b04
1031+
2a92df021686242bb55ecd324b5dee00c45a0a8e jdk8u332-b05

‎jdk/test/sun/security/lib/cacerts/VerifyCACerts.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -261,6 +261,8 @@ public class VerifyCACerts {
261261
add("luxtrustglobalrootca [jdk]");
262262
// Valid until: Wed Mar 17 11:33:33 PDT 2021
263263
add("quovadisrootca [jdk]");
264+
// Valid until: Sat May 21 04:00:00 GMT 2022
265+
add("geotrustglobalca [jdk]");
264266
}
265267
};
266268

0 commit comments

Comments
 (0)