8212867: Link to DRBG test vectors is redirected to a broken link
Reviewed-by: mullan
--- a/src/java.base/share/classes/java/security/DrbgParameters.java Thu Oct 25 19:00:46 2018 -0700
+++ b/src/java.base/share/classes/java/security/DrbgParameters.java Fri Oct 26 11:11:13 2018 +0800
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017, 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
@@ -225,10 +225,6 @@
* <p>
* Calling {@link SecureRandom#generateSeed(int)} will directly read
* from this system default entropy source.
- * <p>
- * This implementation has passed all tests included in the 20151104 version of
- * <a href="http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip">
- * The DRBG Test Vectors</a>.
*
* @since 9
*/