Skip to content

Commit

Permalink
8225128: Add exception for expiring DocuSign root to VerifyCACerts test
Browse files Browse the repository at this point in the history
Reviewed-by: clanger
  • Loading branch information
rhalade committed Feb 19, 2020
1 parent 56282f7 commit 11386e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -259,6 +259,8 @@ public class VerifyCACerts {
{
// Valid until: Tue Jul 09 14:40:36 EDT 2019
add("utnuserfirstobjectca [jdk]");
// Valid until: Tue May 26 00:00:00 GMT 2020
add("keynectisrootca [jdk]");
}
};

Expand Down

0 comments on commit 11386e7

Please sign in to comment.