8325096: Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java is failing
Reviewed-by: weijun
This commit is contained in:
parent
8e45182357
commit
ac1cd31949
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -118,6 +118,8 @@ public class AKISerialNumber {
|
|||||||
PKIXBuilderParameters params = new PKIXBuilderParameters
|
PKIXBuilderParameters params = new PKIXBuilderParameters
|
||||||
(Collections.singleton(anchor), sel);
|
(Collections.singleton(anchor), sel);
|
||||||
params.setRevocationEnabled(false);
|
params.setRevocationEnabled(false);
|
||||||
|
// Set date to 2024-01-01 to satisfy cert constraints
|
||||||
|
params.setDate(new java.util.Date(1704067200000l));
|
||||||
|
|
||||||
ArrayList<X509Certificate> certs = new ArrayList<>();
|
ArrayList<X509Certificate> certs = new ArrayList<>();
|
||||||
certs.add(intCert);
|
certs.add(intCert);
|
||||||
|
Loading…
Reference in New Issue
Block a user