Skip to content

Commit 7b72611

Browse files
committed
8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
Backport-of: ae77ef7
1 parent bf01efa commit 7b72611

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -46,8 +46,9 @@
4646
import static java.security.DrbgParameters.Capability.*;
4747

4848
/**
49-
* The Known-output DRBG test. The test vector can be obtained from
50-
* http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip.
49+
* The Known-output DRBG test. The test vector can be downloaded from
50+
* https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/drbg/drbgtestvectors.zip.
51+
* The test is described on https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/Random-Number-Generators.
5152
*
5253
* Manually run this test with
5354
*

0 commit comments

Comments
 (0)