8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
authorweijun
Fri, 26 Oct 2018 22:58:04 +0800
changeset 52303 91a57277c419
parent 52302 912b79d983d9
child 52304 72f2fc52ef85
8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java Reviewed-by: mullan
test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
--- a/test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java	Fri Oct 19 09:39:29 2018 +0200
+++ b/test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java	Fri Oct 26 22:58:04 2018 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2018, 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
@@ -46,8 +46,9 @@
 import static java.security.DrbgParameters.Capability.*;
 
 /**
- * The Known-output DRBG test. The test vector can be obtained from
- * http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip.
+ * The Known-output DRBG test. The test vector can be downloaded from
+ * https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/drbg/drbgtestvectors.zip.
+ * The test is described on https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/Random-Number-Generators.
  *
  * Manually run this test with
  *