OpenJDK / jdk / jdk
changeset 52299:17826b492ddd
8212867: Link to DRBG test vectors is redirected to a broken link
Reviewed-by: mullan
author | weijun |
---|---|
date | Fri, 26 Oct 2018 11:11:13 +0800 |
parents | 83039b8e6a42 |
children | 9e29d8388514 |
files | src/java.base/share/classes/java/security/DrbgParameters.java |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 */