File tree 2 files changed +4
-1
lines changed
jdk/test/sun/security/lib/cacerts
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1028,3 +1028,4 @@ b81aa0cb626746f790f4b6fdcc71d84d00eff136 jdk8u332-b01
1028
1028
4eff168ecdd924448e2ef4543a632b539e56df6b jdk8u332-b02
1029
1029
7376b980d6b085d5d9061d212f3ad69d239718e6 jdk8u332-b03
1030
1030
f58fc9077d2274b2832bc00ff16d112fe99d9ace jdk8u332-b04
1031
+ 2a92df021686242bb55ecd324b5dee00c45a0a8e jdk8u332-b05
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -261,6 +261,8 @@ public class VerifyCACerts {
261
261
add ("luxtrustglobalrootca [jdk]" );
262
262
// Valid until: Wed Mar 17 11:33:33 PDT 2021
263
263
add ("quovadisrootca [jdk]" );
264
+ // Valid until: Sat May 21 04:00:00 GMT 2022
265
+ add ("geotrustglobalca [jdk]" );
264
266
}
265
267
};
266
268
You can’t perform that action at this time.
0 commit comments