OpenJDK / amber / amber
changeset 44258:2017f44ec3e5
8176793: SecureRandom FIPS 140-2, Security Requirements for Cryptographic Modules link 404
Reviewed-by: mullan
author | wetmore |
---|---|
date | Wed, 15 Mar 2017 12:58:11 -0700 |
parents | 3220d2ac3cee |
children | b60290290b9e |
files | jdk/src/java.base/share/classes/java/security/SecureRandom.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/java.base/share/classes/java/security/SecureRandom.java Wed Mar 15 19:33:00 2017 +0100 +++ b/jdk/src/java.base/share/classes/java/security/SecureRandom.java Wed Mar 15 12:58:11 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2017, 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 @@ -40,7 +40,7 @@ * * <p>A cryptographically strong random number minimally complies with the * statistical random number generator tests specified in - * <a href="http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf"> + * <a href="http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-2.pdf"> * <i>FIPS 140-2, Security Requirements for Cryptographic Modules</i></a>, * section 4.9.1. * Additionally, {@code SecureRandom} must produce non-deterministic output.